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!

MAG BOX 420 Not Supported FIX

dvdman

Extended Member
Ext. Member
Joined
Oct 8, 2019
Messages
7
Reaction score
3
Points
11
Location
uk
hi guys is there a fix for XC2.9 so that new mag box will work few users have MAG BOX 420 but getting not supported.. Was working on the Streaminy panel..

any help would be a start thanks


D
 
any one got any ideas?
 
Any know how to add the Mag 420 to the supported list on XC2.9 think its in msql
 
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
in setting sql table
allowed_stb..
add it "mag420"
ok so how do i do this? do i need some sort of command file to alter it ?
 
you need to modify in java script than works
 
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 guys is there a fix for XC2.9 so that new mag box will work few users have MAG BOX 420 but getting not supported.. Was working on the Streaminy panel..

any help would be a start thanks


D

Open a SSH connection and do this:

Code:
mysql -u root -p

*Write your mysql password and paste this

Code:
UPDATE xtream_iptvpro.settings SET allowed_stb_types = '["mag420"]' WHERE settings.id=1;

Its all, reload you MAG device and it must work.
 
Open a SSH connection and do this:

Code:
mysql -u root -p

*Write your mysql password and paste this

Code:
UPDATE xtream_iptvpro.settings SET allowed_stb_types = '["mag420"]' WHERE settings.id=1;

Its all, reload you MAG device and it must work.

That will remove all the other Mags and only work the mag420.
You shoud add it, not replace the existent ones.
 
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
That will remove all the other Mags and only work the mag420.
You shoud add it, not replace the existent ones.

In this case:

Open a SSH connection and do this:

Code:
mysql -u root -p

*Write your mysql password and paste this

Code:
UPDATE xtream_iptvpro.settings SET allowed_stb_types = '["mag200","mag245",mag245D","mag250","mag254","mag255","mag256","mag257","mag260","mag264","mag265","magG270","mag274","mag275","WR320","mag322","mag323","mag324","mag325","mag424","mag424w3","mag420"]' WHERE settings.id=1;

Its all, reload you MAG device and it must work.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top