{"id":13813,"date":"2011-07-01T17:49:57","date_gmt":"2011-07-01T17:49:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/ip-filter\/"},"modified":"2012-02-16T14:33:53","modified_gmt":"2012-02-16T14:33:53","slug":"ip-filter","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/ip-filter\/","author":7818421,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.3","stable_tag":"1.0.3","tested":"3.3.2","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"IP Filter","header_author":"Hautclocq Gabriel","header_description":"","assets_banners_color":"b0b0b0","last_updated":"2012-02-16 14:33:53","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.gabsoftware.com\/donate\/","header_plugin_uri":"http:\/\/www.gabsoftware.com\/products\/scripts\/ip-filter\/","header_author_uri":"http:\/\/www.gabsoftware.com\/","rating":5,"author_block_rating":0,"active_installs":300,"downloads":19067,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<ul>\n<li>Thank you for using IP Filter! Click on the &quot;Configure&quot; link in the &quot;Plugins&quot; page or in the &quot;IP Filter&quot; menu in the &quot;Settings&quot; section of the Wordpress administration area.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"497878","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538856","resolution":"1","location":"plugin"}},"screenshots":{"1":"IP Filter settings in Wordpress administration area"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2155,1220,2236,37290,1493],"plugin_category":[54],"plugin_contributors":[78914],"plugin_business_model":[],"class_list":["post-13813","plugin","type-plugin","status-closed","hentry","plugin_tags-ban","plugin_tags-block","plugin_tags-filter","plugin_tags-grant","plugin_tags-ip","plugin_category-security-and-spam-protection","plugin_contributors-gabsoftware","plugin_committers-gabsoftware"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/ip-filter_b0b0b0.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/ip-filter\/trunk\/screenshot-1.png?rev=1538856","caption":"IP Filter settings in Wordpress administration area"}],"raw_content":"<!--section=description-->\n<p>\nGrants or denies access to a list of IP addresses.\n<\/p>\n\n<p>\nUnauthorized IP addresses will get a 403 Forbidden HTTP header.\n<\/p>\n\n<p>\nThe error message is customizable and can contain HTML.\n<\/p>\n\n<p>\nBlocked IP addresses can be logged.\n<\/p>\n\n<p>\nIP addresses to be filtered can be typed in a text zone. Here is a list of what you can put in this text zone:\n<\/p>\n\n<ul>\n    <li>Free format, you are not limited to put one IP address per line<\/li>\n    <li>Comments are allowed and will be ignored by IP Filter, but they should not contain IP addresses and the \"*\" character<\/li>\n    <li>IPv4 and IPv6 addresses are allowed<\/li>\n    <li>Wildcard character \"*\" is accepted for IPv4 but it must represent a complete field. IP addresses without wildcard can't be truncated. Examples:\n        <ul>\n            <li>Correct: 10.20.30.40<\/li>\n            <li>Correct: 10.20.*.40<\/li>\n            <li>Correct: 10.*.*.*<\/li>\n            <li>Correct: 10.*<\/li>\n            <li>Correct: *.20<\/li>\n            <li>Correct: *<\/li>\n            <li><strong>Incorrect: 10.2*<\/strong><\/li>\n            <li><strong>Incorrect: 10.20<\/strong><\/li>\n            <li><strong>Incorrect: 10.2*.30.40<\/strong><\/li>\n        <\/ul>\n    <\/li>\n<\/ul>\n\n<p>\nBe careful about the following points:\n<\/p>\n\n<ol>\n<li>If you choose the \"deny\" filter type and you add your IP to the deny list, you will loose access to your website<\/li>\n<li>If you choose the \"grant\" filter type and you do not add your IP to the list, you will loose access to your website<\/li>\n<li>If you add the \"*\" filter, nobody will be able to access to your website<\/li>\n<\/ol>\n\n<p><strong>This plugin requires PHP 5 and Wordpress 3.x<\/strong><\/p>\n\n<!--section=installation-->\n<p>\nJust extract the plugin directory into your wp-content\/plugins directory.\n<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>I blocked myself! What can I do?<\/dt>\n<dd><ul>\n<li>In case you did the mistake to block yourself from your blog, you still can get access your administration panel by going to the \"\/wp-admin\/\" URL<\/li>\n<li>Additionnally, the filter can be bypassed by adding the \"ipfilter_bypass\" parameter to the URL (eg: http:\/\/www.myblog.com\/?ipfilter_bypass)<\/li>\n<\/ul><\/dd>\n<dt>Can I put some HTML into the custom message?<\/dt>\n<dd><p>Yes. But why bother if you just want to block those annoying visitors? You'd better save bandwidth.<\/p><\/dd>\n<dt>Can I add IP ranges instead of complete IP addresses?<\/dt>\n<dd><p>You can use the wildcard character \"*\". It is planned to add a mode that use regular expressions, but without any ETA.<\/p><\/dd>\n<dt>Why isn't IP Filter translated in my language?<\/dt>\n<dd><p>Most probably because nobody submitted a translation for your language yet. But you can help.\nRead our guide for plugins translators at http:\/\/www.gabsoftware.com\/tips\/a-guide-for-wordpress-plugins-translators-gettext-poedit-locale\/<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>The message shown to filtered visitors can now include HTML code<\/li>\n<li>The message shown to filtered visitors can now contain HTML special characters such as quotes, double quotes, etc.<\/li>\n<li>The bypass URL parameter can be customized and disabled as well<\/li>\n<li>Now use wp_die instead of die<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added possibility to use the wildcard character \"*\"<\/li>\n<li>It is now possible to purge the log file in the settings page<\/li>\n<li>Code cleaning and simplification<\/li>\n<li>Added a zone that displays the IP addresses extracted from your input<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added log options<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Grants or denies access to a list of IP addresses","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13813","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=13813"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gabsoftware"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13813"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13813"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13813"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13813"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13813"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}