PDA

View Full Version : problem with forum


GoTTi
12-04-2002, 04:38 AM
Warning: Address is not a valid IPv4 or IPv6 address in /home/public_html/forums/admin/user.php on line 1389


When I try to view a User's IP threw admin panel, I get this error. What is this?

this is on line 1389


$ips=$DB_site->query("SELECT DISTINCT ipaddress FROM post WHERE userid=$userid AND ipaddress<>'$previpaddress' ORDER BY ipaddress");
while ($ip=$DB_site->fetch_array($ips)) {


anything wrong in there?

Erwin
12-05-2002, 02:11 AM
For some reason that IP address that the user used is not compliant with normal IP standards (version 4 or 6). Maybe he spoofed it - or maybe it is just an error. You may need to go to your database and delete that IP address entry. Or just log in as the user to clear that entry.

I assume this error is only with that one user.

GoTTi
12-05-2002, 03:28 AM
ahh option was disabled for IP logging in the CP.

who woulda thought?