// Who's Been Here? v1.0 // by Webboy (Drop-D) // email: sorry, decided not to give this. // You can use this script for any purpose. // Promote open source code! //$name = gethostbyaddr($ippost); $ip = date ("d-m-Y_G:i:s ").getenv("REMOTE_ADDR")."\n"; $fp = fopen("ipinfo.txt","a"); fwrite($fp,$ip); fclose($fp); ?>