View Full Version : Change IP addresses
danielc2384
06-01-2008, 03:27 PM
Just wondering if it was at all possible to change the IP address of forum members.
(Just on the forum of course).
Thanks
KURTZ
06-01-2008, 03:30 PM
have you tried to change it onto the 'user management'? what happens?
veenuisthebest
06-01-2008, 03:30 PM
yes, you can change the IP with which they registered from the user profile in admincp.
go to Users->search->IP Address->change it and save.
But, why would you do this ??
KURTZ
06-01-2008, 03:33 PM
But, why would you do this ??
i'm also interested in this ... :p
veenuisthebest
06-01-2008, 03:37 PM
okkk...
just found it to be quite easy if you'd like to do in bulk
1. open your database through phpmyadmin OR sqlyog.
2. simply edit the values in ipaddress column in user table
or you may run query as well.
KURTZ
06-01-2008, 03:40 PM
yes, also you can go to
acp --> users ---> search for user ---> then edit the IP
veenuisthebest
06-01-2008, 03:44 PM
yes, also you can go to
acp --> users ---> search for user ---> then edit the IP
oh yes that works. post 3 says the same.
geevest.com
06-03-2008, 12:19 PM
this is automaticaly can change all ip address post/thread for users?
Opserty
06-03-2008, 12:36 PM
You can execute SQL queries if you are comfortable doing so:
UPDATE search SET ipaddress = 0
UPDATE user SET ipaddress = 0
UPDATE post SET ipaddress = 0
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
geevest.com
06-04-2008, 10:14 AM
so for replace all ip post/thread username.before we work in sql queries.we must turn off log ip address,and then after sql query done.we need reactive log ip address again?
Opserty
06-04-2008, 11:18 AM
Turn off "log ip address" to stop the IP address from being logged when someone makes a new Post. It should remain off if you do not want it to log ip address it will not affect the SQL queries.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.