Jump to content

How to check unique person


hackerkts

Recommended Posts

As the subject says, how do you guys actually check if the person is unique.
What I mean is, hmm... Let's take this example:

I have a voting system, but I wanna make it only 1 person to vote once.
But I can't set it as 1 person vote one time according to their IP address, some of the people have dynamic IP (which changes everytime they restart their cable/modem)

Is there a way to check MAC address and use it in PHP code ?

Sorry, I'm dumb with computer. :s
Link to comment
https://forums.phpfreaks.com/topic/14005-how-to-check-unique-person/
Share on other sites

[quote author=hackerkts link=topic=99848.msg393443#msg393443 date=1152340268]
But I can't set it as 1 person vote one time according to their IP address, some of the people have dynamic IP (which changes everytime they restart their cable/modem)
[/quote]

And there is the opposite problem, as in a classroom situation, where several users may have the same IP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.