SI CAPTCHA - Securimage customisable CAPTCHA for Codeigniter with audio support |
[eluser]TheFuzzy0ne[/eluser]
Hi everyone. I needed to create a better CAPTCHA library than the one CodeIgniter offer, so I grabbed a copy of securimage from phpcaptcha.com, and created a very simple front end library and controller to make it compatible with CodeIgniter. Securimage has a fully configurable CAPTCHA output, and also supports audio, so your users can have the CAPTCHA code spoken to them. I have no intentions of maintaining this code, as I only need it for my current project. However, if there's enough interest, I might reconsider. The documentation probably needs working on, but there should be enough there to get you started. All comments and suggestion welcome. The code can be downloaded from [url="http://freefilehosting.net/files/4567d"]here[/url].
[eluser]runrun[/eluser]
@siubie, when you've done implementing it, could you please give me the link to see it in action? I am looking for captcha that doesn't look too messy and easy to read. The CI captcha plugin is too hard to read the image.
[eluser]TheFuzzy0ne[/eluser]
The Zip file contains a working demonstration to give you an idea of how to implement the CAPTCHA. You can configure the look of the generated CAPTCHA via the config file, or override the defaults dynamically.
[eluser]runrun[/eluser]
Thanks Fuzz, i'm trying. I follow the guide "First it's recommended that you only copy the captcha.php file to your controllers directory to begin with. Once done, you can go to: http://yourdomain.tld/captcha/compatibility_test and confirm whether the script will actually work on your server." I copied the captcha.php in the zip file to my controller folder, test it out, I receive the notice "Unable to load the requested class: si_captcha"
[eluser]jeffersonrpn[/eluser]
I tried to use this library, but the image cannot be loaded. It seems that all requirements are correct. I received this results in test: Code: Securimage Test Script Whats wrong? Why the captcha image can't be loaded? |
Welcome Guest, Not a member yet? Register Sign In |