You can't stop it, but you can make it difficult and do things to detect it like you said with the IP's.
Tom Gullen
2010-08-26 09:32:15
You can't stop it, but you can make it difficult and do things to detect it like you said with the IP's.
Use a confirmation code that is sent to mobile no upon registration. and confirm it. like google.
You can get a lot of data from user, not only IP but also browser version, sended headers in request, even resolution etc. with javascript. Rosolve IP to region etc. But it's not simple to write a system that would search all of that data for similarities.
You can also set cookies or even do a little swf object with cashed some information on user local hdd.
You can send mail confirmation... and don't allow multiple users from the same mail!
This is fast and easy to implement :)