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.
$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.





