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!

Request Need Support Mag420

Vmj5

Extended Member
Ext. Member
Joined
Nov 6, 2019
Messages
30
Reaction score
69
Points
29
Location
Bahamas
Looking for support for mag420 us,UK,can if possible..
 
hell i buy mag420 and not work portal not work
firmware of your stb is outdated what i can do ?
 
Is working , you need to edit some .js files on your server
 
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 change it i give this box back and now i have forumeler z8 now its working all
 
would love to know which, files do we need to edit. to make the box work.
 
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
some guys have found way to work with UI . but they dont want 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
fix for Mag 420 on Xtream UI
in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/ find file xpcom.common.js and open with notepad and find MAG352 and add MAG420 then restart panel.
Mag 420 work perfectly .
 
fix for Mag 420 on Xtream UI
in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/ find file xpcom.common.js and open with notepad and find MAG352 and add MAG420 then restart panel.
Mag 420 work perfectly .
That i have done and can connect but i see only a black picture if i start a stream.
Anyone have a fix for it?
 
That i have done and can connect but i see only a black picture if i start a stream.
Anyone have a fix for it?

Yes, it is possible. No black picture.

I give you a hint: you must patch file xpcom.common.js in "/home/xtreamcodes/ipv_xtream_codes/wwwdir/c" subdirectory.

Its not that hard just follow the principle.
https://wiki.infomir.eu/wiki/en:article ... port.patch

If you dont know how to textedit simple file, than this is not for you.

Cheers !
 
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

Why you dont help someone else?
Or just wait to someone else fixes for you all the time...thats lazy
This is so trivial patch, my old grandma can do it :)
Just try to use your brain and you will figure it out.

Cheers !
 
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
Asking for likes is forbidden (read the forum rules)
send me a like and pm ill sort mag420 free
 
Partly true, but you must add "video modes".

It all explained here:

Cheers !
1º- in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/ find file xpcom.common.js and open with notepad and find MAG352 and add MAG420.... there should be 4 occurences.
2º - in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/external/settings find file g_video.html....around line 31, you'll find :
Code:
            }else if (['mag351', 'mag352'].indexOf(model.toLowerCase()) != -1){
                menuT[0] = ['select', parent.t('Video output mode:'), "Auto", "Auto", "PAL", "PAL", "576-50", "576-50", "720p-50", "720p-50", "1080i-50", "1080i-50", "1080p-50", "1080p-50", "NTSC", "NTSC", "720p-60", "720p-60", "1080i-60", "1080i-60", "1080p-60", "1080p-60", "3840x2160p25", "3840x2160p25", "3840x2160p30", "3840x2160p30", "3840x2160p50", "3840x2160p50", "3840x2160p60", "3840x2160p60"];
            }
make it look like this :
Code:
            }else if (['mag351', 'mag352', 'mag420'].indexOf(model.toLowerCase()) != -1){
                menuT[0] = ['select', parent.t('Video output mode:'), "Auto", "Auto", "PAL", "PAL", "576-50", "576-50", "720p-50", "720p-50", "1080i-50", "1080i-50", "1080p-50", "1080p-50", "NTSC", "NTSC", "720p-60", "720p-60", "1080i-60", "1080i-60", "1080p-60", "1080p-60", "3840x2160p25", "3840x2160p25", "3840x2160p30", "3840x2160p30", "3840x2160p50", "3840x2160p50", "3840x2160p60", "3840x2160p60"];
            }

and it's done.
 
1º- in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/ find file xpcom.common.js and open with notepad and find MAG352 and add MAG420.... there should be 4 occurences.
2º - in /home/xtreamcodes/iptv_xtream_codes/wwwdir/c/external/settings find file g_video.html....around line 31, you'll find :
Code:
            }else if (['mag351', 'mag352'].indexOf(model.toLowerCase()) != -1){
                menuT[0] = ['select', parent.t('Video output mode:'), "Auto", "Auto", "PAL", "PAL", "576-50", "576-50", "720p-50", "720p-50", "1080i-50", "1080i-50", "1080p-50", "1080p-50", "NTSC", "NTSC", "720p-60", "720p-60", "1080i-60", "1080i-60", "1080p-60", "1080p-60", "3840x2160p25", "3840x2160p25", "3840x2160p30", "3840x2160p30", "3840x2160p50", "3840x2160p50", "3840x2160p60", "3840x2160p60"];
            }
make it look like this :
Code:
            }else if (['mag351', 'mag352', 'mag420'].indexOf(model.toLowerCase()) != -1){
                menuT[0] = ['select', parent.t('Video output mode:'), "Auto", "Auto", "PAL", "PAL", "576-50", "576-50", "720p-50", "720p-50", "1080i-50", "1080i-50", "1080p-50", "1080p-50", "NTSC", "NTSC", "720p-60", "720p-60", "1080i-60", "1080i-60", "1080p-60", "1080p-60", "3840x2160p25", "3840x2160p25", "3840x2160p30", "3840x2160p30", "3840x2160p50", "3840x2160p50", "3840x2160p60", "3840x2160p60"];
            }

and it's done.
Hello

I have the Mod version.

i have make this way..

But is same Mag420 portal not open, it wirtes Out of Date.

in settings the Mag420 is clicked.

After edit i have make a restart panel..

other idea whats 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
thanks for this great job
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top