Install/Uninstall/Upgrade instruction for the Geeklog reCAPTCHA plugin

What is reCAPTCHA?

ReCAPTCHA® is a free anti-bot service providing powerful CAPTCHA. This plugin makes it easy to use reCAPTCHA with Geeklog.

As of reCAPTCHA v1.2.1 a reCaptcha API was added which plugins must now use to enable support. Plugin Integration for reCAPTCHA is now controlled in the Plugins own Configuration now (and not the reCAPTCHA configuration).

System Requirements

INSTALL

In the following descriptions

  1. Uncompress the recaptcha plugin archive while in the <geeklog_dir>/plugins directory. The archive will create a directory called recaptcha in the plugins directory.
  2. Create the admin directory. Under your <admin>/plugins/ directory, create a directory called recaptcha.
  3. Change to your <geeklog_dir>/plugins/recaptcha/ directory. Copy the files in the admin directory to the <admin>/plugins/recaptcha/ directory your created in step 2.
  4. Log in to your Geeklog as a root user, go to the plugin editor and click on reCAPTCHA. If the install failed, examine Geeklog system errorlog for possible problems.
  5. Important: Set up API keys. Go to the Configuration and enter reCAPTCHA API Site Key and Secret Key that you can get at https://www.google.com/recaptcha/admin/create. It is not until you set the API keys that you can use reCAPTCHA service.

UNINSTALL

  1. Log in to your Geeklog web site as a root user, go to the plugin editor and click on reCAPTCHA. If the unstall failed, examine Geeklog system errorlog for possible problems.
  2. Delete the two plugin directories created in the install process: <geeklog-dir>/plugins/recaptcha/ and <admin>/plugins/recaptcha/.

UPGRADE

  1. Log in to your Geeklog web site as a root user, go to the plugin editor and disable the reCAPTCHA plugin.
  2. Uncompress the recaptcha plugin archive and upload the resulting files as you did when you installed the plugin.
  3. Go to the plugin editor and Enable the reCAPTCHA plugin. Then, upgrade the plugin.

REVISION HISTORY

Version Date(YYYY-MM-DD) Description
1.2.1 2019-?
  • To enable support Plugins now must support the reCAPTCHA API (all core plugins do).
  • Requires Geeklog 2.2.1.
1.2.0 2017-12-02
  • Added support for Invisible reCAPTCHA.
  • Requires Geeklog 2.2.0.
1.1.6 2017-11-27
  • Added support for Login Form.
  • Added support for Forget Password Form.
  • Added support for the demo mode introduced in Geeklog 2.2.0.
1.1.5 2017-04-12
  • Fixed a bug where reCAPTCHA failed to check for input when $_RECAPTCHA_CONF['logging'] is set to off.
1.1.4 2017-01-18
  • Small bug fix.
1.1.3 2016-08-12
  • Replaced COM_siteHeader and COM_siteFooter with COM_createHTMLDocument.
1.1.2 2016-02-20
  • Upgraded reCAPTCHA library to v1.1.2.
1.1.0 2015-07-03
  • Upgraded to Google reCAPTCHA v2.
  • Added an error code to a log file(logs/recaptch.log) entry. Patch provided by Tom.
1.0.1 2014-01-26
  • Added a <div> tag to enclose the reCAPTCHA code. Patch provided by Tom.
  • Changed to write log entries into "logs/recaptch.log". Patch provided by Tom.
1.0.0 2014-01-24 Initial release.