vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Identifying Guests (https://vborg.vbsupport.ru/showthread.php?t=60590)

Darwinist 01-22-2004 05:15 PM

Identifying Guests
 
I noticed on my forum that members often browse without being logged in. Could someone make a hack that would identify guests listed on the Who's Online page based on their IPs or partial IPs. For example, it could say 'This person might be...'.
Thanks. :classic:

Zachery 01-22-2004 05:43 PM

Quote:

Originally Posted by pgt91
I noticed on my forum that members often browse without being logged in. Could someone make a hack that would identify guests listed on the Who's Online page based on their IPs or partial IPs. For example, it could say 'This person might be...'.
Thanks. :classic:

umm would be a waste of server resources imo if you want to identify who a guest is turn on hostname lookup and switch spider ident on

Kentaurus 01-22-2004 05:54 PM

Quote:

Originally Posted by Faranth
umm would be a waste of server resources imo if you want to identify who a guest is turn on hostname lookup and switch spider ident on

wouldn't be that hard to code, here is how I would go:

The ip is already stored in the user table in the column ipaddress

fetch all usernames that match with the guest's ip address. Compare the ip address of the guest with the one in the user table, if they match, that guest might be that person.

Boofo 01-22-2004 06:54 PM

Unless they use a proxy. ;)

Darwinist 01-23-2004 12:50 AM

Quote:

Originally Posted by Faranth
umm would be a waste of server resources imo if you want to identify who a guest is turn on hostname lookup and switch spider ident on

Both are on, but knowing the host name wouldn't be enough... I'd need to remember a lot of names...

As for the resources, it would only be on the Who's Online page, so it won't be used that often.

Darwinist 01-23-2004 12:51 AM

Quote:

Originally Posted by kentaurus
wouldn't be that hard to code, here is how I would go:

The ip is already stored in the user table in the column ipaddress

fetch all usernames that match with the guest's ip address. Compare the ip address of the guest with the one in the user table, if they match, that guest might be that person.

Exactly what I was thinking, but I'm not very good with mySQL queries. :nervous:


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