Thanks Thanks:  0
Likes Likes:  3
Dislikes Dislikes:  0
Results 1 to 8 of 8

Thread: Xtream UI

  1. #1
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Thumbs up Xtream UI

    Early Access R22B: Fixed movies not showing in bouquet order. Fixed activity logs page. Added interactive connection statistics to dashboard plus cron. Enable in Settings. Added port selection to Install Load Balancer. Added ability to change port. Edit server, change the ports. Restart server afterwards. Added ability to reboot server instead of just restart services. Fixed newline in textareas. Changed year to appear in brackets instead of after a hyphen. Added option to extend sidebar in profile. Fixed various bugs. 70% translation completed... taking it's swweeeett time. Hidden expired MAG / Enigma passwords in reseller dashboard. 00:10 - Added current release to Settings page so you can stay up to date.

    download: http://www.mediafire.com/file/9o78y5..._iptv.zip/file

    Code:
     		apt-get install unzip e2fsprogs python-paramiko -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && wget "http://xtream-ui.com/install/early.php?username=##USERNAME##&password=##PASSWORD##" -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && /home/xtreamcodes/iptv_xtream_codes/start_services.sh

  2. #2
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    XtreamUi Install instructions in Portuguese , instrucOes de instalacao em PortuguEs

    INSTRUÇÕES DE INSTALAÇÃO PAINEL IPTV XTREAM-UI

    Antes demais , tens de comprar um servidor com acesso root.
    Depois de comprares o servidor, necessitas de uma instalação limpa
    de ubuntu 18.04 minimal. Corre o seguinte comando

    apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev

    1.- Se pretendes uma instalação nova , tens de escolher MAIN , quando acabares de instalar
    o MAIN , aponta a password do MySql
    2.- Volta a correr o mesmo comando e desta vez escolhes ADMIN para instalar o administrador.
    3.-Instala o python paramiko no servidor principal usando o seguinte comando.


    sudo apt-get install python-paramiko

    4.-Corre este outro comando para actualizar o XC Admin , para que mais tarde não tenhas dificuldades
    a instalar os Loader Balancers

    apt-get install unzip -y;rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && rm -rf /home/xtreamcodes/iptv_xtream_codes/adtools ; wget https://github.com/xtreamui/XtreamUI/archive/master.zip -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && rm /home/xtreamcodes/iptv_xtream_codes/README.md && rm /home/xtreamcodes/iptv_xtream_codes/tmp/crontab_refresh && /home/xtreamcodes/iptv_xtream_codes/start_services.sh

    Terminando a instalação destes comandos podes aceder ao teu painel de Admin da seguinte forma

    http:// teu domínio ou ip : 25500
    user: admin
    pass: admin

    5.-Para instalares os Loader Balancers desde o ADMIN tens um botão que diz install LB, introduzes os
    dados do teu servidor e password do MySql que introduziste no Main Server

    6.-Se por alguma razão quando reiniciares o servidor principal ou algum dos load balancers tens de correr
    o seguinte comando

    /home/xtreamcodes/iptv_xtream_codes/start_services.sh

    Espero ter ajudado e alguma duvida estamos cá para ajudar

  3. #3
    Golden Member piccolo08's Avatar
    Join Date
    02 Sep 2010
    Location
    Earth
    Posts
    450
    Mentioned
    2 Post(s)
    Rep Power
    54

    Default

    Github-ul la UI nu mai e accesibil de mult, filele au fost mutate...master.zip nu mai e...decat la prieteni.
    E un produs slab , foarte usor de hack-erit de cine are cunostinete minimale de base64, php, mysql.
    Nu recomand nici un produs bazat pe v2 de la XC.
    DM 800se sim 2.10 , Ibox-cloud, raspberry pi si alte rahaturi

  4. #4
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    New release 24 version for Xtream UI was launched:

    As the official version was abandoned, the DaZPlayer team decided to take over the project to continue adding new features and fixing security issues.
    Check out the new features added on 24 version.
    *- New translations added: Now the panel is available on Spanish, English, Portuguese and Italian
    *- Now, exist a guided tour for admin users, explore and learn the principal features of our panel.
    *- Now, your panel is not going to appear on Google results, 'This will avoid a lot of attacks to the panel'.
    *- Now, admin users are able to set the expiration of a customer account choosing the hours, not only the days.
    *- Now, if you install PHPMiniAdmin on settings -> Backup, it will be asked the SQL Password. This option was thought for the people who sell admin access to their panels. "If you have already installed PHPMiniAdmin file, delete it and install it again on settings."
    *- We have fixed the system notifications to check updates.

    Prepared the panel for the next version --> V25, stay updated. It will be the biggest one.

    apt-get install unzip e2fsprogs python-paramiko -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && wget "http://xtreamui.dazplayer.com/install/version.php?1" -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && /home/xtreamcodes/iptv_xtream_codes/start_services.sh


    ---------- Post added at 22:50 ---------- Previous post was at 22:48 ----------


  5. #5
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    Xtream-UI Official Mirrors

    1 apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://arsonist.xyz/install/install.py ; sudo python install.py

    2 apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://worldofiptv.com/downloads/xtreamui/install.py ; sudo python install.py
    3 apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://panel.undaderadaar.cf/install/install.py ; sudo python install.py

    Make sure you mkdir old_install && mv install.p* /root/old_install/ if you attempt to use any mirror on an existing server or server that you have previously attempted to install on.

  6. #6
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    install the original version of XtreamUI v22f Mainserver + LB

    I just provide two versions, of the Admin Parts:
    2a. is the original unmodified XtreamUI 22f Admin Interface
    2b. is a aproved moded XtreamUI Admin Interface with lot new features and bug fixes (recommended)

    1. Install Main System
    apt-get install unzip e2fsprogs python-paramiko -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && wget "https://www.worldofiptv.com/downloads/xtream/ui/release_22f.zip" -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && chmod +x /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/start_services.sh
    OR

    2b. Update the System to XtreamUI v22f MODS v0.1 (MODED Admin Part for XtreamUI)
    apt-get install unzip e2fsprogs python-paramiko -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && wget "https://www.worldofiptv.com/downloads/xtream/ui/xc_22f_update_19_12_20.zip" -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && chmod +x /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/start_services.sh
    If you use the XtreamUI v22f MODS v0.1 in nginx.conf add before last }

    server {
    listen 80;
    root /home/xtreamcodes/iptv_xtream_codes/isp/;
    location / {
    allow 127.0.0.1;
    deny all;
    }
    location ~ \.php$ {
    limit_req zone=one burst=8;
    try_files $uri =404;
    fastcgi_index index.php;
    fastcgi_pass php;
    include fastcgi_params;
    fastcgi_buffering on;
    fastcgi_buffers 96 32k;
    fastcgi_buffer_size 32k;
    fastcgi_max_temp_file_size 0;
    fastcgi_keep_conn on;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param SCRIPT_NAME $fastcgi_script_name;
    }
    }
    3. For autostart XtreamUI after reboot
    sudo echo "@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh" >> /etc/crontab
    Permission Fix for nginx_rtmp and nginx
    chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp
    chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx
    sudo /home/xtreamcodes/iptv_xtream_codes/start_services.sh
    install the ADMIN Panel
    sudo python install.py
    Installation Type [MAIN, LB, ADMIN]:ADMIN
    Install Admin Panel? Y
    At finish you have the next message
    Admin UI: http:/yourip:25500

  7. #7
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    Xtream UI for Ubuntu 20.04 install

    This is an installation mirror for xtream ui software on Ubuntu 20.04. Includes NGINX 1.19.2 and PHP 7.3.25.

    Installation:

    Update your ubuntu first, then install panel:

    sudo apt update && sudo apt full-upgrade -y && sudo apt install python2 -y;
    wget https://github.com/NeySlim/xtreamui_...er/install.py;
    sudo python2 install.py

    If you want a whole NEW installation, choose MAIN and then UPDATE.
    If you want to install load balance on additional servers, add a server to panel in manage servers page, then run script and proceed with LB option.
    If you want to update admin panel, select UPDATE.

  8. #8
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    new link Installation:


    ---------- Post added at 07:54 ---------- Previous post was at 07:50 ----------

    sudo python2 install3.py

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •