Skip to content

Option to skip Mollom and/or Recaptcha sites once detected

OzzOzz
edited February 2013 in Feature Requests
So I've started today with the scripting for the "Drupal - Blog Comment" script (damn, thousands of different fields and other things everywhere...) and started to think if it could be worth to implement an option to skip the submussion once a Mollom or Recaptcha site is detected.

Footprints for Mollom: 
"By submitting this form, you accept the Mollom privacy policy."
"Type the characters you see in the picture above; if you can't read
them, submit the form and a new image will be generated. Not case
sensitive."

Footprints for ReCaptcha:
"Reload or listen to audio. By reCAPTCHA"
"Enter both words from the box above"
"Geben Sie die 2 Wörter ein"
... (plus many more of that localized line)

Sure, we can add this to any engine script we want to with
page must have=!
but maybe its possible to add a global option for this in --> Options --> Captcha with a checkbox as both captchas are used very frequently.
we can speed up submissions if we skip sites with this instantly instead of sending them to CB first and skip them later when the captcha couldn't or shouldn't be solved.

Edit: I should have known better as footprints aren't needed. This snippets from the HTML source should work better.

Mollom: 
id="edit-mollom-captcha"
name="mollom[captcha]"

Recaptcha:
id="recaptcha_response_field"
name="recaptcha_response_field"

Comments

  • I agree with this 100%. Most of the time we are just wasting resources looking at sites with these captchas. It would be much quicker to just skip them and move on.

    People who want to pay with DBC etc could just select that in GSA?
  • AlexRAlexR Cape Town
    Yes, so have option to send these directly to second service from SER. 
  • SvenSven www.GSA-Online.de

    Sounds useful.

    @Ozz you can as well use this...

    *some string before the input box*=content

    This will not take the input id/name but the visual text and when matched it will fill it according to your setting. Might be a bit easier.

  • SvenSven www.GSA-Online.de
    just added this for next version
  • Thank you Sven and Ozz for the awsome new update!
  • Thanks for sharing Mollom footprint. Looking forward more updates. devon ke dev mahadev
Sign In or Register to comment.