The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How can I do that? Can you write a query for this?
Thanks a lot... ![]() |
#2
|
||||
|
||||
![]()
To change it in posts? First make a backup of your post table, then run the following query at phpmyadmin:
Code:
UPDATE post SET ipaddress = 'xxxxxxx' WHERE userid = x; |
#3
|
||||
|
||||
![]()
Thank you very much...
![]() |
#4
|
||||
|
||||
![]() |
#5
|
|||
|
|||
![]()
In which tables Ip addresses are being saved?
1) "User" table - I think this was the Ip address of registration 2) "Post" table - For every post's Ip address But what more? For example, I do login and then logoff without an action. Or I just give a like, thanks etc. |
#6
|
|||
|
|||
![]()
I believe ip addresses are only saved on registration and when you post, so those other actions would not log the ip (although in an emergency you might be able to figure it out from the web server logs).
|
#7
|
|||
|
|||
![]()
Hmm so, we can not detect a clone which used different registration Ip unless he/she posts.
I used to think every login's Ip is being stored. Thank you very much. |
#8
|
|||
|
|||
![]()
Well, the ip address for the current session is saved in the session table so you could compare that to other ip addresses, but you'd have to do it while the session was active.
|
#9
|
|||
|
|||
![]()
Since PHP and MySQL have been updated in the last 2 years post #2 in this thread doesn't work.
It asked me to select at least 1 column/row (or something like that) What is the way to do it now? Thanks! |
#10
|
||||
|
||||
![]()
That query is still correct. Make sure if you use a table prefix that you add that to the beginning of the table name.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|