- 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

After

What's been compiled with this version
Installation is easy just run this command in ssh
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

After

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: