Advertisement
xUndercover

Ip grabber script.

Jul 16th, 2012
7,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Script-
  2.  
  3.  
  4.  
  5. <?php
  6. $ip = $_SERVER['REMOTE_ADDR'];
  7. $fo = fopen("ip.txt", "a");
  8. $fw = fwrite($fo, "$ip\n");
  9. fclose($fo);
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement