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

Signing you up...

Thank you for signing up!

PHP Decode

$code = "base64_decode('DZZFrsUIskSX01W6AzOp1QMzM3vy"; $code = gzdeflate($code); $code =..

Decoded Output download

<?  $code = "base64_decode('DZZFrsUIskSX01W6AzOp1QMzM3vy"; 
$code = gzdeflate($code); 
$code = base64_encode($code); 
 
$code = base64_decode($code); 
echo $code; ?>

Did this file decode correctly?

Original Code

$code = "base64_decode('DZZFrsUIskSX01W6AzOp1QMzM3vy";
$code = gzdeflate($code);
$code = base64_encode($code);

$code = base64_decode($code);
echo $code;

Function Calls

gzdeflate 1

Variables

$code base64_decode('DZZFrsUIskSX01W6AzOp1QMzM3vy

Stats

MD5 fca2c6266e71611de28cdb8637783f19
Eval Count 0
Decode Time 81 ms