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

Signing you up...

Thank you for signing up!

PHP Decode

$check = str_replace("\x3c\142\162\57\x3e", "\xd\xa", $check); $check = str_repla..

Decoded Output download

<?      $check = str_replace("<br/>", "\xd\xa", $check); 
    $check = str_replace("<br/>", "
", $check); 
    $check = str_replace("<br/>", "\xd", $check); 
    $check = str_replace("&gt;", ">", $check); 
    $check = str_replace("&lt;", "<", $check); 
    $check = str_replace("&#39;", "'", $check); 
    $check = str_replace("&quot;", """, $check); ?>

Did this file decode correctly?

Original Code

    $check = str_replace("\x3c\142\162\57\x3e", "\xd\xa", $check);
    $check = str_replace("\74\x62\x72\x2f\x3e", "\12", $check);
    $check = str_replace("\x3c\x62\x72\x2f\x3e", "\xd", $check);
    $check = str_replace("\46\147\x74\x3b", "\76", $check);
    $check = str_replace("\46\154\x74\73", "\x3c", $check);
    $check = str_replace("\x26\43\63\71\x3b", "\x27", $check);
    $check = str_replace("\x26\x71\x75\157\x74\73", "\x22", $check);

Function Calls

None

Variables

None

Stats

MD5 bcf4ac248dc3011da545b640a8bfadf4
Eval Count 0
Decode Time 55 ms