{"id":30011,"date":"2014-06-11T06:15:53","date_gmt":"2014-06-11T06:15:53","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/image-captcha\/"},"modified":"2025-01-19T16:08:26","modified_gmt":"2025-01-19T16:08:26","slug":"image-captcha","status":"closed","type":"plugin","link":"https:\/\/gl.wordpress.org\/plugins\/image-captcha\/","author":13880699,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2","stable_tag":"trunk","tested":"6.7.5","requires":"3.5","requires_php":"","requires_plugins":null,"header_name":"Image Captcha","header_author":"Captcha Soft","header_description":"","assets_banners_color":"","last_updated":"2025-01-19 16:08:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"mailto:wp.captcha.soft@gmail.com","rating":3.8,"author_block_rating":0,"active_installs":400,"downloads":19349,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":"1","5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3225099,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"wp-admin\\\/admin.php?page=image-captcha\",\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"image-captcha\"},\"options\":{\"activate\":true}},{\"step\":\"installPlugin\",\"pluginZipFile\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"image-captcha\"},\"options\":{\"activate\":true}}]}"}},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":3225099,"resolution":"1","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":3225099,"resolution":"3","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":3225099,"resolution":"2","location":"plugin"}},"screenshots":{"1":"<p>screenshot-1.jpg is the captcha on the comment form.<\/p>","2":"<p>screenshot-2.jpg is the captcha on the login form.<\/p>","3":"<p>screenshot-3.jpg is the captcha settings on the admin plugins page.<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[15739,362,35921,15781,4240],"plugin_category":[38,44,54],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-30011","plugin","type-plugin","status-closed","hentry","plugin_tags-capcha","plugin_tags-captcha","plugin_tags-captcha-for-webform","plugin_tags-captha","plugin_tags-image-captcha","plugin_category-authentication","plugin_category-discussion-and-community","plugin_category-security-and-spam-protection","plugin_committers-captchasoft"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/image-captcha.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/image-captcha\/trunk\/screenshot-1.jpg?rev=3225099","caption":"<p>screenshot-1.jpg is the captcha on the comment form.<\/p>"},{"src":"https:\/\/ps.w.org\/image-captcha\/trunk\/screenshot-2.jpg?rev=3225099","caption":"<p>screenshot-2.jpg is the captcha on the login form.<\/p>"},{"src":"https:\/\/ps.w.org\/image-captcha\/trunk\/screenshot-3.jpg?rev=3225099","caption":"<p>screenshot-3.jpg is the captcha settings on the admin plugins page.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Image Captcha plugin is a powerful captcha protection for WordPress login and comment forms. Image Captcha - it's free and easy to use tool that will protect you from spam in the comments and prevent hacking the admin panel. In order to post comments or login, users will have to enter the name of the object in the picture. This prevents spam from automated bots. You can also set a ban by ip-address after three wrong inputs.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Captcha on Login form<\/li>\n<li>Captcha on Register form<\/li>\n<li>Captcha on Lost Password form<\/li>\n<li>Captcha on Comment form<\/li>\n<li>Ban by ip-address after three wrong inputs<\/li>\n<li>An ability to add custom captcha images<\/li>\n<\/ul>\n\n<h4>Translation<\/h4>\n\n<ul>\n<li>Russian (ru_RU)<\/li>\n<\/ul>\n\n<h4>Technical support<\/h4>\n\n<p>If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>captcha<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin via the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='missing%20captcha%20on%20the%20comment%20form%3F'><h3>Missing CAPTCHA on the comment form?<\/h3><\/dt>\n<dd><p>You might have a theme where comments.php is not coded properly.<\/p>\n\n<p>Wopdpress version matters.<\/p>\n\n<p>(WP2 series) Your theme must have a tag <code>&lt;?php do_action('comment_form', $post-&gt;ID); ?&gt;<\/code> inside the file <code>\/wp-content\/themes\/[your_theme]\/comments.php<\/code>. \nMost WP2 themes already have it. The best place to put this tag is before the comment textarea, you can move it up if it is below the comment textarea.<\/p>\n\n<p>(WP3 series) WP3 has a new function comment_form inside of <code>\/wp-includes\/comment-template.php<\/code>. \nYour theme is probably not up-to-date to call that function from comments.php.\nWP3 theme does not need the code line <code>do_action('comment_form'<\/code>... inside of <code>\/wp-content\/themes\/[your_theme]\/comments.php<\/code>.\nInstead it uses a new function call inside of comments.php: <code>&lt;?php comment_form(); ?&gt;<\/code>\nIf you have WP3 and captcha is still missing, make sure your theme has <code>&lt;?php comment_form(); ?&gt;<\/code>\ninside of <code>\/wp-content\/themes\/[your_theme]\/comments.php<\/code> (please check the Twenty Ten theme's comments.php for proper example)<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>V1.2<\/h4>\n\n<p>An ability to display captcha in Register and Lostpassword forms has been added.<\/p>\n\n<h4>V1.1<\/h4>\n\n<p>Fixed bag.<\/p>\n\n<h4>V1.1<\/h4>\n\n<p>Usability at the settings page of plugin was improved.<\/p>\n\n<h4>V1.0<\/h4>\n\n<p>Initial Release<\/p>","raw_excerpt":"An easy to use wordpress Captcha plugin to prevent spam on your site. You can use Image Captcha to protect comments and the admin panel.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/30011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=30011"}],"author":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/captchasoft"}],"wp:attachment":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=30011"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=30011"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=30011"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=30011"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=30011"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=30011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}