The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]() 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|