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!

Download Xtream-UI and Xtreme-Codes Nginx v1.23.3 Patch

SpY

Moderator
Staff member
Moderator
Ext. Member
Joined
May 16, 2023
Messages
26
Reaction score
209
Points
39
I have compiled the latest version of nginx And patched it for you So it works with any Xtreme-Codes and Xtream-UI Installation, This will work on main and load balancers.

xtreme code is running on a very old infrastructure, What is unfortunately reached It's sell by date And are tons of security bugs and exploits.

So if you want to continue using it I recommend Start Patching, You should see some performance improvement as well.

Before

xc n v.png

After

xc n v1.23.3.png

What's been compiled with this version
Code:
nginx-1.23.3
openssl-3.0.8
pcre-8.45
zlib-1.2.13
ngx_http_geoip2_module-3.4

Installation is easy just run this command in ssh

Code:
wget "https://xtream-codes.digital/XCodes/nginx-upgrade/nginx-1.23.3.zip" -O /tmp/nginx-1.23.3.zip -o /dev/null && unzip /tmp/nginx-1.23.3.zip -d /tmp/update/ && cp -rf /tmp/update/iptv_xtream_codes/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/iptv_xtream_codes && rm /tmp/nginx-1.23.3.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
 
Last edited by a moderator:
I have compiled the latest version of nginx And patched it for you So it works with any Xtreme-Codes and Xtream-UI Installation, This will work on main and load balancers.

xtreme code is running on a very old infrastructure, What is unfortunately reached It's sell by date And are tons of security bugs and exploits.

So if you want to continue using it I recommend Start Patching, You should see some performance improvement as well.

Before

View attachment 4120

After

View attachment 4121

What's been compiled with this version
Code:
nginx-1.23.3
openssl-3.0.8
pcre-8.45
zlib-1.2.13
ngx_http_geoip2_module-3.4

Installation is easy just run this command in ssh

Code:
wget "https://xtream-codes.digital/XCodes/nginx-upgrade/nginx-1.23.3.zip" -O /tmp/nginx-1.23.3.zip -o /dev/null && unzip /tmp/nginx-1.23.3.zip -d /tmp/update/ && cp -rf /tmp/update/iptv_xtream_codes/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/iptv_xtream_codes && rm /tmp/nginx-1.23.3.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
after testing installed version, this:
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx : Permission denied.........
 
Last edited:
Maybe the permissions didn't get set properly for you what if you type

chmod 777 /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && chown xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx reload

check if that will help
 
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'm seeing the error message when testing this on a LB running Ubuntu 18.04

chown: changing ownership of '/home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb': Operation not permitted
 
I'm seeing the error message when testing this on a LB running Ubuntu 18.04

chown: changing ownership of '/home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb': Operation not permitted
The same thing happens, but when I exit and re-enter the server it shows that it is the version nginx version: nginx/1.23.3
 
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top