![]() |
Changing the captcha plugin background - 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: Changing the captcha plugin background (/showthread.php?tid=16234) |
Changing the captcha plugin background - El Forum - 02-28-2009 [eluser]EEssam[/eluser] Hi, Is there a way to change the captcha plugin background? Thanks. Changing the captcha plugin background - El Forum - 02-28-2009 [eluser]TheFuzzy0ne[/eluser] No. It's a very simple plugin. If you want more flexibility, check out [url="http://ellislab.com/forums/viewthread/105788/"]my captcha library[/url]. It's based on [url="http://www.phpcaptcha.org/"]SecurImage[/url], and allows a much higher level of customisation. Changing the captcha plugin background - El Forum - 03-01-2009 [eluser]JayTee[/eluser] The plugins/captcha_pi.php file hard-codes the colors and swirls for the background. You can create your own plugin based on that code and change it yourself. The code for creating the color and swirls starts around line 257: Code: // ----------------------------------- |