Normally it woks ok, it takes its time but it works. But now imtrying to find which user has a particular IP, and it just keepsprocessing for ages and then times out. I really need to knowwhich user has this IP so I can ban him. Is there a moreefficient way to do the search? Maybe a command in phpmyadmin?
vB IP search
Collapse
X
-
Tags: None
-
-
Comment
-
Comment
-
Try this query:
SELECT username FROM post WHERE ipaddress='xxx.xxx.xxx.xxx';Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
-
Probably, but I don't know the query to do this.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment