Zen Cart Logo
Forums / All Other Contributions/Addons / Support Thread for Google reCAPTCHA plugin

Support Thread for Google reCAPTCHA plugin

Views: 176,335

Results 241 to 260 of 694
27 Apr 2016, 11:17 PM
#241
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Support Thread for Google reCAPTCHA plugin

like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
And it will tell us if this fieldset is a wild goose chase or not :)

27 Apr 2016, 11:33 PM
#242
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Not sure if you changed that or not - but i could create an account just now.
Intersestingly it failed when I tried it from the login page - but succeded from the create account page that the failure took me to

4 May 2016, 10:04 AM
#243
cliffvt avatar

cliffvt

Zen Follower

Join Date:
Jul 2009
Posts:
100
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

Great plug-in - worked like a charm from the outset, thank you! I have one question, on the contact us form, if someone does NOT in error tick the recpatcha box, then the form resets with no message and simply blanks all the contact us fields and comes up with the standard "required fields" red asterisks - there is no error message to say for example "reCaptcha required please" whilst preserving the entered fields. Is there a way to do this at all please?

Thanks

Cliff

4 May 2016, 10:32 AM
#244
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi Cliff
Thanks. For the contact us form - it should display the message 'Please verify that you are not a robot' and leave the other fields filled in. It does on my one (I just tested to make sure).
So why isn't it with yours? Do other server side errors on the form (eg email address) behave in a similar way?
The only other think I can see that might cause it is SSL. Do you have SSL enabled on your site?

Regards
David

4 May 2016, 11:05 AM
#245
cliffvt avatar

cliffvt

Zen Follower

Join Date:
Jul 2009
Posts:
100
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

David

Yes, our store runs in SSL mode.. No other errros do not behave in that way.

By the way - our form

Cheers

Cliff

4 May 2016, 11:38 AM
#246
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi Cliff
Just tested your form.
An invalid email address (with the robot field ticked) does trigger the same error.

Question now is why?

I still think the SSL is connected somehow.
I see the form action is to http not https (I get a warning in Firefox when it tries to send) - maybe changing it to https would help

Regards
David

4 May 2016, 11:59 AM
#247
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi
In your /includes/templates/Your_TEMPLATE/templates/tpl_contact_us_default.php
if you have a line (round about line 17)

<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>

you should change it to

<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send','SSL')); ?>

Regards

4 May 2016, 12:04 PM
#248
cliffvt avatar

cliffvt

Zen Follower

Join Date:
Jul 2009
Posts:
100
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

David

you are an absolute star! That solved it. The template developer left out the SLL in the send line.

Thanks once again

Cliff

4 May 2016, 12:07 PM
#249
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi Cliff
Your welcome - glad we solved it :)
Regards

4 May 2016, 12:10 PM
#250
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi Cliff - Just a quickie - the email subject field gets blanked when you make an error - maybe look through the template and see where it is being treated differently to the other fields.
Regards

6 May 2016, 12:59 AM
#251
searchn avatar

searchn

New Zenner

Join Date:
May 2014
Posts:
6
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

David Allen:

like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
And it will tell us if this fieldset is a wild goose chase or not :)

Hello David,

I have been busy with other projects and started to work with this again. I tested the contact us page and it works fine. I went into the tpl_modules_create_account.php file and removed <?php echo recaptcha_get_html(); ?> line so that I could register an account and test the review captcha, well when I go to the new page without the recpatcha code it still reads "please verify that you are not a robot" error. Anyway to disable only the create account captcha so I can test the review?

It would be nice if we can get this to work with our version of zen cart and our theme870 from http://www.templatemonster.com/zencart-templates/55063.html

6 May 2016, 10:07 AM
#252
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Support Thread for Google reCAPTCHA plugin

Hi
To disable the reCaptcha on any of the pages just edit class.google_recaptcha.php and comment out the appropriate line. eg

 // $pages_to_check[] =  'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';

Regards

8 May 2016, 6:26 PM
#253
hussmir avatar

hussmir

New Zenner

Join Date:
Apr 2014
Location:
United Kingdom
Posts:
10
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

Hi, Need help please. The new class.google_recaptcha file crashes my site. I've upgraded the captcha from the old one. I've noticed on that new file it says 'Designed for v1.5.4' and the old 'class' file is designed for 1.5.1 which Is the zen cart version I am running and when I upload the old file my site works. However the captcha is not required on my site and you can submit a form without selecting 'i'm not a robot' therefore I still get spam and makes it useless. Any help would be appreciated. Thanks

14 Jun 2016, 5:00 PM
#254
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

Hello there,

I just wondered if this can be made to work with 1.55? At the moment, it will still send and doesn't prompt recaptcha if you ignore it. So it lets the spam through in other words. Thanks in advance.

16 Jun 2016, 11:14 PM
#255
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

HeathenMagic:

Hello there,

I just wondered if this can be made to work with 1.55? At the moment, it will still send and doesn't prompt recaptcha if you ignore it. So it lets the spam through in other words. Thanks in advance.

correction it does work. Caching was not showing it to work, cleared website cache and all good. My apologies.

30 Sep 2016, 10:58 PM
#256
keeze avatar

keeze

New Zenner

Join Date:
Aug 2007
Posts:
1
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

Hi David,

Trying to get this awesome module to work on my site, but don't succeed. Captcha shows upo, but after a proper test, the forms won't submit.

Version 1.39h
http://www.budgetpartyverhuur.nl/index.php?main_page=contact_us

Any clues?

Tnx,
Kees

12 Oct 2016, 3:58 AM
#257
bphillip2 avatar

bphillip2

New Zenner

Join Date:
Oct 2016
Location:
washington
Posts:
1
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

I was getting a bit of spam via contact us page so I decided to add reCaptcha to the contact us, reviews and add new user pages. I've been able to add it and it seems to function but each time I fill out the form and complete the captcha the page blinks or refreshes, but without submitting the data or giving an error. The end result is no spam, new customers or contact email! The site is sevteckits dot com. Any thoughts?

1.5.4
PHP Version: 5.4.45
MySQL 5.6.30
Log file
[11-Oct-2016 20:43:45 America/Los_Angeles] PHP Warning: implode(): Invalid arguments passed in /home/purses7/public_html/www.sevteckits.com/catalog/includes/classes/observers/google/ReCaptcha/Response.php on line 128

Is imploding a good thing?

Bryan

12 Oct 2016, 4:14 AM
#258
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Support Thread for Google reCAPTCHA plugin

PHP Warning: implode(): Invalid arguments passed in .../includes/classes/observers/google/ReCaptcha/Response.php on line 128

I'm surprised others haven't reported this same warning. It's minor. It's only a warning. But there's a quick fix:

Edit /includes/classes/observers/google/ReCaptcha/Response.php and on line 114 you'll see the following. Add the line shown in bold/red:

	public function getErrors(){
[B]		$errorArray = array();[/B]
		$errors=$this->getErrorCodes();
2 Nov 2016, 11:41 AM
#259
hols_club avatar

hols_club

New Zenner

Join Date:
Nov 2014
Location:
Paignton
Posts:
39
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

Hi I implemented the code to http://holidaybutlins.com/index.php?main_page=contact_us but I am still receiving a large number of spam, where people are using any prefix and my domain holidaybutlins.com do I need to do something else please?

2 Nov 2016, 1:31 PM
#260
hols_club avatar

hols_club

New Zenner

Join Date:
Nov 2014
Location:
Paignton
Posts:
39
Plugin Contributions:
0

Re: Support Thread for Google reCAPTCHA plugin

http://holidaybutlins.com/index.php?
Site built on Clean Install
Add-ins: CarlisleFresh, ckeditor, google recaptacha

I have had lots of Spam on my site and have impletemented the captcha but not sure if I need to do something else but I think I must have left some code around which is being used directly but apologies I am lost

Would be great if someone could have a look or point me to the files I need to check.

The spam I am getting is the backfeed from emails being sent out using my domain name holidaybutlins.com like * Undelivered Mail Returned to Sender or BANNED CONTENTS ALERT

Many thanks in advance