vBulletin Modifications

iplog delete ?

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 03-09-2006, 05:03 AM   #1
Junior Member
Join Date: Sep 2005
comez is on a distinguished road

Default iplog delete ?

hi my board
in
admin user
ip logs delete

please help

bad english :X




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03-09-2006, 03:25 PM   #2
Michael Biddle
Staff
Michael Biddle's Avatar
Join Date: Feb 2005
Real Name: Michael Biddle
Location: Anaheim
Michael Biddle is on a distinguished road

Default

very bad, not sure what exactly you are asking for




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-10-2006, 03:49 AM   #3
Member
Join Date: Jun 2005
biocore is on a distinguished road

Default

I guess he's asking how to delete the ip's that are stored in the vb admin panel for every user that logs in (so you can ban on ip and see which user uses which ip etc)
Don't know how to delete it (probably somewhere in the db) so i can't help.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-10-2006, 07:45 AM   #4
Junior Member
Join Date: Mar 2006
iffet is on a distinguished road

Default

thanks man




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-10-2006, 06:03 PM   #5
Coder
Senna's Avatar
Join Date: Mar 2005
Location: LalaLand
Senna is on a distinguished road

Default

Quote:
Originally Posted by iffet
thanks man
try not to make useless replies

solution: admincp->Message Posting and Editing Options->Log IP Addresses
Do not log IP
Display, but require administrator or moderator
Display publicly

Guess what you need to choose :p

For those stored allready, run a query on the db to remove them




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2006, 12:16 AM   #6
Junior Member
Join Date: Mar 2006
Draakow is on a distinguished road

Default

That doesn't totally delete and "not log" all the ip's stored in your database.
If you want to get rid of all the ip adresses of the users inside your database you should change 2 files and run 2 query's

(i know this works at vb 3.0.7)
First you should edit login.php and includes/sessions.php

(in an unchanged version it should be like this)
-Login.php-
goto line 96.. you'll see a "INSERT INTO" query
just delete the "host" part of it at column name and value.

do the same at about line 181


-includes/sessions.php-

goto line 23 and remove the SESSION_HOST part
then go to line 34 amd remove the 'host' => SESSION_HOST, part

at line 73 orso you should find a "INSERT INTO" query
just remove the host part again.

at line 183 remove the "AND host =..." part

at line 225 remove the "AND host =..." part


Now you're ready with the files

Now you should run 2 query's

Update adminlog SET ipaddress = '' WHERE ipaddress != ''

Update session SET host = '' WHERE host != ''


For as far as i know this is you you get rid of all the ipaddresses inside your database and you do make sure vbulletin doesn't store any ipaddresses anymore...

Hope this was what you mean




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto delete after x amount of days? Dexil vBulletin Modification Requests 0 11-01-2005 07:28 AM
How Do You Delete A Template? Stunt General vBulletin Support 6 10-01-2005 03:38 PM
Delete posts in username search markb658 vBulletin Modification Requests 0 07-10-2005 06:55 PM
Auto delete after x amount of days? gizmoshere vBulletin Modification Requests 0 06-23-2005 07:10 PM


All times are GMT -3. The time now is 12:32 AM.

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)