זה הקוד:<?php$wtr = $HTTP_REMOTE_ADDR;$logimfile = 'loginim.inc';ignore_user_abort(true); if (file_exists($logimfile)) { $fh = fopen($logimfile, 'w'); rewind($fh); fwrite($fh, $wtr); }fclose($fh);?> תודה מראש
<?php$wtr = $HTTP_REMOTE_ADDR;$logimfile = 'loginim.inc';ignore_user_abort(true); if (file_exists($logimfile)) { $fh = fopen($logimfile, 'w'); rewind($fh); fwrite($fh, $wtr); }fclose($fh);?>
$wtr = $HTTP_REMOTE_ADDR;
$wtr = gethostbyname($_SERVER);