Plugin Directory

MyCaptcha

First ! & Important Stuff !

  1. Add the following code at the FIRST line of your favorite theme(s) 'single.php' file(s) :

    initialize(); } // ?>

1. Add the following code in your favorite theme(s) 'comment.php' file(s) (usually before the comment textarea) :

<?php
    if (class_exists('MyCaptcha')) 
    {
            global $MyCaptcha;
?>
        Enter this code   <!-- or any text that fits you -->
        <?php $MyCaptcha->comment_form(); ?><br>
        <input type="text" name="securitycode" id="securitycode" size="30" />
<?php
    }
?>

Installing The Plugin

Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to /wp-content/plugins/ .

This should result in the following file structure:

- wp-content
    - plugins
          - MyCaptcha
            | MyCaptcha.php
            | readme.txt
            | screenshot-1.jpg
            | screenshot-2.jpg
            | screenshot-3.jpg

            - lang
                 | MyCaptcha.pot
                 | MyCaptcha-fr_FR.po
                 | MyCaptcha-fr_FR.mo

            - php
                 | settings.php

                 - crypt
                      | cryptographp.php
                      | cryptographp.fct.php
                      | cryptographp.inc.php

                      - cfg
                          - bluesky
                          - colornumber
                          - default
                          - frenchcancan
                          - gray
                          - paradise
                          - pencil
                          - xcolor

                      - fonts
                          | Alanden_.ttf
                          | Batavia_.ttf
                          | Bragga.ttf
                          | bsurp___.ttf
                          | ELECHA__.TTF
                          | JOKEWOOD.ttf
                          | LCD-BOLD.ttf
                          | lucon.ttf
                          | luggerbu.ttf
                          | php fonts.php
                          | RASCAL__.TTF
                          | SCRAWL.TTF
                          | WAVY.TTF

All MyCaptcha/php/crypt/cfg/"sub-folders" should have the following structure (here with 'bluesky' folder).

- bluesky
      | bluesky.zip
      | cryptographp.cfg.php
      | exemple.png
      | lisezmoi.txt
      | readme.txt          (we read this for you, part of cryptographp library)

      - fonds               (optionnal, 'fonds' means 'background' in french)

See Also: "Installing Plugins" article on the WP Codex

Visit your admin area and activate the plugin.

Settings > MyCaptcha

  • Save your settings ...

  • Enjoy !

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)