I would like to make a website that phone users can freely update or comment on and I'm worried about spam. I wanted to know if there was a way to block certain mobile users for good. So far one method I was thinking of is to only allow registering through the app once and then we could delete the account if you spam the site. Dedicated spammers could probably just delete the app an download it again of course so I'm looking for other ways. Anybody have an idea to do this?

link|improve this question
feedback

1 Answer

The better approach would be to use mechanisms like http://en.wikipedia.org/wiki/CAPTCHA or http://www.google.com/recaptcha. That will reduce the problem of spamming generally.

And the other way will be to limit the number of updates or commits based on the user-account for registered users or IP in general.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.