Jeg kan ikke få den til at vise host adressen, det har ellers virket. Hvad
er der ivejen?
<?php print $ip = getenv('REMOTE_HOST');
$host = @GetHostByAddr($ip);
$real_host=chop($host);
if($real_host){
$host_arr=explode(".", $real_host);
$count=count($host_arr);
if($count > 1){
if(intval($host_arr[$count-1])!=0){
$host=substr($real_host,0,strrpos($real_host,".")).".*";
}
else{
$host = "*".strstr($real_host, ".");
}
}
else{
$host=$real_host;
}
}
else{
$host="";
}
?>
--
http://www.flyingbullets.dk/lan <- Return to Castle Wolfenstein LAN party!