PDA

View Full Version : IP removing


Milhouse
01-05-2004, 07:55 PM
Vb tends to save an ip when the user registers. Is there any way to run a query to remove all the ip's that are stored for the users. I have disabled ip logging but if i look at user profile it still has an ip on there...

Issvar
01-06-2004, 11:03 AM
UPDATE user SET ipaddress = ""

Milhouse
01-06-2004, 05:15 PM
Thank you.
Will give it a try.

Milhouse
05-26-2004, 12:31 AM
Another question I had is when one looks at the user profile at the top there is an option to click on [View IPs for usernamehere]

It will list all the IP's that they have ever used to get onto the site. I am wonderring how can one clear those as well.

Thank you

Zachery
05-26-2004, 12:49 AM
No, that funtion only logs the IPs they have posted from, you would need to clear all their logged IP's from before you turned this off.

Milhouse
05-26-2004, 01:36 AM
Yes sorry i meant IP's that they posted from, I disabled the option in the vb panel to not log those anymore, but I am curious as to how do i now remove them from appeaing in the profile

Milhouse
05-26-2004, 06:01 PM
I figured out what i wanted to do. I just removed them manually from the database.