Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Trail request: GeoLite2.mmdb is deleting

jackjoni

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
95
Reaction score
45
Points
29
Location
ass
why is xtream ui 22 deletet GeoLite2.mmdb , he say me 0 kb .
when i put this manuel in my server than run the streams vor 10 second and he deletet again
why???

how i can fix it
 
K

Kenxo

Guest
why is xtream ui 22 deletet GeoLite2.mmdb , he say me 0 kb .
when i put this manuel in my server than run the streams vor 10 second and he deletet again
why???

how i can fix it


Put this command on each server and the problem will gone ...
PHP:
chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget https://archive.org/download/geolite2_201910/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
 

doc

Banned
Banned
Ext. Member
Joined
Dec 27, 2019
Messages
143
Reaction score
689
Points
104
Location
@home
All versions of X-UI delete this file each 3600 sec because someone put script to delete it
it can be disabled in portal autoupdate feature
or by modify

this who make this script not check:
1. is possible to connect to remote server
2. is file downloaded
and then to start processing local file operations.

Or with other words IF THEN ELSE operations sequence of programming logic is not used, and result is clear, user need to ask OS to protect file.
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

doc

Banned
Banned
Ext. Member
Joined
Dec 27, 2019
Messages
143
Reaction score
689
Points
104
Location
@home
By the way, even startup bash script also have this WRONG ideology as upper one,
each time losing time to see is all files have correct user and group but not permission.
 

Delta19

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
274
Reaction score
362
Points
74
Location
near home
By the way, even startup bash script also have this WRONG ideology as upper one,
each time losing time to see is all files have correct user and group but not permission.
thanks for the script doc very usefull and is logish wat you right

wat you mean about the startuo bash script have also wrong ideologie !!?

Regards
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

doc

Banned
Banned
Ext. Member
Joined
Dec 27, 2019
Messages
143
Reaction score
689
Points
104
Location
@home
thanks for the script doc very usefull and is logish wat you right

wat you mean about the startuo bash script have also wrong ideologie !!?

Regards
Yes startup ideology is wrong also.
Most correct question is: why there is such script when can be manipulated as service?
 

Delta19

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
274
Reaction score
362
Points
74
Location
near home
talking about this script

PHP:
#! /bin/bash

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 1

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 1

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 4

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/crons/setup_cache.php

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/tools/signal_receiver.php >/dev/null 2>/dev/null &

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/tools/pipe_reader.php >/dev/null 2>/dev/null &

chown -R xtreamcodes:xtreamcodes /sys/class/net

chown -R xtreamcodes:xtreamcodes /home/xtreamcodes

sleep 4

/home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp

/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/VaiIb8.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/VaiIb8.conf

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/JdlJXm.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/JdlJXm.conf

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/CWcfSP.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/CWcfSP.conf
 

doc

Banned
Banned
Ext. Member
Joined
Dec 27, 2019
Messages
143
Reaction score
689
Points
104
Location
@home
talking about this script

PHP:
#! /bin/bash

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 1

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 1

kill $(ps aux | grep 'xtreamcodes' | grep -v grep | grep -v 'start_services.sh' | awk '{print $2}') 2>/dev/null

sleep 4

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/crons/setup_cache.php

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/tools/signal_receiver.php >/dev/null 2>/dev/null &

sudo -u xtreamcodes /home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/tools/pipe_reader.php >/dev/null 2>/dev/null &

chown -R xtreamcodes:xtreamcodes /sys/class/net

chown -R xtreamcodes:xtreamcodes /home/xtreamcodes

sleep 4

/home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp

/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/VaiIb8.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/VaiIb8.conf

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/JdlJXm.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/JdlJXm.conf

start-stop-daemon --start --quiet --pidfile /home/xtreamcodes/iptv_xtream_codes/php/CWcfSP.pid --exec /home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm -- --daemonize --fpm-config /home/xtreamcodes/iptv_xtream_codes/php/etc/CWcfSP.conf

exactly
taking ownership of network interface monitoring ... why? it work without that.
change ownership of home folder... why? it need to be done after update only.
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

brutus

Banned
Banned
Ext. Member
Joined
Oct 15, 2019
Messages
25
Reaction score
8
Points
14
Location
kaka123
remove the commande ho try to download the geolite file from xtreamcodes website on this file /home/xtreamcodes/iptv_xtream_codes/crons/servers_checker.php
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock