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!

Antiblacklist patch by r00t & mag support on v1.0.60

r00t

Basic Member
Basic Member
Banned
Joined
Oct 8, 2019
Messages
17
Reaction score
89
Points
21
Location
ohio
NOTE: this patch is for if xt comes ever back and your ip is blacklisted.

Fix for antiblacklist my research long time ago. When your ip is blacklisted you cant connected to xt v2 panels
on your mysql database it will trigger licence table show_message column with 1 i wrote little script wich is setting that value back to 0

example if value on table License column > show_message = set to value 1 you cant connect v2 & when its set value to 0 it can connect v2 streams /servers

With my solution the value will check like a cron every second your licence table if value changes to 1 it will change to 0 again every seconds.

crack.sh file
Bash:
#!/bin/sh
while :; do
  /root/cracker.sh
  sleep 1
done

nano /etc/rc.local add this: nohup /root/crack.sh > /dev/null

cracker.sh file
Bash:
#!/bin/sh
updatevar="UPDATE licence SET show_message = '0' WHERE id='1'";

mysql --user=root --password=YOURMYSQLPASS xtream_iptvpro << eof
$updatevar
eof

Supporting newer mag devices on v1.06 simple
first install phpmyadmin by command: apt-get install phpmyadmin

Login to phpmyadmin select database xtream_iptvpro
and then select table settings
go to column name allowed_stb_types

replace all values with this:
Code:
["mag200","mag245","mag245D","mag250","mag254","mag254w1","mag254w2","mag255","mag256","mag257","mag260","mag264","mag265","mag270","mag274","mag275","wr320","mag322","mag323","mag324","mag325","mag424w3","mag350","mag351","mag352","mag324c","mag349","mag424d","aurahd","aurahd1","aurahd9","ip_stb_hd","im2100","im2101","im4410"]
 
Last edited:
what are you talking about. There is not blacklist since xc cms servers are down....
 
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
Good info for v1,, hopefully XC v2.9 remastered will be RC soon :)
 
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
Good info for v1,, hopefully XC v2.9 remastered will be RC soon :)
I have also v2.9 but not public private only i can fresh install v2.9 add balancer etc manage vods ..
these info is just for people in need give them some tips and tricks

you are the best m8 ?
Regards
thnx
 
NOTE: this patch is for if xt comes ever back and your ip is blacklisted.

Fix for antiblacklist my research long time ago. When your ip is blacklisted you cant connected to xt v2 panels
on your mysql database it will trigger licence table show_message column with 1 i wrote little script wich is setting that value back to 0

example if value on table License column > show_message = set to value 1 you cant connect v2 & when its set value to 0 it can connect v2 streams /servers

With my solution the value will check like a cron every second your licence table if value changes to 1 it will change to 0 again every seconds.

crack.sh file
Bash:
#!/bin/sh
while :; do
  /root/cracker.sh
  sleep 1
done

nano /etc/rc.local add this: nohup /root/crack.sh > /dev/null

cracker.sh file
Bash:
#!/bin/sh
updatevar="UPDATE licence SET show_message = '0' WHERE id='1'";

mysql --user=root --password=YOURMYSQLPASS xtream_iptvpro << eof
$updatevar
eof

Supporting newer mag devices on v1.06 simple
first install phpmyadmin by command: apt-get install phpmyadmin

Login to phpmyadmin select database xtream_iptvpro
and then select table settings
go to column name allowed_stb_types

replace all values with this:
Code:
["mag200","mag245","mag245D","mag250","mag254","mag254w1","mag254w2","mag255","mag256","mag257","mag260","mag264","mag265","mag270","mag274","mag275","wr320","mag322","mag323","mag324","mag325","mag424w3","mag350","mag351","mag352","mag324c","mag349","mag424d","aurahd","aurahd1","aurahd9","ip_stb_hd","im2100","im2101","im4410"]
INDIAN RULES?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top