vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Disable Registration IP Address? (https://vborg.vbsupport.ru/showthread.php?t=107210)

maximux1 02-05-2006 04:18 PM

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:

Originally Posted by maximux1
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

The Query;

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


All times are GMT. The time now is 11:40 AM.

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.01799 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete