ignore_user_abort(TRUE) ?>
Alert
if (!$host) { $host=gethostbyaddr($REMOTE_ADDR); } ?>
if (ereg('^([0-9]{1,3}\.){3}[0-9]{1,3}$', $host)) {
$host=gethostbyaddr($host); } ?>
if("$host"=="hub") { ?>
$mesg=system("/home/jim/bin/hfinger") ?>
} ?>
flush(); ?>
print "$host" ?>