Quote:
Originally Posted by yaku
Is it possible to wipe out everyone's IP addresses on the forum? I am looking to transfer ownership of my forum, but don't want some of my posters' IP to be known by the new ownership. Can I do it without a massive amount of work?
|
[sql]
UPDATE `database_forum`.`PREFIX_user` SET `ipaddress` = '111.1111.111.111' WHERE `vb3_user`
[/sql]
I dont have a test forum to test it with, so make sure you backup your database before changing anything.