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!

Question Mag insert problem

misteremil

Extended Member
Ext. Member
Joined
Jul 24, 2019
Messages
42
Reaction score
71
Points
29
Location
Azerbaijan
I have an issue with the new mag mac address insertion to XtreamUI. It appear mac is already exisit in portal. But I cant find this mac address in XtreamUI. This is fully new Xtream portal and this mac address never used in portal before,
Anyone can help me? I can't find this mac address in sql database also. I think mac address coded in database
 
encode the mac address, then search for it in your sql database in mag devices table, maybe it's already there by an mistake double click or something...
 
encode the mac address, then search for it in your sql database in mag devices table, maybe it's already there by an mistake double click or something...
Thanks. I already try it. But no result. Cant find inn mag_devices table as well. Still got this issue
 
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. I already try it. But no result. Cant find inn mag_devices table as well. Still got this issue
are you sure you search in "mac" ? mag_device table?
for an example
MDA6MDA6MDA6MDE6MDE6MDE=
you will need to search "MDA6MDA6MDA6MDE6MDE6MDE=" in mac
 
are you sure you search in "mac" ? mag_device table?
for an example
MDA6MDA6MDA6MDE6MDE6MDE=
you will need to search "MDA6MDA6MDA6MDE6MDE6MDE=" in mac
Of cause mate. I encode normal 00:1a:79:XX:XX:XX to XXXXXXXXXXXX for example. and search XXXXXXXXXXXX in all lists mag_devices table. No result
 
Sorry it was my mistake. I found this mac in sql database. uppercase problem during encoding mac address. Problem was solved. thanks a lot
 
Last edited:
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
use mysql to delete all hiden mag devices.
Code:
mysql -u root -p
use xtream_iptvpro;
delete FROM `mag_devices` where user_id not in (SELECT id FROM `users`);
 
use mysql to delete all hiden mag devices.
Code:
mysql -u root -p
use xtream_iptvpro;
delete FROM `mag_devices` where user_id not in (SELECT id FROM `users`);
Thanks mate. I already delete it with phpmyadmjn.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top