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.