Page 52 of 64 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 639
  1. #511
    Join Date
    Apr 2014
    Location
    London
    Posts
    22
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hello Torvista
    Thank you for your reply.
    Can I try this version work on zen cart 1.5.1?
    I am in the process of moving webhost and if it works i'll try it out as soon as I can and get back to you.
    Thanks in advance for your answer
    Regards
    Millie

  2. #512
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA

    Can I try this version work on zen cart 1.5.1?
    I wouldn't normally consider obsolete versions, but yes it now should work with all the 1.5x versions.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  3. #513
    Join Date
    Dec 2020
    Location
    UK
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by torvista View Post
    I have a version on GitHub I have fettled to death...

    https://github.com/torvista/Zen_Cart-Google_reCAPTCHA

    If your version is working on your site then let sleeping dogs lie/leave well alone/don't fix what is not broken.

    If you are having problems, then please try this out on your development site and report any issues and feed back improvements on GitHub.
    I've just installed your mod but can't get it working due to the site running PHP v5.6 (yeah I know but I can't upgrade)

    The error is:

    PHP Parse error: syntax error, unexpected ':', expecting '{' in /home/xxx/public_html/includes/functions/extra_functions/functions_google_recaptcha.php on line 42

    Is there a workaround please?

  4. #514
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA

    As you correctly surmised, the culprit is your obsolete php 5.6.

    You need to remove the ":string" from that line:
    Code:
    function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null): string {
    to
    Code:
    function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null) {
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  5. #515
    Join Date
    Dec 2020
    Location
    UK
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by torvista View Post
    As you correctly surmised, the culprit is your obsolete php 5.6.

    You need to remove the ":string" from that line:
    Code:
    function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null): string {
    to
    Code:
    function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null) {
    Thanks - that got rid of the errors but now the recaptcha isn't working... I can submit forms on the site without ticking the Google checkbox? (not sure if it's related or not?)

  6. #516
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA

    I can submit forms on the site without ticking the Google checkbox
    Any other debug logs?
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  7. #517
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA plugin

    I implemented this solution to reduce the small amount of spam being sent throught the contact us form.
    I am getting more now. Can't say if that it just more attacks or the reCaptcha is getting bypassed.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  8. #518
    Join Date
    Dec 2020
    Location
    UK
    Posts
    6
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by torvista View Post
    Any other debug logs?
    No nothing??

  9. #519
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by torvista View Post
    I implemented this solution to reduce the small amount of spam being sent throught the contact us form.
    I am getting more now. Can't say if that it just more attacks or the reCaptcha is getting bypassed.
    For me, I notice my spam is reduced.... at least through the contact us form.

  10. #520
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Support Thread for Google reCAPTCHA plugin

    I added the POST reCaptcha response code to the extra info footer of the email we receive, and the spam ones do not have the response, so they are managing to get round it....more investigation needed.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

 

 
Page 52 of 64 FirstFirst ... 242505152535462 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  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