Page 1 of 1

Google reCAPTCHA has been cracked?

Posted: Tue Oct 30, 2018 2:13 pm
by HAO
My OpenCart 2.3.0.2 on this month, often receive spam, The commonality is sent to me through my contact form.

But I have the correct installation of this module, My google_captcha.php also has a bug fix.

Search:

Code: Select all

if (empty($this->session->data['gcapcha'])) {
Replace to

Code: Select all

if (empty($this->session->data['gcapcha']) && isset($this->request->post['g-recaptcha-response'])) {
How should I stop this situation?

Can someone tell me?

Thank you!

Re: Google reCAPTCHA has been cracked?

Posted: Tue Nov 06, 2018 5:39 am
by straightlight

Re: Google reCAPTCHA has been cracked?

Posted: Wed Nov 07, 2018 3:34 pm
by HAO
Thank you for your reply.

But I still don't understand what you want me to see?

Do you mean that you want me to install your extension?

How do I install and use?

PS. The default Google reCAPTCHA form has been cracked?

Re: Google reCAPTCHA has been cracked?

Posted: Wed Nov 07, 2018 8:06 pm
by ADD Creative
There is a bug in OpenCart the means the Google reCaptcha only has to be passed once per session.
viewtopic.php?f=201&t=207560#p737420

Re: Google reCAPTCHA has been cracked?

Posted: Wed Nov 07, 2018 8:27 pm
by HAO
So I should be how to properly install your expansion?

I only need to upload your file to get protection? Don't have to modify any files?