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!

Avoid XC 1 blacklist

chamekh

Extended Member
Ext. Member
Joined
Sep 28, 2019
Messages
37
Reaction score
147
Points
44
Location
TN
In decoded xc1 function.php, I found the code below, something researches if in etc/hosts is there a redirection of the domain xtream ... a reason may be to block the panel.



$Fb10ea0145c55063007df817e15b3592 = file_get_contents('/etc/hosts');
.
.....
if (!stristr($Fb10ea0145c55063007df817e15b3592, 'xtream-co'))


The solution in my opinion is to install a server dns where we add a zone called xtream-codes.com and we make redirect there.
 
In decoded xc1 function.php, I found the code below, something researches if in etc/hosts is there a redirection of the domain xtream ... a reason may be to block the panel.



$Fb10ea0145c55063007df817e15b3592 = file_get_contents('/etc/hosts');
.
.....
if (!stristr($Fb10ea0145c55063007df817e15b3592, 'xtream-co'))


The solution in my opinion is to install a server dns where we add a zone called xtream-codes.com and we make redirect there.
No quote
you can make it on the same server just install bind and dnsutils
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top