You can execute SQL queries if you are comfortable doing so:
[sql]
UPDATE search SET ipaddress = 0
UPDATE user SET ipaddress = 0
UPDATE post SET ipaddress = 0
[/sql]
Though, you do so at your own risk, remember to edit in the table prefix if you have one. Also to turn off IP logging:
AdminCP > vBulletin Options > Message Posting and Editing Options > Log IP Addresses
|