![]() |
captaha problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: captaha problem (/showthread.php?tid=9843) |
captaha problem - El Forum - 07-10-2008 [eluser]Unknown[/eluser] hi i am not familar plz help about captacha i am facing to problem how to get below file in code igniter . put the “captcha.config.php” and “captcha.php” inside the libraries folder. 6. put the “init_captcha.php” inside the init folder. thanks $ regards santosh captaha problem - El Forum - 07-10-2008 [eluser]Pascal Kriete[/eluser] What instructions are you following? CodeIgniter comes with a built in captcha plugin. system/plugins/captcha_pi.php . The instructions on using said plugin are in the source code. If you're trying to use another library, you'll need to give us a link. captaha problem - El Forum - 07-10-2008 [eluser]Unknown[/eluser] hi thanks plz prvoide to this site that i have to work i am not famillar to this thanks & regards santosh captaha problem - El Forum - 07-11-2008 [eluser]Pascal Kriete[/eluser] The instructions are at the top of the file - so they're easiest to read in an editor. If you insist, however, here's the web version of that file: captcha_pi If you're having trouble with the implementation, just post a reduced code sample and a description of the problem. And we'll take it from there. |