Welcome Guest, Not a member yet? Register   Sign In
Call a plugin in a library..
#4

[eluser]GSV Sleeper Service[/eluser]
try this
Code:
function setChaptcha()
    {
        $vals = array(
            'img_path'      => './asset/captcha/',
            'img_url'       => base_url().'/asset/captcha/',
            'expiration'    => 3600,// one hour
            'font_path'         => './system/fonts/georgia.ttf',
            'img_width'         => '150',
            'word'            => random_string('numeric', 6),
        );
        $cap = create_captcha($vals);
        print_r($cap);
    }
you'll have some debug info on your screen, copy that and paste it back here.


Messages In This Thread
Call a plugin in a library.. - by El Forum - 09-23-2008, 08:35 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 08:42 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 08:44 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 08:52 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 09:02 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 09:16 AM
Call a plugin in a library.. - by El Forum - 09-23-2008, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB