This module enables your 68 Classifieds site to include the reCaptcha system instead of the default.
Installation
Open the file modules/recaptcha/hooks.php and find these two lines:
var $public_key = ''; var $private_key = '';
Inside the two single quotes add your keys. You can get these api keys by signing up at the reCaptcha site.
Requirements
- 68 Classifieds v4.1.x
- PHP v5+

