Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

eval("?>".gzuncompress(gzuncompress(gzinflate(gzinflate(gzinflate(base64_decode(strrev('=0..

Decoded Output download

?>b'<?php
header(\'Content-Type: text/plain\');
$lines = file(\'/home/HULU/channel_id.txt\');
$lines = array_unique($lines);
file_put_contents(\'/home/HULU/channel_id.txt\', implode($lines));

$server = "http://{$_SERVER[\'SERVER_ADDR\']}:18000";
$path_server = str_replace (\'hulum3u.php\' , \'\', $server);
$row = explode(PHP_EOL , file_get_contents("/home/HULU/channel_id.txt"));

echo \'\' .PHP_EOL;
echo \'Hulu Channels Links\' .PHP_EOL;
echo \'------------------\' .PHP_EOL;
echo \'\' .PHP_EOL;
for ($i=0; $i < count($row); $i++) {
	$path = explode(";" , $row[$i]);
	$id = $path[0];
	echo $path_server."/".$id."/hls/playlist.m3u8";
 echo PHP_EOL.PHP_EOL;
}

'

Did this file decode correctly?

Original Code

eval("?>".gzuncompress(gzuncompress(gzinflate(gzinflate(gzinflate(base64_decode(strrev('=0rsKYYrFbBMvpptPZiam78JqIgvf72UDUaUBG9PyiZSMDPwdmAwZ3LXlKixRftEQZoZX2w7Y1tLWLN0T2RiSb5psPqZt6Yjn6Uktl6m956CNjihKyFjRd0S+SUu2KouBt763vqBq/e55EqRqNOQ4xM0/Q81cSRAbIpUew25Yc28M2SQ8O8KDP3TnGIbFfZl2TgZfZeSZi0slnB5dNUxpE4FdjNrU8IfAaqQgZZJlm0lBTDSYadOUEl+u3QO3W6kn8RiVvHX6Wn8pfu4oDvwMoV0OICNC6HQhOqBsvgLPzyE6KC7t8PVSS74Ct4A7un2F6XAHlewwxRmIxpm6fPoZZKGcEOJmWBfVPLhdIPSehfGLhmRFeAKLbarHvG3hyCF6YvGABDEydvugvGnjvX6DQSgm0aEE8hDROv3nfiAftVmSVHp++PxTRnkNHTYu0bpJExebmIhfUwQZYlI2vTbFhmUE+D8W1HFwI8adJVfcin/UGwaBwJe+nYA2Fg/EGweB4/fBAYA'))))))));

Function Calls

strrev 1
gzinflate 3
gzuncompress 2
base64_decode 1

Variables

None

Stats

MD5 124a50ead4e22c6bdd507c95d77ca340
Eval Count 1
Decode Time 97 ms