Plugin Directory

MyCaptcha

Is it possible to extend the library of captchas ?

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

  1. copy the folder (blackwhite,classic, ...) to MyCaptcha/php/crypt/cfg .
  2. copy the 'MyCaptcha style' requested font file in the MyCaptcha/php/crypt/fonts folder. (you should find it on your computer)
  3. in MyCaptcha/php/crypt/fonts check and/or modify 'php fonts.php' file accordingly.

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.

Is it possible to delete captcha styles from the library ?

  1. READ the previous question and its answer,
  2. Replace the For each style all steps by the following step :
    • Delete the appropriate Captcha folder in MyCaptcha/php/crypt/cfg
  3. Don't forget to increment $this->ver.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(8 ratings)