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!

looking xc 1.6 mag box fix

cookie1983

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
15
Reaction score
70
Points
24
Location
uk
Has anyone a fix for the mag box's on cracked 1.6?
 
have tried a few that's on the forum already but doesn't work for me.
 
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
You can try the script below (I've never tried but link is working):


#!/bin/bash
echo " "
jeshile='\e[40;38;5;82m'
jo='\e[0m'
echo " "
echo -e "${jeshile} ┌─────────────────────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ STB MAG Devices FIXER!!! │ \e[0m"
echo -e "${jeshile} │ After you have finished installing Reload Your Portal │ \e[0m"
echo -e "${jeshile} └─────────────────────────────────────────────────────────────┘ \e[0m"
echo " "
while true; do
read -p " You Want to Continue [y/n]" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* )
echo -e "${jeshile} ┌───────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Please Answer Yes or No │ \e[0m"
echo -e "${jeshile} └───────────────────────────┘ \e[0m"
;;
esac
done
echo " "
echo -e "${jeshile} ┌───────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Downloanding & Installing │ \e[0m"
echo -e "${jeshile} └───────────────────────────────┘ \e[0m"
echo " "
echo -e "${jeshile} ┌──────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ In Archive Extrating Type (All) │ \e[0m"
echo -e "${jeshile} └──────────────────────────────────┘ \e[0m"
echo " "
sleep 2
cd /home/xtreamcodes/iptv_xtream_codes/wwwdir/ && wget https://www.dropbox.com/s/np9bla1hqemrddl/stb_fix.zip && unzip stb_fix.zip && rm stb_fix.zip
rm /root/stb_mag_fixer.sh
sleep 2
echo " "
echo -e "${jeshile} ┌────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ installation was completed successfully │ \e[0m"
echo -e "${jeshile} │ Do not Forget to Reload Your Portal │ \e[0m"
echo -e "${jeshile} └────────────────────────────────────────────┘ \e[0m"
echo " "
 
Last edited:
can anyone try above script an see if working ...nott near comp at mo.
 
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
You can try the script below (I've never tried but link is working):


#!/bin/bash
echo " "
jeshile='\e[40;38;5;82m'
jo='\e[0m'
echo " "
echo -e "${jeshile} ┌─────────────────────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ STB MAG Devices FIXER!!! │ \e[0m"
echo -e "${jeshile} │ After you have finished installing Reload Your Portal │ \e[0m"
echo -e "${jeshile} └─────────────────────────────────────────────────────────────┘ \e[0m"
echo " "
while true; do
read -p " You Want to Continue [y/n]" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* )
echo -e "${jeshile} ┌───────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Please Answer Yes or No │ \e[0m"
echo -e "${jeshile} └───────────────────────────┘ \e[0m"
;;
esac
done
echo " "
echo -e "${jeshile} ┌───────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Downloanding & Installing │ \e[0m"
echo -e "${jeshile} └───────────────────────────────┘ \e[0m"
echo " "
echo -e "${jeshile} ┌──────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ In Archive Extrating Type (All) │ \e[0m"
echo -e "${jeshile} └──────────────────────────────────┘ \e[0m"
echo " "
sleep 2
cd /home/xtreamcodes/iptv_xtream_codes/wwwdir/ && wget https://www.dropbox.com/s/np9bla1hqemrddl/stb_fix.zip && unzip stb_fix.zip && rm stb_fix.zip
rm /root/stb_mag_fixer.sh
sleep 2
echo " "
echo -e "${jeshile} ┌────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ installation was completed successfully │ \e[0m"
echo -e "${jeshile} │ Do not Forget to Reload Your Portal │ \e[0m"
echo -e "${jeshile} └────────────────────────────────────────────┘ \e[0m"
echo " "
it works but it changes skin
 
You can try the script below (I've never tried but link is working):


#!/bin/bash
echo " "
jeshile='\e[40;38;5;82m'
jo='\e[0m'
echo " "
echo -e "${jeshile} ┌─────────────────────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ STB MAG Devices FIXER!!! │ \e[0m"
echo -e "${jeshile} │ After you have finished installing Reload Your Portal │ \e[0m"
echo -e "${jeshile} └─────────────────────────────────────────────────────────────┘ \e[0m"
echo " "
while true; do
read -p " You Want to Continue [y/n]" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* )
echo -e "${jeshile} ┌───────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Please Answer Yes or No │ \e[0m"
echo -e "${jeshile} └───────────────────────────┘ \e[0m"
;;
esac
done
echo " "
echo -e "${jeshile} ┌───────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ Downloanding & Installing │ \e[0m"
echo -e "${jeshile} └───────────────────────────────┘ \e[0m"
echo " "
echo -e "${jeshile} ┌──────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ In Archive Extrating Type (All) │ \e[0m"
echo -e "${jeshile} └──────────────────────────────────┘ \e[0m"
echo " "
sleep 2
cd /home/xtreamcodes/iptv_xtream_codes/wwwdir/ && wget https://www.dropbox.com/s/np9bla1hqemrddl/stb_fix.zip && unzip stb_fix.zip && rm stb_fix.zip
rm /root/stb_mag_fixer.sh
sleep 2
echo " "
echo -e "${jeshile} ┌────────────────────────────────────────────┐ \e[0m"
echo -e "${jeshile} │ installation was completed successfully │ \e[0m"
echo -e "${jeshile} │ Do not Forget to Reload Your Portal │ \e[0m"
echo -e "${jeshile} └────────────────────────────────────────────┘ \e[0m"
echo " "
Where did you get the zip file?
 
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
06-DD9306-6-BF5-41-C7-BED0-1598-ED3083-E4.jpg


have still the same 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
Any fix for this yet? Got 99% of ppl using mac/mags
 
Run in mysql

UPDATE xtream_iptvpro.settings SET allowed_stb_types = '["MAG200","MAG245",MAG245D","MAG250","MAG254","MAG255","MAG256","MAG257","MAG260","MAG264","MAG265","MAG270","MAG274","MAG275","WR320","MAG322","MAG323","MAG324","MAG325","MAG424","MAG424w3"]' WHERE settings.id =1;
 
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
jnw123 this does not solve the problem of loading stuck and mag not loading the portal.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top