Reageer op reactie
![]() A possible solution to avoid spam in posts, is the use of captchas. But I have found another solution: I found out that all automated spam posting programs/scripts do not execute the javascript on a form (i.e. the javascript to validate the form on client-side). My solution, aka the hidden captcha: 1. 2. 3. 4. This way, I can check if it's submitted by a person without bothering the users with captchas. And yes, I know that this method is not waterproof, but this solution has been working for more than 3 years now for all our sites. A better solution would be to generate it on the first page and then save it in some session-var. But, as I said, it works: no more spam in our posts, users don't have to captcha.
|
|||||

