View Full Version : Identifying Guests
Darwinist
01-22-2004, 05:15 PM
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
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
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
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
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:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.