{"id":46074,"date":"2008-04-17T09:26:43","date_gmt":"2008-04-17T09:26:43","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mycaptcha\/"},"modified":"2008-04-21T10:53:20","modified_gmt":"2008-04-21T10:53:20","slug":"mycaptcha","status":"closed","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/mycaptcha\/","author":431317,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.5.0.2","stable_tag":"2.5.0.2","tested":"2.5","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"MyCaptcha","header_author":"Andre Renaut","header_description":"","assets_banners_color":"","last_updated":"2008-04-21 10:53:20","external_support_url":"","external_repository_url":"","donate_link":"don't forget to rate this plugin !","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/mycaptcha","header_author_uri":"http:\/\/www.nogent94.fr\/MyCaptcha","rating":0,"author_block_rating":0,"active_installs":30,"downloads":15176,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.5","2.5.0.1","2.5.0.2"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539063","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539063","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539063","resolution":"1","location":"plugin"}},"screenshots":{"1":"Settings form","2":"Sample of presentation with default Wordpress theme ('paradise' Captcha)","3":"Sample of presentation with default Wordpress theme ('gray' Captcha)"}},"plugin_section":[],"plugin_tags":[2656,362,131,107,599],"plugin_category":[44],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-46074","plugin","type-plugin","status-closed","hentry","plugin_tags-anti-spam","plugin_tags-captcha","plugin_tags-comment","plugin_tags-comments","plugin_tags-spam","plugin_category-discussion-and-community","plugin_committers-arena"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mycaptcha.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/mycaptcha\/trunk\/screenshot-1.jpg?rev=1539063","caption":"Settings form"},{"src":"https:\/\/ps.w.org\/mycaptcha\/trunk\/screenshot-2.jpg?rev=1539063","caption":"Sample of presentation with default Wordpress theme ('paradise' Captcha)"},{"src":"https:\/\/ps.w.org\/mycaptcha\/trunk\/screenshot-3.jpg?rev=1539063","caption":"Sample of presentation with default Wordpress theme ('gray' Captcha)"}],"raw_content":"<!--section=description-->\n<p><strong>Allows you<\/strong> to display a captcha on your comment form to avoid spam.<\/p>\n\n<p><strong>Several<\/strong> choices of captcha style plus a random option.<\/p>\n\n<p><strong>Look and Feel<\/strong> totally compliant with Wordpress 2.5<\/p>\n\n<p><strong>Requires<\/strong> GD php extension.<\/p>\n\n<p>Supported languages : English, French   (.pot provided)<\/p>\n\n<p>Tested on Firefox2, Internet Explorer 7, Safari 3.1 (Windows XP)<\/p>\n\n<!--section=installation-->\n<h3>First ! &amp; Important Stuff !<\/h3>\n\n<ol>\n<li><p><strong>Add<\/strong> the following code at the <strong>FIRST<\/strong> line of your favorite theme(s) 'single.php' file(s) :\n<em><\/em><\/p>\n\ninitialize();\n    } \n\/\/\n?&gt;<\/li>\n<\/ol>\n\n<p>\n1. <strong>Add<\/strong> the following code in your favorite theme(s) 'comment.php' file(s) (usually before the comment textarea) :\n<em><\/em><\/p>\n\n<pre><code>&lt;?php\n    if (class_exists('MyCaptcha')) \n    {\n            global $MyCaptcha;\n?&gt;\n        Enter this code   &lt;!-- or any text that fits you --&gt;\n        &lt;?php $MyCaptcha-&gt;comment_form(); ?&gt;&lt;br&gt;\n        &lt;input type=\"text\" name=\"securitycode\" id=\"securitycode\" size=\"30\" \/&gt;\n&lt;?php\n    }\n?&gt;\n<\/code><\/pre>\n\n<p><\/p>\n\n<h3>Installing The Plugin<\/h3>\n\n<p><strong>Extract<\/strong> all files from the ZIP file, making sure to keep the file structure intact, and then upload it to   \/wp-content\/plugins\/  .<\/p>\n\n<p>This should result in the following file structure:<\/p>\n\n<pre><code>- wp-content\n    - plugins\n          - MyCaptcha\n            | MyCaptcha.php\n            | readme.txt\n            | screenshot-1.jpg\n            | screenshot-2.jpg\n            | screenshot-3.jpg\n\n            - lang\n                 | MyCaptcha.pot\n                 | MyCaptcha-fr_FR.po\n                 | MyCaptcha-fr_FR.mo\n\n            - php\n                 | settings.php\n\n                 - crypt\n                      | cryptographp.php\n                      | cryptographp.fct.php\n                      | cryptographp.inc.php\n\n                      - cfg\n                          - bluesky\n                          - colornumber\n                          - default\n                          - frenchcancan\n                          - gray\n                          - paradise\n                          - pencil\n                          - xcolor\n\n                      - fonts\n                          | Alanden_.ttf\n                          | Batavia_.ttf\n                          | Bragga.ttf\n                          | bsurp___.ttf\n                          | ELECHA__.TTF\n                          | JOKEWOOD.ttf\n                          | LCD-BOLD.ttf\n                          | lucon.ttf\n                          | luggerbu.ttf\n                          | php fonts.php\n                          | RASCAL__.TTF\n                          | SCRAWL.TTF\n                          | WAVY.TTF\n<\/code><\/pre>\n\n<p>All   MyCaptcha\/php\/crypt\/cfg\/\"sub-folders\"   should have the following structure (here with 'bluesky' folder).<\/p>\n\n<pre><code>- bluesky\n      | bluesky.zip\n      | cryptographp.cfg.php\n      | exemple.png\n      | lisezmoi.txt\n      | readme.txt          (we read this for you, part of cryptographp library)\n\n      - fonds               (optionnal, 'fonds' means 'background' in french)\n<\/code><\/pre>\n\n<p><strong>See Also:<\/strong> <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">\"Installing Plugins\" article on the WP Codex<\/a><\/p>\n\n<p><strong>Visit<\/strong> your admin area and activate the plugin.<\/p>\n\n<h3>Settings &gt; MyCaptcha<\/h3>\n\n<ul>\n<li><p>Save your settings ...<\/p><\/li>\n<li><p>Enjoy !<\/p><\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Is it possible to extend the library of captchas ?<\/dt>\n<dd><p>In the folder MyCaptcha\/php\/crypt\/cfg\/default , you will find 4 more folders (blackwhite, classic, psychedelic, small).\nSome of these styles are not in the original config because they are using licensed fonts (#) that cannot be provided by this plugin.<\/p>\n\n<ul>\n<li><p>blackwhite is using (#)arial font (line 73 of cryptographp.cfg.php)<\/p><\/li>\n<li><p>classic is using (#)verdana font (line 73 of cryptographp.cfg.php)<\/p><\/li>\n<li><p>small is using (#)times font (line 73 of cryptographp.cfg.php)<\/p><\/li>\n<li><p>psychedelic is using luggerbu and looks ugly for me (line 69 of cryptographp.cfg.php)<\/p><\/li>\n<\/ul>\n\n<p>You may have already paid for these **licensed fonts if they are genuine with your computer or your softwares.<\/p>\n\n<p>so to install one or several new styles do as follow<\/p><\/dd>\n<dt>For each style<\/dt>\n<dd><ol>\n<li>copy the folder (blackwhite,classic, ...) to   MyCaptcha\/php\/crypt\/cfg   .<\/li>\n<li>copy the 'MyCaptcha style' requested font file in the MyCaptcha\/php\/crypt\/fonts folder. (you should find it on your computer)<\/li>\n<li>in MyCaptcha\/php\/crypt\/fonts check and\/or modify 'php fonts.php' file accordingly.<\/li>\n<\/ol>\n\n<p><strong>Once you've finished<\/strong> to install all your styles, edit MyCaptcha.php (main plugin file)<\/p>\n\n<p>The line 15 of this file ( $this-&gt;ver = '2.5'; ) should be modified in ( $this-&gt;ver = '2.50000001'; )<\/p>\n\n<p>if you have to repeat this operation don't forget to increment $this-&gt;ver.<\/p>\n\n<p><strong>If every thing was done<\/strong> by the book, you should have the MyCaptcha setting panel modified accordingly.<\/p><\/dd>\n<dt>Is it possible to delete captcha styles from the library ?<\/dt>\n<dd><ol>\n<li>READ the previous question and its answer,<\/li>\n<li>Replace the <strong>For each style<\/strong> all steps by the following step :\n\n<ul>\n<li>Delete the appropriate Captcha folder in MyCaptcha\/php\/crypt\/cfg <\/li>\n<\/ul><\/li>\n<li>Don't forget to increment $this-&gt;ver.<\/li>\n<\/ol><\/dd>\n\n<\/dl>\n\n<!--section=other_notes-->\n<h3>Log<\/h3>\n\n<p><strong>2.5.0.2<\/strong>            2008\/04\/20 independant from folder name plugin<\/p>\n\n<p>2.5.0.1            2008\/04\/17 display bug for random option in settings<\/p>\n\n<p>2.5                    2008\/04\/17 first release<\/p>\n\n<h3>Next features<\/h3>\n\n<p><strong>Any new idea<\/strong> or <strong>code improvement<\/strong> can be posted at : contact@nogent94.com<\/p>","raw_excerpt":"Allows you to display a captcha on your comment form to avoid spam.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46074"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/arena94130"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46074"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46074"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46074"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46074"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46074"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}