Re: Support Thread for Google reCAPTCHA plugin
Quote:
Originally Posted by
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/zenca...tes/55063.html
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
Code:
// $pages_to_check[] = 'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';
Regards
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
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.
Re: Support Thread for Google reCAPTCHA plugin
Quote:
Originally Posted by
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.
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/ind...age=contact_us
Any clues?
Tnx,
Kees
Re: Support Thread for Google reCAPTCHA plugin
Quote:
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:
Code:
public function getErrors(){
$errorArray = array();
$errors=$this->getErrorCodes();
Re: Support Thread for Google reCAPTCHA plugin
Hi I implemented the code to http://holidaybutlins.com/index.php?...age=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?
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