The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Disable Registration IP Address?
I need to know how I could COMPLETELY & FULLY disable IP Logging. Of course, I have the options set to not record ip, however, during the registration process an IP address is obtained. Im not certain that is the only one at this point, but it looks to be.
This is a matter of security so I would greatly appreciate any assistance you can offer with this. I am also in need of a SQL query to remove any and all ip addresses stored in the vB database. If you can help me with either of these this morning, I would GREATLY appreciate it! Thank you! Max Quote:
UPDATE user SET ipaddress=''; That should empty out all ipaddress stored in the user table -> ipaddress field, I would just like to make sure that removing these ip addresses shouldnt mess anything else up. thank you! Max To disable registration ip capture: Open register.php find "$userdata->set('ipaddress', IPADDRESS);" and replace with $userdata->set('ipaddress', ''); If anyone see's any problems with my solution PLEASE point it out so I can make the necessary corrections. Thank you! Max |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|