vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Seeking hack - cant find the right one (https://vborg.vbsupport.ru/showthread.php?t=82953)

Kastor 06-12-2005 01:42 PM

Seeking hack - cant find the right one
 
I need a hack that finds a user that has a second or third username - off the same IP. Anyone know the name of this or if its available ?

Thanks Kastor

Marco van Herwaarden 06-12-2005 03:37 PM

You mean you want to look for multiple users sharing the same (registration?) ip-address?

Kastor 06-13-2005 01:01 PM

Quote:

Originally Posted by MarcoH64
You mean you want to look for multiple users sharing the same (registration?) ip-address?


Sharing the same IP address.

ayhanaydogdu 06-13-2005 04:22 PM

Yes i am also looking for that.does anyone know?

Kastor 06-13-2005 05:06 PM

The problem I am having, is that I offer free hosting to members that qualify. There is nothing from keeping them form signing up as a second user and getting a second hosting account, yet!

Anyone ?

blueshift 06-14-2005 11:52 AM

You could always run a database query, with the specified IP address, and return all user information from that IP. It could easily be created in the admin cp, for any coder willing to do it. I'd do it myself, but I'm rushed for time nowadays.

Basically, you just need to run:

PHP Code:

SELECT FROM user WHERE ipaddress = *IPADDRESSHERE

This is depending on the fact you have phpMyAdmin installed, or something similar. Alternatively, you can alter your config.php, and change the permissions to allow you to run a query.

Kastor 06-15-2005 01:27 AM

I need to check this one every day, I am pretty desperate for this hack if its that easy. I cant do it ...


All times are GMT. The time now is 06:04 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.00986 seconds
  • Memory Usage 1,721KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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