Install/Uninstall 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.
INSTALL
In the following descriptions
- <geeklog_dir> is the directory where the system config.php file resides
- <admin> is the directory where the administration files reside (usually, under <public_html>)
- Uncompress the recaptcha plugin archive while in the <geeklog_dir>/plugins directory. The archive will create a directory called recaptcha in the plugins directory.
- Create the admin directory. Under your <admin>/plugins/ directory, create a directory called recaptcha.
- 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.
- Log in to your Geeklog as a root user, go to the plugin edutor and click on reCAPTCHA. If the install failed, examine Geeklog system errorlog for possible problems.
- Important: Set up API keys. Go to the Configuration and enter reCAPTCHA API Public Key and Private 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
- Log in to your Geeklog as a root user, go to the plugin edutor and click on reCAPTCHA. If the unstall failed, examine Geeklog system errorlog for possible problems.
- Delete the two plugin directories created in the install process: <geeklog-dir>/plugins/recaptcha/ and <admin>/plugins/recaptcha/.
REVISION HISTORY
Version | Date(YYYY-MM-DD) | Description |
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 |