![]() |
how to delete the IP history
hi guys
i have a question please how could i delete completely the IP history that stored of any member from the database of even from the Control Panel ??? ,,by the way I'm using VB4.0.5 Regards |
Quote:
|
Quote:
i wish i could delete all the IP addresses of all Users which were saved in the forum database --------------- Added [DATE]1280080983[/DATE] at [TIME]1280080983[/TIME] --------------- https://vborg.vbsupport.ru/external/2010/07/19.jpg how could i delete all these IP's i wanna delete them all something like make my forum start fresh without these IP's |
Quote:
Code:
UPDATE adminlog SET ipaddress = ''; Code:
UPDATE moderatorlog SET ipaddress = ''; This will delete all the ip addresses from the moderator log Code:
UPDATE post SET ipaddress = ''; This will delete all the ip addresses from the posts Code:
UPDATE user SET ipaddress = ''; This will delete all the ip addresses from the user table These are where the ipaddresses are stored off the top of my head. If your db tables use a prefix, append it to the table name when running the queries. Hope it helps. P.s. Note that this will delete the ip''s for everyone. But all the posts, mod/admin actions made in the future will store their ip''s. To delete them anytime a post is made or when an admin or mod does moderation etc you will need a custom mod. |
thank you very much really appreciated :)
|
Quote:
|
It also stores ips in the post table.
|
Quote:
|
Quote:
|
All times are GMT. The time now is 02:02 PM. |
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:
|