Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivantcholakov/codeigniter-kcaptcha
KCAPTCHA Version 2.0 - A Port for CodeIgniter
https://github.com/ivantcholakov/codeigniter-kcaptcha
codeigniter kcaptcha php
Last synced: about 1 month ago
JSON representation
KCAPTCHA Version 2.0 - A Port for CodeIgniter
- Host: GitHub
- URL: https://github.com/ivantcholakov/codeigniter-kcaptcha
- Owner: ivantcholakov
- License: other
- Created: 2013-12-10T19:03:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T19:58:14.000Z (over 2 years ago)
- Last Synced: 2024-10-16T23:06:30.515Z (3 months ago)
- Topics: codeigniter, kcaptcha, php
- Language: PHP
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KCAPTCHA Version 2.0 - A Port for CodeIgniter
=============================================Installation
------------Download this package and uncompress it within `application/` directory of your CodeIgniter site.
Then activate Session library/driver. GD image processing PHP module should be installed.This feature has been tested on CodeIgniter 3.1.11 (September 19th, 2019).
A Quick Test
------------Open with browser the following URL:
http://localhost/site/index.php/captcha_test
or
http://localhost/site/captcha_test (if you removed the URL-segment index.php).
Usage
-----Examine code of the controller Captcha_test.php and the views captcha_test.php and captcha_test_ok.php.
This would be enough for you to get the idea how captcha feature works.A Screenshot
------------![KCAPTCHA Test](https://raw.github.com/ivantcholakov/codeigniter-kcaptcha/master/LOOKATME.png)
License Information
-------------------Copyright by Kruglov Sergei, 2006, 2007, 2008, 2011
http://www.captcha.ru
http://www.kruglov.ruKCAPTCHA is a free software. You can freely use it for developing own site or software.
If you use this software as a part of own sofware, you must leave copyright notices intact or add KCAPTCHA copyright notices to own.
As a default configuration, KCAPTCHA has a small credits text at bottom of CAPTCHA image.
You can remove it, but I would be pleased if you left it. ;)Ported for CodeIgniter by Ivan Tcholakov, 2013-2022.
The demonstration code is under the MIT License, http://opensource.org/licenses/MIT