Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Sorunome on November 13, 2013, 01:50:36 pm

Title: New spam-bot protection idea
Post by: Sorunome on November 13, 2013, 01:50:36 pm
Ok, I just got a new idea to prevent spam bots from any site:

Have a input filed with a link before it that has over url parameters a randomley generated key, which is also set as a session variable. That link will have like a window pop-up with a seemingly random string which is actually based on that key, so you input that into the field and then the server checks for if it is matching.

Any thoughts on that?

Title: Re: New spam-bot protection idea
Post by: flyingfisch on November 13, 2013, 03:12:36 pm
sounds good ;)
Title: Re: New spam-bot protection idea
Post by: DJ Omnimaga on November 13, 2013, 03:16:07 pm
But in 5 years, they'll still figure out a way around it D:
Title: Re: New spam-bot protection idea
Post by: Sorunome on November 13, 2013, 03:17:20 pm
But in 5 years, they'll still figure out a way around it D:
Then we also need new captchas :P

Also, what if the link was an ajax responds and auto-filled the input after hitting it? Or would that be to insecure?