vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   problem with forum (https://vborg.vbsupport.ru/showthread.php?t=46366)

GoTTi 12-04-2002 04:38 AM

problem with forum
 
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

PHP Code:

  $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?


All times are GMT. The time now is 10:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00955 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete