The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
prune IP-Adresses
Hello
Is it possible to prune all IP-Adresses of my users? (e.g. via hack oder SQL) Best Regards |
#2
|
||||
|
||||
1. To remove IPs from the User registration:
UPDATE user SET ipaddress=''; 2. To remove all IPs from posts: UPDATE post SET ipaddress=''; Note: Those are single quotes, not a double-quote. Mind to add prefixes if you have those. With thanks to Steve machol. |
#3
|
||||
|
||||
Thank you very much! Is it possible to include it via cronjob or something else, to make it automaticly?
Best Regards |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|