[PHP]IP Catcher 05-14-2011, 03:02 PM
#1
made by me XD
PHP Code:
<?php
$of = fopen("IP.html", 'a');
fwrite($of, $_SERVER['REMOTE_ADDR']."\n");
fclose($of);
?>
Pierce the life fibers with your drill.