{"id":36081,"date":"2015-05-04T19:37:15","date_gmt":"2015-05-04T19:37:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/jblog-captcha\/"},"modified":"2017-11-30T13:30:46","modified_gmt":"2017-11-30T13:30:46","slug":"jblog-captcha","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/jblog-captcha\/","author":14404377,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.4","stable_tag":"1.4.4","tested":"4.9.29","requires":"4.2","requires_php":"","requires_plugins":"","header_name":"JBlog Captcha","header_author":"JBlog","header_description":"","assets_banners_color":"","last_updated":"2017-11-30 13:30:46","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/zharikov.site\/kapcha-v-polzovatelskix-formax\/","header_author_uri":"https:\/\/zharikov.site","rating":4,"author_block_rating":0,"active_installs":10,"downloads":2317,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>1.0 version start<\/p>"},"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"3"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1153322","resolution":"128x128","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.1","1.2","1.2.1","1.2.2","1.2.3","1.3","1.3.1","1.4","1.4.1","1.4.2","1.4.3","1.4.4"],"block_files":[],"assets_screenshots":{"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1778615","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1778615","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1778615","resolution":"2","location":"plugin"}},"screenshots":{"1":"Admin panel settings page.","2":"Captcha concluded in the public section.","3":"Captcha in login form."}},"plugin_section":[],"plugin_tags":[2656,32591,109,362,37821],"plugin_category":[44,54],"plugin_contributors":[93034],"plugin_business_model":[],"class_list":["post-36081","plugin","type-plugin","status-closed","hentry","plugin_tags-anti-spam","plugin_tags-anti-spam-security","plugin_tags-antispam","plugin_tags-captcha","plugin_tags-custom-form-captcha","plugin_category-discussion-and-community","plugin_category-security-and-spam-protection","plugin_contributors-alonelion1987","plugin_committers-alonelion1987"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/jblog-captcha.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/jblog-captcha\/trunk\/screenshot-1.png?rev=1778615","caption":"Admin panel settings page."},{"src":"https:\/\/ps.w.org\/jblog-captcha\/trunk\/screenshot-2.png?rev=1778615","caption":"Captcha concluded in the public section."},{"src":"https:\/\/ps.w.org\/jblog-captcha\/trunk\/screenshot-3.png?rev=1778615","caption":"Captcha in login form."}],"raw_content":"<!--section=description-->\n<p>JBlog Captcha generates a picture with the characters and the text box. It is possible to choose the background for the image, change the font color and change count symbols in captcha.<\/p>\n\n<p>This plugin will be an indispensable tool for developers of custom forms.<\/p>\n\n<p>The documentation provided with comprehensive information on the methods of treatment of user data sent to the server.<\/p>\n\n<p>Version 1.4.1 captcha automatically connects to the login form admin.<\/p>\n\n<p><a href=\"https:\/\/zharikov.site\/kapcha-v-polzovatelskix-formax\/\">Official plugin page<\/a>\n<a href=\"https:\/\/zharikov.site\/sozdaem-ajax-kontakt-formu-v-wordpress\/\">Example ajax- feedback forms on the basis of this plugin<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Go to setting <code>settings\/JBlog Captcha<\/code> page and change the default settings.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Go to setting <code>settings\/JBlog Captcha<\/code> page and change the default settings.<\/li>\n<\/ol><\/dd>\n<dt>How do I display the form online captcha<\/dt>\n<dd><p>You have to use shortcode to check: <code>&lt;?php if(class_exists('JBlogCaptcha')){print do_shortcode(\"[jbcptch]\");} ?&gt;<\/code> or just <code>[jbcptch]<\/code> in editor WordPress<\/p><\/dd>\n<dt>What functions can I use the test to check if the user entered the captcha or not?<\/dt>\n<dd><p>The file handler on the server side, you must define the variable <code>$ _POST ['str']<\/code>, which you pass the captcha value entered by the user;\nIn the file - handler: the condition before <code>... if () {}<\/code>, in which the check data, use the instructions: <code>JBlogCaptcha::instance()-&gt;chekSession();<\/code>, which checks whether the correct CAPTCHA introduced;\nIn the file - handler: in the condition <code>if (var_1 &amp;&amp; var_2 &amp;&amp; ...) {}<\/code>, use the instructions: <code>JBlogCaptcha::instance()-&gt;getChek()<\/code>, which returns true if the CAPTCHA is entered correctly , along with a test of its own data;<\/p><\/dd>\n<dt>What should I bring shortcode `[jbcptch]`<\/dt>\n<dd><p>This shortcode will return the html generated image with symbols and text field<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.3 version (11.01.2016)<\/h4>\n\n<p>UPDATE: removed one function GD-lib, representing a solution to unsafe platforms Debian standard extension for PHP, GD-lib, gd.so.<\/p>\n\n<h4>1.4.2 version (23.12.2015)<\/h4>\n\n<p>UPDATE: Fixed a bug with the ability to login to the admin panel from the first time.<\/p>\n\n<h4>1.4.1 version (18.12.2015)<\/h4>\n\n<p>ADDED: Captcha connected to login form.<\/p>\n\n<h4>1.3.1 version (17.12.2015)<\/h4>\n\n<p>UPDATE: Improved script generation image, the image is displayed is now always up to date as to bypass the browser cache. Testing in IE excellent results!\nADDED: removed unreadable characters and adds the ability to choose between 2-3, 3-4, 4-5 characters.<\/p>\n\n<h4>1.2.3 version (12.05.2015)<\/h4>\n\n<p>ADDED: put case sensitive captcha<\/p>\n\n<h4>1.1 version (09.05.2015)<\/h4>\n\n<p>UPDATE: Optimized code and removed unnecessary functions\nADDED: A larger selection of characters and added ability to change the number of characters<\/p>\n\n<h4>* 1.0 version of the repository<\/h4>","raw_excerpt":"\u0421aptcha generated numbers and latin characters. Designed for use in custom forms and displays a simple shortcode, and connect to log form.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36081"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alonelion1987"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36081"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36081"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36081"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36081"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36081"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}