In the folder MyCaptcha/php/crypt/cfg/default , you will find 4 more folders (blackwhite, classic, psychedelic, small). Some of these styles are not in the original config because they are using licensed fonts (#) that cannot be provided by this plugin.
blackwhite is using (#)arial font (line 73 of cryptographp.cfg.php)
classic is using (#)verdana font (line 73 of cryptographp.cfg.php)
small is using (#)times font (line 73 of cryptographp.cfg.php)
psychedelic is using luggerbu and looks ugly for me (line 69 of cryptographp.cfg.php)
so to install one or several new styles do as follow
For each style
Once you've finished to install all your styles, edit MyCaptcha.php (main plugin file)
The line 15 of this file ( $this->ver = '2.5'; ) should be modified in ( $this->ver = '2.50000001'; )
if you have to repeat this operation don't forget to increment $this->ver.
If every thing was done by the book, you should have the MyCaptcha setting panel modified accordingly.




