I have created a website where the user can register only once from a single system. i.e I track the IP address and from a single IP address, the user can register only once. But I realize that the IP address would change for the same user and for the same system when it is a non-static IP.
Is there a way to restrict users from registering twice using the same system?
I am using PHP and MySQL for development.
Thanks!
IP address and multiple registrations
Moderator: General Moderators
-
nithyavivegam
- Forum Newbie
- Posts: 4
- Joined: Fri Oct 31, 2008 10:16 am
- novice4eva
- Forum Contributor
- Posts: 327
- Joined: Thu Mar 29, 2007 3:48 am
- Location: Nepal
Re: IP address and multiple registrations
I would have said yes if there were any chances of getting our hands on clients MAC address but this myth has been busted by vladsun in here
viewtopic.php?f=6&t=89514
viewtopic.php?f=6&t=89514
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
Re: IP address and multiple registrations
There is really no way to do it, the best would be using a cookie but what if more than 1 person use the same computer (like at an internet cafe)? Using the IP is terrible because many computers can use the same IP address, like here in my office we have 10 computers on the same IP address, so if one of us registered then the other 9 would be blocked from registering.
In short, no, you can't do it.
In short, no, you can't do it.