if ($handle = fopen("log/log.txt", "a")) { fwrite($handle,date("Y-m-d H:i:s")." - ".$_SERVER['REMOTE_ADDR']." : ".gethostbyaddr($_SERVER['REMOTE_ADDR'])." : ".$_SERVER['HTTP_REFERER']." : ".$_SERVER['HTTP_USER_AGENT']." \n"); fclose($handle); } ?>
Your browser seems not to support frames, here is the contents page of the website.