The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change IP addresses
Just wondering if it was at all possible to change the IP address of forum members.
(Just on the forum of course). Thanks |
#2
|
|||
|
|||
have you tried to change it onto the 'user management'? what happens?
|
#3
|
||||
|
||||
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 ?? |
#4
|
|||
|
|||
i'm also interested in this ...
|
#5
|
||||
|
||||
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. |
#6
|
|||
|
|||
yes, also you can go to
acp --> users ---> search for user ---> then edit the IP |
#7
|
||||
|
||||
oh yes that works. post 3 says the same.
|
#8
|
|||
|
|||
this is automaticaly can change all ip address post/thread for users?
|
#9
|
|||
|
|||
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 |
#10
|
|||
|
|||
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?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|