Friday, November 2, 2007

IP LOGGER by SJ

QUOTE$logfile= 'log.html'; $IP = $_SERVER['REMOTE_ADDR'];$logdetails= date("F j, Y, g:i a") . ': ' . 'http://dnsstuff.com/tools/city.ch?ip='.$_SERVER['REMOTE_ADDR'].'>'.$_SERVER['REMOTE_ADDR'].'';$fp = fopen($logfile, "a");fwrite($fp, $logdetails);fwrite($fp, "
");fclose($fp);?>


So u need just create somefile.php and log.html...then upload on ftp and it will works...


----------------Cookie stealer------------------
QUOTE

Here u must create somefile.php and logfile.txt and ofcourse upload on host via ftp...

No comments: