Recaptcha Mailhide
Plugin Description:
This plugin scan the content page (not header and footer) for email addresses like mailto links or simple mails and hides them by crypting and transforming in an url opening the recaptcha_check.php
page. The recapctcha_check.php
page check if visitor is human or bot and, if human, decrypt and show the mail, otherwise it shows captcha to solve. It uses Google's invisible recaptcha service.
BE CAREFUL: recaptcha_check.php
MUST be directly available to browser, for this reason this plugin has an .htaccess
file allowing access to recaptcha_check.php
only. Be sure your webserver can access recaptcha_check.php
.
IT DOESN'T SAVE THE PAGE WITH HIDED MAILS, this is to help editor users inserting simple mail links.
For changelog read recaptcha_mailhide/CHANGELOG.txt
Install Instructions:
INSTRUCTIONS
Unzip, set the keys file and activate
SET THE KEYS FILE
Ask Google recaptcha service for keys: Go to Google recaptcha site , login and choose invisible recaptcha
you must set the public and private keys in recaptcha_mailhide/keys
file containing the keys given from google, read README.txt
to know how to create key file. Remember to deny write permissions to webserver demon and others on keys file.
ATTENTION: if you're updating from previous version, you have to request new keys to google
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide