Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
CK Mods v41

Resource CK Mods v41 Mod 41

Register & Get access to index
Status
Not open for further replies.
hello I come back to you for a problem, I can no longer do the updates I'm still at r22f MODS 02 and I no longer receive the updates ... if someone could send me the script of update case on the site it is a photo we can not copy paste thank you
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
hello I come back to you for a problem, I can no longer do the updates I'm still at r22f MODS 02 and I no longer receive the updates ... if someone could send me the script of update case on the site it is a photo we can not copy paste thank you


ıf you go thıs page

and press on the rıght sıte go to download you will get the scrpit as txt code

kind regrats
 
youtube is not working again , can any one explain how to fix it ?
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
in some panel is working one some of the not working

and if you do a little research and read the posts


 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
how do i see customer countries? (i don't see a country)
Can I block connections from a country?

You can in mysql database insert allow_countries
by default in xui all are contrys is allowed

you can see contry code here https://dev.maxmind.com/geoip/legacy/codes/iso3166/

Code:
UPDATE xtream_iptvpro.settings SET allow_countries='["DE","ES"]' WHERE id='1';

Here only Germany and spain allowed
 
hello if you will implement maybe in some future versions the mass isp lock option on the panel. Thank you and happy new year
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
For mass isp lock you can use mysql.

mysql -u root -p
use xtream_iptvpro;

* set isp lock for all:
UPDATE users SET is_isplock = 1;

* set isp lock only for mag devices:
UPDATE users SET is_isplock = 1 WHERE is_mag = 1;

* set isp lock for all with 2 connections:
UPDATE users SET is_isplock = 1 WHERE max_connections = 2;

* remove isp lock for all:
UPDATE users SET is_isplock = 0;

* reset isp lock data for all:
UPDATE users SET isp_desc = NULL;


Also can edit /home/xtreamcodes/iptv_xtream_codes/admin/user_reseller.php
in line 33 replace "is_isplock" => 0 to "is_isplock" => 1
after that all new lines from your resellers will be with enable isp lock.
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top