Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
exit;}?><?php $file = 'monkey.gif';if (file_exists($file)){header('Content-Description: ..
Decoded Output download
<?
exit;}?><?php $file = 'monkey.gif';if (file_exists($file)){header('Content-Description: File Transfer');header('Content-Type: application/octet-stream');header('Content-Disposition: attachment; filename="'.basename($file).'"');header('Content-Length: ' . filesize($file));readfile($file); ?>
Did this file decode correctly?
Original Code
exit;}?><?php $file = 'monkey.gif';if (file_exists($file)){header('Content-Description: File Transfer');header('Content-Type: application/octet-stream');header('Content-Disposition: attachment; filename="'.basename($file).'"');header('Content-Length: ' . filesize($file));readfile($file);
Function Calls
None |
Stats
MD5 | 2c7b804459fb4f8b45da7a70922a331e |
Eval Count | 0 |
Decode Time | 79 ms |