vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Delete IPs within a certain interval (https://vborg.vbsupport.ru/showthread.php?t=138283)

salata 03-25-2007 04:57 AM

awesome. do you have any idea how i can make this work for 3.5.4? i tried and i get errors

Patria 03-31-2007 10:41 PM

Quote:

Originally Posted by salata (Post 1211605)
awesome. do you have any idea how i can make this work for 3.5.4? i tried and i get errors

What kind of errors?

salata 04-01-2007 02:39 AM

Quote:

Originally Posted by Patria (Post 1217116)
What kind of errors?

thanks for responding. Its ok now, i wasnt able to get it to work. But i figured out how to delete them manually just by putting a query in, so i'll just stick with that. i didnt want to complicate things, as this was made for 3.6. great mod though!! i'll be using this for another board i am a admin at :)

Patria 04-08-2007 01:21 PM

Quote:

Originally Posted by salata (Post 1217219)
thanks for responding. Its ok now, i wasnt able to get it to work. But i figured out how to delete them manually just by putting a query in, so i'll just stick with that. i didnt want to complicate things, as this was made for 3.6. great mod though!! i'll be using this for another board i am a admin at :)

Dont forget to press install (Mark as Installed). ;)

Masala4india 04-22-2007 12:49 PM

Could you please tell the manual way to delete the IP addresses coz i want to see how many IP's are stored.

Sparticus_V2 04-25-2007 06:10 PM

here is a question, I used this to delete the logs off all the proxy servers that had been used... But just to save time i deleted all intervals, and i figured the true IPs should start showing up as the members logged in... But now no IPs store in the user info section and I want them to, I deleted the Cron, what else must i do? I NEED TO KNOW THE IPs!!

Patria 04-26-2007 06:54 PM

Quote:

Originally Posted by Masala4india
Could you please tell the manual way to delete the IP addresses coz i want to see how many IP's are stored.

Execute the following lines via PhpMyAdmin for example.

PHP Code:

UPDATE adminlog SET ipaddress ''
UPDATE moderatorlog SET ipaddress ''
UPDATE post SET ipaddress ''
UPDATE threadrate SET ipaddress ''
UPDATE user SET ipaddress '' 

Quote:

Originally Posted by Sparticus_V2
here is a question, I used this to delete the logs off all the proxy servers that had been used... But just to save time i deleted all intervals, and i figured the true IPs should start showing up as the members logged in... But now no IPs store in the user info section and I want them to, I deleted the Cron, what else must i do? I NEED TO KNOW THE IPs!!

If you want to delete the IPs except the IPs in the user info section you should remove the following line:

PHP Code:

$vbulletin->db->query_write("UPDATE " TABLE_PREFIX "user SET ipaddress = ''"); 

from the deleteip.php.

Sparticus_V2 04-26-2007 08:25 PM

if i have already run it, and the IPs are no longer comming back, what can i do to have the IPs start being collected agin in the Database?

Patria 04-27-2007 04:28 AM

Quote:

Originally Posted by Sparticus_V2 (Post 1236061)
if i have already run it, and the IPs are no longer comming back, what can i do to have the IPs start being collected agin in the Database?

You dont need to do something because vB logs the IPs. The plugin only remove the IPs within the specified interval. If you want get the IPs from the User Info dialog back you need to restore you database backup (in detail it would be enough to restore the user table).

accessdeniedzzz 04-27-2007 03:35 PM

thnaks,
we still need sush addons for users privacity


All times are GMT. The time now is 03:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01214 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete