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!
Updates Source: XtreamUI  CK MOD 41 - Free Access

Resource Updates Source: XtreamUI CK MOD 41 - Free Access

CONFIG

current.json
GeoLite2.mmdb
infos.json
status.json
functions.php
settings.php
nginx/1.23.3
 

Attachments

  • Screenshot_124.png
    Screenshot_124.png
    198.6 KB · Views: 247
  • Screenshot_125.png
    Screenshot_125.png
    192.6 KB · Views: 242
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
Can somebody help me with some channels loosing audio after being played for few hours?
After you switch to next channel and come back it works again normally.
What are best settings to avoid channel loosing sound? Probesize? Custom ffmpeg command?
Thanks
 
ips was working after update 42 from panel! After that, I manually updated the ips stop! Where is the problem?
 
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 can anyone help me out. When trying to make a backup i get error.
mysqldump: Error 3024: Query execution was interrupted, maximum statement execution time exceeded when dumping table `streams` at row:

i connected to the DB and show variables like '%max_execution%'; shows 5000.
then i used this command i found online SET max_execution_time = 10000;

But nothing changes.
How can i fix this issue? i can't make a backup now.


You are changing the session function on MySQL/MariaDB.
I don't think even a global variable would help you here. Because the execution time of some queries is fixed in the panel

To change this, go to the folder /home/xtreamcodes/iptv_xtream_codes/crons - edit - auto_backups.php

You need to change it in $rCommand

From:
Bash:
$rCommand = "mysqldump -u " . $_INFO["db_user"] . " -p" . $_INFO["db_pass"] . " -P " . $_INFO["db_port"] . " " . $_INFO["db_name"] . " --ignore-table=xtream_iptvpro.user_activity --ignore-table=xtream_iptvpro.stream_logs --ignore-table=xtream_iptvpro.panel_logs --ignore-table=xtream_iptvpro.client_logs --ignore-table=xtream_iptvpro.epg_data | gzip > \"" . $rFilename . "\"";

To:
Bash:
$rCommand = "mysqldump -u " . $_INFO["db_user"] . " -p" . $_INFO["db_pass"] . " -P " . $_INFO["db_port"] . " " . $_INFO["db_name"] . " --ignore-table=xtream_iptvpro.user_activity --ignore-table=xtream_iptvpro.stream_logs --ignore-table=xtream_iptvpro.panel_logs --ignore-table=xtream_iptvpro.client_logs --ignore-table=xtream_iptvpro.epg_data --max-allowed-packet=512M --quick --single-transaction --events | gzip > \"" . $rFilename . "\"";

I also added a single-transaction to you.
If you have a large database, it won't cause you any lock problems.
 
Last edited:
You are changing the session function on MySQL/MariaDB.
I don't think even a global variable would help you here. Because the execution time of some queries is fixed in the panel

To change this, go to the folder /home/xtreamcodes/iptv_xtream_codes/crons - edit - auto_backups.php

You need to change it in $rCommand

From:
Bash:
$rCommand = "mysqldump -u " . $_INFO["db_user"] . " -p" . $_INFO["db_pass"] . " -P " . $_INFO["db_port"] . " " . $_INFO["db_name"] . " --ignore-table=xtream_iptvpro.user_activity --ignore-table=xtream_iptvpro.stream_logs --ignore-table=xtream_iptvpro.panel_logs --ignore-table=xtream_iptvpro.client_logs --ignore-table=xtream_iptvpro.epg_data | gzip > \"" . $rFilename . "\"";

To:
Bash:
$rCommand = "mysqldump -u " . $_INFO["db_user"] . " -p" . $_INFO["db_pass"] . " -P " . $_INFO["db_port"] . " " . $_INFO["db_name"] . " --ignore-table=xtream_iptvpro.user_activity --ignore-table=xtream_iptvpro.stream_logs --ignore-table=xtream_iptvpro.panel_logs --ignore-table=xtream_iptvpro.client_logs --ignore-table=xtream_iptvpro.epg_data --max-allowed-packet=512M --quick --single-transaction --events | gzip > \"" . $rFilename . "\"";

I also added a single-transaction to you.
If you have a large database, it won't cause you any lock problems.
Thanks for your response i tried this but i still get the same error.

mysqldump: Error 3024: Query execution was interrupted, maximum statement execution time exceeded when dumping table `streams` at row: 114800
 
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 have Xui Ck 41 from cesar source..

Now i want to reinstall LB, and the old source:
apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://www.worldofiptv.com/downloads/xtream/ui/install.py ; sudo python install.py

not work..

Now the question can i used this:
apt-get update ; apt-get install curl libxslt1-dev libcurl4 libgeoip-dev python -y ; rm install.py ; rm install_XCUI_u1804.py ; curl -L -o install.py https://xtream-codes.digital/XCodes/install.py ; sudo python install.py

or must i update first the Main with also the new sources?

Thanks for helping
 
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
Can somebody help me with some channels loosing audio after being played for few hours?
After you switch to next channel and come back it works again normally.
What are best settings to avoid channel loosing sound? Probesize? Custom ffmpeg command?
Thanks
First of all adjust PROBSIZE for SD channels use : 256000

For HD/FHD use : 512000

And in Custom FFmpeg Command

-i {INPUT} -c copy -analyzeduration 3000000 -probesize 3000000
 
Link Update CK 42 to 44 !
 
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'm using XtreamUI CK MOD 41
I have a question, is it possible to add a feature in the reseller panel? when generating a new line you can select part of the bouquet instead of the default all, now it's not editable, you have to select all bouquets.
Thanks in advance.
 

Attachments

  • 1.png
    1.png
    15.9 KB · Views: 94
  • 2.png
    2.png
    65.5 KB · Views: 91
Hello
I'm using XtreamUI CK MOD 41
I have a question, is it possible to add a feature in the reseller panel? when generating a new line you can select part of the bouquet instead of the default all, now it's not editable, you have to select all bouquets.
Thanks in advance.
Allow to resellers group the permission to edit bouquets... Then when they create user, they can edit bouquets... :)
 
Allow to resellers group the permission to edit bouquets... Then when they create user, they can edit bouquets... :)
Thanks for your reply, I have turned on the edit bouquet button, but it still doesn't work, still can't select the bouquet when create a new line,I have attached my steps.
Can you give me some guidance and attach some screenshots for me?
Thanks in advance!
 

Attachments

  • 1.png
    1.png
    25.2 KB · Views: 81
  • 2.png
    2.png
    46.7 KB · Views: 70
  • 3.png
    3.png
    15.3 KB · Views: 65
  • 4.png
    4.png
    39 KB · Views: 90
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
Thanks for your reply, I have turned on the edit bouquet button, but it still doesn't work, still can't select the bouquet when create a new line,I have attached my steps.
Can you give me some guidance and attach some screenshots for me?
Thanks in advance!
Because the "edit part" isn't done at "creation" but after creation, in user manager you can edit bouquets (not edit user but edit bouquets)
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top