Welcome Guest, Not a member yet? Register   Sign In
Captcha Plugin -> Borked?
#1

[eluser]llbbl[/eluser]
Hey everyone. I was just wondering if anyone got the captcha plugin that comes with codeigniter to work? I been messing around with it today and can't get the function create_captcha() to return any values.


I noticed that freakauth uses the Image_lib library to generate their captchas...

Code:
INSERT INTO captcha (captcha_id, captcha_time, ip_address, word) VALUES ('', NULL, 'XXX.XXX.XXX.XXX', NULL)

IP address works but its not returned by the function. I XXXed out what my IP is Wink
#2

[eluser]llbbl[/eluser]
This is the best captcha class that I could find, since I couldnt get CI class to work. I'm gonna try using that instead.

http://sourceforge.net/projects/b2evo-captcha
#3

[eluser]llbbl[/eluser]
Sigh I figured it out. Rick's code works you just need to make sure to include a dot in the img_path.




Theme © iAndrew 2016 - Forum software by © MyBB