Hi again, when i am searchin for "more IP's" for specific user, i get this error.
PHP Code:
Warning: Address is not a valid IPv4 or IPv6 address in /www/k/kvk007/htdocs/forum/admin/user.php on line 1283
and when i looked at user.php on line 1283, i get
PHP Code:
echo "<li>$ip[ipaddress] (".gethostbyaddr($ip[ipaddress]).") ".makelinkcode("find more users for this ip","user.php?s=$session[sessionhash]&action=doips&ipaddress=$ip[ipaddress]")."</li>\n";