A new reCaptcha implementation based on the current PHP reCaptcha library for Codeigniter. Very simple and easy to use. Download the zip file to see the sample implementation application.
Warren's implementation of reCaptcha for Codeigniter
warecaptcha folder - deployable test application with codeigniter, simply paste it in your webroot directory and access http://localhost/warecaptcha/index.php/captcha
waReCaptchaBase - warecaptcha files only
\config
recaptcha_config.php - set your private and public keys here
\controller
captcha.php - sample controller implementation of waReCaptcha with CI's form_validation library
\helpers
recaptcha_helper.php - recaptcha library, recaptcha_get_html method slightly modified to add more options like SSL, themes and language
\libraries
本文介绍了一个基于PHP reCAPTCHA库的CodeIgniter应用实现,提供了一个可部署的示例,包括所需文件、配置私钥和公钥、控制器及辅助函数的使用。重点在于如何轻松集成reCAPTCHA以增强网站安全性。
1642

被折叠的 条评论
为什么被折叠?



