Is there any way to know if things like this are only one visitor or many?
194.167.80.20, 194.167.82.113, 194.167.91.40
Technicaly unique users are associated with unique ips, but reality is a bit different, a single user can generate more than thousand different ips in a single visit
Is there something unique for each user that can be used instead of ip, for guest count?
I thought about setting up a cookie for each user with an unique id, but users can delete cookies whenever they want and that wouldnt be trustable as well.
Also there was the php user_agent thing, but most users have similar systems, and as soon user upgrades anything, it just fails again.