Jump to content

captcha alternative


jonniejoejonson

Recommended Posts

I am looking to create my own captcha alternative... however to do this i would like to know how a user is able to autofill in a form to begin with.

If you were to create a flash button that called a javascript function to submit the form details, could a user automate the clcicking of the flash button? regards to any responders J

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/
Share on other sites

Hey thanks...

However I was going to store a secret variable to be posted with the form inside the flash button... Therefore I could see that if the form was submitted by the pressing of the flash button... if it wasn't then I would know that the form was created by a bot...

My question is can a bot detect a flash button on a page and then automate the submitting of the flash button?

I know that if i keep pressing the tab key on my keyboard I will eventually have the flash button highlighted so i'd imageing that it would be possible for a bot to then simply automate the submittion once highlighted?

regards J

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/#findComment-950160
Share on other sites

My question is can a bot detect a flash button on a page and then automate the submitting of the flash button?

Yes, of course. Anything a web server outputs can be read by a script. Do a "view source" of your form in your browser and that is what a script sees when it requests your page. Anything that is directly output or anything that appears as a link on that page can be used by a script.

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/#findComment-950167
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.