Page 26 of 68 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 673
  1. #251
    Join Date
    May 2014
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by David Allen View Post
    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

  2. #252
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default 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

  3. #253
    Join Date
    Apr 2014
    Location
    United Kingdom
    Posts
    10
    Plugin Contributions
    0

    Default 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

  4. #254
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default 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.

  5. #255
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by HeathenMagic View Post
    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.

  6. #256
    Join Date
    Aug 2007
    Posts
    1
    Plugin Contributions
    0

    Default 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

  7. #257
    Join Date
    Oct 2016
    Location
    washington
    Posts
    1
    Plugin Contributions
    0

    Default problems adding recapcha

    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

  8. #258
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default 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:
    Code:
    	public function getErrors(){
    		$errorArray = array();
    		$errors=$this->getErrorCodes();
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #259
    Join Date
    Nov 2014
    Location
    Paignton
    Posts
    39
    Plugin Contributions
    0

    Default 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?

  10. #260
    Join Date
    Nov 2014
    Location
    Paignton
    Posts
    39
    Plugin Contributions
    0

    Default 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

 

 
Page 26 of 68 FirstFirst ... 16242526272836 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR