The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Delete IP address log for certain users
Hi all,
Is there a way to do this? I don't like having all of my IP addresses over the years logged in the system forever. Jameson |
#3
|
|||
|
|||
Quote:
I'm referring to the IP logs that you can see in the AdminCP. You search for a user and then in the drop-down box click "view IP addresses". |
#4
|
||||
|
||||
And you used the correct userID in the query?
|
#5
|
|||
|
|||
I think you want to remove it from the post table, like maybe
Code:
UPDATE post SET ipaddress='' WHERE userid = 1 |
#6
|
||||
|
||||
Quote:
Code:
UPDATE vb_adminlog SET ipaddress = WHERE userid = 1; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|