cunoodle2 Posted August 11, 2010 Share Posted August 11, 2010 Other than using IP address is there a way with php (or another web language) to tell the difference between 2 computers? Here is a little more info: I have a referral system in place on a site and I don't want a user to be able to refer themselves to get points. I don't want to limit this to IP address as very often co-workers refer each other and they almost always have the same IP at work. I don't want to use cookies as they can just delete them (cookies) and refer a new "fake account." Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/210396-is-it-possible-to-tell-2-different-computers-apart/ Share on other sites More sharing options...
sKunKbad Posted August 11, 2010 Share Posted August 11, 2010 No, there isn't a way to identify a specific computer other than IP address, cookies, browser detection, OS detection, or a combination of all of these, and none can be trusted. Quote Link to comment https://forums.phpfreaks.com/topic/210396-is-it-possible-to-tell-2-different-computers-apart/#findComment-1097874 Share on other sites More sharing options...
cunoodle2 Posted August 11, 2010 Author Share Posted August 11, 2010 No, there isn't a way to identify a specific computer other than IP address, cookies, browser detection, OS detection, or a combination of all of these, and none can be trusted. Do you have any suggestions in my above scenario on how you would prevent users from referring themselves? Any help would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/210396-is-it-possible-to-tell-2-different-computers-apart/#findComment-1097877 Share on other sites More sharing options...
freeloader Posted August 11, 2010 Share Posted August 11, 2010 No method is waterproof, but nothing is impossible either. You could run a java applet which would send you back their mac address and select based on that. It's not worth it I believe however. Could store them based on flash cookies; harder to delete for most people than normal cookies. Quote Link to comment https://forums.phpfreaks.com/topic/210396-is-it-possible-to-tell-2-different-computers-apart/#findComment-1097879 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.