vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   ipInfo -- Extra user IP information (https://vborg.vbsupport.ru/showthread.php?t=96834)

Zachariah 10-03-2005 02:17 AM

Quote:

Originally Posted by cmiller1014
Question: I have a major problem with people registering with false info and then accessing restricted info that is only meant for certain usergroups. These individuals arent worried about posting, but instead access info that isnt meant for them. I try to audit accounts on a weekly basis but the default VB admin doesnt give me much to work with.

Will your hack help with this? Keep in mind these people use false info to sign up so that they can access info that is meant ONLY for other users.


This hack gets it's info from post IP's.

add this to your Admin Tools also :)
https://vborg.vbsupport.ru/showthread.php?t=91633

Avalon111 10-03-2005 05:10 AM

Quote:

Originally Posted by Zachariah
So basicly every user's post ip must be reset. This hack looks @ the IP recorded on each post. If all your posts have the same IP then we could Null the posts that are currently on you forum to "enpty or blank" value and all the new posts will be ok.

Code:

UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';
xxx.xxx.xxx.xxx fill in the IP you want to remove.

thank you!
but where do i have to add this code?

***edit***
i got it. its ans sql command

anyone knows where the registration ip adresses were stored? i need do clear this ip there too.

Zachariah 10-03-2005 02:03 PM

Quote:

Originally Posted by Avalon111
thank you!
but where do i have to add this code?

***edit***
i got it. its ans sql command

anyone knows where the registration ip adresses were stored? i need do clear this ip there too.

Code:

UPDATE `user` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';
The next time the member looks @ your site "loged in" the site will update their new IP.

Avalon111 10-03-2005 03:14 PM

Quote:

Originally Posted by Zachariah
Code:

UPDATE `user` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';
The next time the member looks @ your site "loged in" the site will update their new IP.

thank you!! worked!

cmiller1014 10-04-2005 04:42 AM

Quote:

Originally Posted by Zachariah
This hack gets it's info from post IP's.

add this to your Admin Tools also :)
https://vborg.vbsupport.ru/showthread.php?t=91633

Good stuff! Thank you :)

glorify 10-04-2005 04:28 PM

Thank you. A must for a sports fan site :)

Keyser S?ze 10-04-2005 06:28 PM

what about adding the feature that tells u if the users IP is based off a proxie, and maybe if possible telling their real IP

Zachariah 10-04-2005 06:58 PM

Quote:

Originally Posted by Keyser S?ze
what about adding the feature that tells u if the users IP is based off a proxie, and maybe if possible telling their real IP

I'll talk to Paul M, he coded "real IP" hack vs. proxy and see what I can do.

csidlernet 10-05-2005 02:34 AM

thanks!!!
/me installs

Oblivion Knight 10-15-2005 06:08 AM

What an incredibly useful tool.! Installed and running flawlessly.. :D


All times are GMT. The time now is 01:19 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.01198 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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