![]() |
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 |
DELETE FROM `ipdata` WHERE `userid` = 1
just change the userid hope this is what you are looking for |
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". |
Quote:
|
I think you want to remove it from the post table, like maybe
Code:
UPDATE post SET ipaddress='' WHERE userid = 1 |
Quote:
Code:
UPDATE vb_adminlog SET ipaddress = WHERE userid = 1; |
All times are GMT. The time now is 01:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|