Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 2 3 [4]   Go Down

Author Topic: reCAPTCHA plugin  (Read 119368 times)

0 Members and 1 Guest are viewing this topic.

Lockheed

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 33
Re: Re: reCAPTCHA plugin
« Reply #60 on: January 29, 2012, 09:28:40 am »

Does the same thing occur when you upload other zipped plugins?

Have you looked at your document package about alternative uploading?

If you need more, please post a link to your Coppermine.
Yes.

I uploaded it manually, and it now works.
Logged

ScottMcf

  • Coppermine newbie
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 9
Re: Re: reCAPTCHA plugin
« Reply #61 on: December 06, 2012, 03:44:09 am »

Thanks for that information. It will be fixed on the next release.

To get the free reCaptcha keys from Google see this link:
http://www.google.com/recaptcha/whyrecaptcha

[o/t] You have some cool Hummingbird pictures on your site - those birds have always fascinated me.

None of the links to get the keys seem to work.
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: reCAPTCHA plugin
« Reply #62 on: December 06, 2012, 03:51:27 am »

Worked fine for me. Try this link also https://www.google.com/recaptcha/admin/create
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

ScottMcf

  • Coppermine newbie
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 9
Re: Re: reCAPTCHA plugin
« Reply #63 on: December 06, 2012, 04:00:43 am »

Worked fine for me. Try this link also https://www.google.com/recaptcha/admin/create

It was a problem with Fire Fox. FF gives me more trouble then IE. Thanks for the reply
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1545
  • aka 'i-imagine'
    • Home Page
Re: reCAPTCHA plugin
« Reply #64 on: May 13, 2013, 02:50:32 am »

Release of Version 2.1

    New Features
    • reCaptcha for Ecard, with config optionsi
    • New style / locations for buttons
    • Updated recaptcha library file

    New version attached to first posts in this thread.

    To update:
    • Download the zip file from the first posts in this thread
    • Backup / copy the reCaptcha keys (use the plugin configuration page).
    • Uninstall and delete the plugin using plugin manager
    • Upload and install - enter the keys saved earlier
    • Use the plugin configuration page to set preferences

    Stettler_Martin

    • Coppermine newbie
    • Offline Offline
    • Posts: 8
    Re: reCAPTCHA plugin
    « Reply #65 on: July 10, 2013, 05:53:13 pm »

    Hello Joe

    The reCAPTCHA plugin work fine with cpg1.5.x
    Q: It's possible the reCAPTCHA plugin open automatically if write an user the eCard or Pictures Comment?
    Some visitors see not to use the reCAPTCHA plugin as required step.

    Thanks for the answer.
    Bye -  Martin
    Logged

    Joe Carver

    • Dev Team member
    • Coppermine addict
    • ****
    • Country: us
    • Offline Offline
    • Gender: Male
    • Posts: 1545
    • aka 'i-imagine'
      • Home Page
    Re: reCAPTCHA plugin
    « Reply #66 on: July 16, 2013, 01:55:41 am »

    I have looked and although it would be possible,
    the amount of changes would take a long time.
    This version plugin is designed around the AJAX recaprcha only.

    Try the first version listed in this thread. (v0.9)

    ........or Pictures Comment?
    Some visitors see not to use the reCAPTCHA plugin as required step.

    You can also edit / change the plugin language file to make the
    instructions more clear to your visitors. (\recaptcha\lang\english.php)

    wilk

    • Translator
    • Coppermine regular visitor
    • **
    • Country: pl
    • Offline Offline
    • Gender: Male
    • Posts: 51
    • Wilk Wilkowy
      • #QuizPL @ IRCnet
    Re: reCAPTCHA plugin
    « Reply #67 on: August 29, 2015, 01:25:31 am »

    My old polish translation for 2.1 (w/o docs) and a fix for unsanitized variable use (might be others as well, but haven't checked):

    Code: [Select]
    - <form name="cpgform" id="cpgform" action="{$_SERVER['REQUEST_URI']}" method="post">
    + <form name="cpgform" id="cpgform" action="{$superCage->server->getEscaped('REQUEST_URI')}" method="post">
    Logged
    PM me for Polish translations (new/update)

    mr5

    • Coppermine novice
    • *
    • Offline Offline
    • Posts: 49
    Re: reCAPTCHA plugin
    « Reply #68 on: October 16, 2015, 09:51:22 am »

    Would appreciate help in analyzing what happened.

    Problem: reCaptcha V2.1 says 'enter two words', but only one is displayed.

      -  I have two galleries http://eja.pri.ee/Gallery1/index.php  and http://eja.pri.ee/Gallery2/index.php  They are identical from SW point of view (some minor customization differences not relevant for this problem).
      -  Both had reCaptcha V2.0 installed with identical configuration (default actually)
      -  Gallery1 was practically not attacked. Gallery2 got quite a lot of intruders.
      -  I wanted to reinstall reCaptcha in Gallery2 and found out that there is V2.1 now.
           -  I deleted V2.0
              Installed V2.1 with the same old keys I had from previous installation
              V2.1 was installed successfully
      But now I have a problem of "one word only is shown."
    Thanks! 
       
    Logged

    mr5

    • Coppermine novice
    • *
    • Offline Offline
    • Posts: 49
    Re: reCAPTCHA plugin
    « Reply #69 on: October 16, 2015, 01:42:16 pm »

    ...continuation... don't know how to edit.
    Instead of two words one number is displayed.
    Logged

    Joe Carver

    • Dev Team member
    • Coppermine addict
    • ****
    • Country: us
    • Offline Offline
    • Gender: Male
    • Posts: 1545
    • aka 'i-imagine'
      • Home Page
    Re: reCAPTCHA plugin
    « Reply #70 on: October 16, 2015, 11:35:48 pm »

    Backup and edit/open locally, the file plugins/recaptcha/Lang/English.php

    Find the line with of text you want to modify, change it, and maintain the quote marks and semicolons as they were.
    Upload the new/changed file to the same location on the server.

    (I am on a mobile device, capital letters were added to the file and path names)

    mr5

    • Coppermine novice
    • *
    • Offline Offline
    • Posts: 49
    Re: reCAPTCHA plugin
    « Reply #71 on: October 17, 2015, 09:49:38 am »

    Thanks Joe,
    I was not sure that this is a normal operation. Will modify the text.
    Logged

    eule

    • Coppermine newbie
    • Offline Offline
    • Posts: 16
    Re: reCAPTCHA plugin
    « Reply #72 on: January 29, 2018, 06:39:24 am »

    Is there any way to get this Plugin to run with the new Version of the Google Recaptcha V2.

    Because the Support off Google Recaptcha runs out this Days, and it will not longer work.

    Thanks for your Time

    Logged

    Joe Carver

    • Dev Team member
    • Coppermine addict
    • ****
    • Country: us
    • Offline Offline
    • Gender: Male
    • Posts: 1545
    • aka 'i-imagine'
      • Home Page
    Re: reCAPTCHA plugin
    « Reply #73 on: January 30, 2018, 01:37:48 am »

    Thank you for reminding me. Although it is not "days", the end of Version 1 is coming soon.

    From: https://developers.google.com/recaptcha/docs/faq
    Quote
    What happens to reCAPTCHA v1?

        Any calls to the v1 API will not work after March 31, 2018. Starting in November 2017, a percentage of reCAPTCHA v1 traffic will begin to show a notice informing users that the old API will soon be retired.

    I will try to update the CPG 1.5x plugin in pieces in the next coming weeks. If it looks like
    the changes won't be ready, some advance notice will be posted here and on the plugin page one.
    (time is a very limited resource these days)

    eule

    • Coppermine newbie
    • Offline Offline
    • Posts: 16
    Re: Re: reCAPTCHA plugin
    « Reply #74 on: January 30, 2018, 03:55:18 am »

    Thank you for reminding me. Although it is not "days", the end of Version 1 is coming soon.

    From: https://developers.google.com/recaptcha/docs/faq
    I will try to update the CPG 1.5x plugin in pieces in the next coming weeks. If it looks like
    the changes won't be ready, some advance notice will be posted here and on the plugin page one.
    (time is a very limited resource these days)

    This would be great because V1 stop working on some sites.
    The Profile and comment spam is one of the bigest coppermine problems.

    Thanks for your Time and Response
    Logged

    wilk

    • Translator
    • Coppermine regular visitor
    • **
    • Country: pl
    • Offline Offline
    • Gender: Male
    • Posts: 51
    • Wilk Wilkowy
      • #QuizPL @ IRCnet
    Re: reCAPTCHA plugin
    « Reply #75 on: March 11, 2018, 07:01:42 pm »

    Two weeks left…
    Logged
    PM me for Polish translations (new/update)

    Joe Carver

    • Dev Team member
    • Coppermine addict
    • ****
    • Country: us
    • Offline Offline
    • Gender: Male
    • Posts: 1545
    • aka 'i-imagine'
      • Home Page
    Re: reCAPTCHA plugin
    « Reply #76 on: March 16, 2018, 03:18:21 am »

    Thanks, I think we see the same calendar...

    After successfully testing one solution and seeing everything lost by by my hosting
    company, rebuilding the main and test sites and now dealing with them not allowing/enabling
    allow_url_fopen On as a php.ini setting - a second round of testing looks promising.

    Long story short - this has to be tested/verified on a live server, something I had been without.

    Something is coming.

    alainlizotte

    • Coppermine newbie
    • Offline Offline
    • Posts: 15
    Re: reCAPTCHA plugin
    « Reply #77 on: March 19, 2018, 08:43:06 pm »

    We need a reCAPTCHA V2 update please !

    Quote
    Any calls to the v1 API will not work after March 31, 2018. Starting in November 2017, a percentage of reCAPTCHA v1 traffic will begin to show a notice informing users that the old API will soon be retired.

    Most websites around the world have already switched to reCAPTCHA v2, where humans pass effortlessly. With our advanced risk analysis engine, reCAPTCHA v2 can effectively separate humans from bots and always stay ahead of the attackers.

    If your site still uses reCAPTCHA v1, please upgrade to reCAPTCHA v2 immediately. We no longer support reCAPTCHA v1. Any calls to the v1 API will not work after March 31, 2018. Please register a new key and upgrade to v2.
    Logged

    Joe Carver

    • Dev Team member
    • Coppermine addict
    • ****
    • Country: us
    • Offline Offline
    • Gender: Male
    • Posts: 1545
    • aka 'i-imagine'
      • Home Page
    Re: reCAPTCHA plugin
    « Reply #78 on: March 22, 2018, 02:01:50 am »

    Recaptcha V1 end of service - 2018-03.


    See this thread for a V2 plugin.
    Pages: 1 2 3 [4]   Go Up
     

    Page created in 0.029 seconds with 20 queries.