Jump to content

What is the latest with the recaptcha?


ahughes3

Recommended Posts

Hello,

a few days ago i was having problem with my recaptcha in registration, i (think/thought) that was because i moved from http to https and stop working.

I made a search and found some links, at least for the registration starts working again.

In recaptchalib.php

Find this line and //comment:

define("RECAPTCHA_API_SECURE_SERVER", "http://api-secure.recaptcha.net");

After add:

define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");

For me it works, hope works for you

Sorry my english

Link to comment
Share on other sites

Obviously the recaptcha doesn't work and I'm not technically gifted to fix it. So, anyone know how I just remove it? At the moment no pilots can sign up for the airline :(

You can get it back working with a new google API key, you can get one here (https://www.google.com/recaptcha/intro/index.html). Then place your keys into the local and app.config.php along with the registration form.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...