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.
I have need a change my main, the IP Server Change option in managment work?
Is it enough just to insert the ip of the new main?
Should I first not panel on the new main or what else?
I lose ondemand?
sorry for the stupid question, but with this mod I never changed main.
 
I have need a change my main, the IP Server Change option in managment work?
Is it enough just to insert the ip of the new main?
Should I first not panel on the new main or what else?
I lose ondemand?
sorry for the stupid question, but with this mod I never changed main.
The same principles apply. 1) make backup from old main. 2) install new main and preform updates per the instructions. 3) restore from backup. 4) correct IP address of main in new panel. 5) restart services on new main. 6) update config files on LB’s to connect to new main using new mysql password. 7) restart services on LB’s

instructions for various procedures like restore from mysql backup, update lb config file, restart services are all available so you must look at those instructions yourself.
 
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
The same principles apply. 1) make backup from old main. 2) install new main and preform updates per the instructions. 3) restore from backup. 4) correct IP address of main in new panel. 5) restart services on new main. 6) update config files on LB’s to connect to new main using new mysql password. 7) restart services on LB’s

instructions for various procedures like restore from mysql backup, update lb config file, restart services are all available so you must look at those instructions yourself.
I try, thanks ;)
 
unfortunately i can not upgrade to new version. After upgrade it still says old version
Copyright 2021 - XXX CK v2.0.6

under Installed Version 22ck v2

what can it be?

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://xcodes.mine.nu/XCodes/update.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 && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && chmod +x /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/permissions.sh && find /home/xtreamcodes/ -type d -not \( -name .update -prune \) -exec chmod -R 777 {} + && /home/xtreamcodes/iptv_xtream_codes/start_services.sh && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
 
When i will add stream or when i will restart stream says me an error
Maybe if you put some more info in here someone could help, just that you won't have that to many answers
 
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
I have a problem with the panel. Everything worked for me today, but now my system has completely collapsed. It throws me the following error:

removed sloppy copy paste
 
Last edited by a moderator:
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
Hi @cesarkrespo

can add the tmdb (es-mx) latin america please...
example in this serie 1622
name in (es-MX) supernatural
name in (es-ES) sobrenatural

and the name episodes is different to es-MX

And congratulations for you excelent mod
 
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
Hi,

This mod, and I believe all xtreamui versions down to xtreamcodes has a vulnerability that let any reseller read all the Tickets no matter they created it or not.

You can test by using http://panel_IP:25500/ticket_view.php?id=xxx where "xxx" is any of the panel tickets.
 
Hi,

This mod, and I believe all xtreamui versions down to xtreamcodes has a vulnerability that let any reseller read all the Tickets no matter they created it or not.

You can test by using http://panel_IP:25500/ticket_view.php?id=xxx where "xxx" is any of the panel tickets.
If you have open source code in ticket_view.php

find the line about 6 rows down from the top

$rTicket = getTicket($_GET["id"]);

and change to:-

if ($rPermissions["is_admin"]) {
$rTicket = getTicket($_GET["id"]);
} else {
$rTicket = getTicket($_GET["id"]);
if ($rUserInfo["id"] <> $rTicket["member_id"]) {
header("location:./tickets.php");
exit;
}
}
 
update soon 39:

- Fixed bug Dashboard Stats

- New page with MB info of DB tables
- Added MB info on Quick Tools
- Added Tmdb (es-MX) Latin America
- Fixed bug resellers could see tickets from other resellers - contribution member @leadersat

- More info at Manager Servers (remodeled) - contribution member @akawi11

 
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
update soon 39:

- Fixed bug Dashboard Stats

- New page with MB info of DB tables
- Added MB info on Quick Tools
- Added Tmdb (es-MX) Latin America
- Fixed bug resellers could see tickets from other resellers - contribution member @leadersat

- More info at Manager Servers (remodeled) - contribution member @akawi11


nice bro big thx hope comming soon with dubel movie delate :)
 
update soon 39:

- Fixed bug Dashboard Stats

- New page with MB info of DB tables
- Added MB info on Quick Tools
- Added Tmdb (es-MX) Latin America
- Fixed bug resellers could see tickets from other resellers - contribution member @leadersat

- More info at Manager Servers (remodeled) - contribution member @akawi11

I wonder if it is possible to create subfolders in movies and series.
Example.
NetFlix and inside the folder other folders (Action, Adventure, Horror)
 
Is it posible to add stream prio option as stream option for every stream,not general ?
 
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
update soon 39:

- Fixed bug Dashboard Stats

- New page with MB info of DB tables
- Added MB info on Quick Tools
- Added Tmdb (es-MX) Latin America
- Fixed bug resellers could see tickets from other resellers - contribution member @leadersat

- More info at Manager Servers (remodeled) - contribution member @akawi11

don't forget add language PT-BR I sent you.
 
did anybody have a problem gething back stream to repeating few sec or losing the voice in CK 37 was not this happening....maybe can Crespo sold that out as always .....Thanks Crespo one more time for your great work
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top