开发者 | iqpascal |
---|---|
更新时间 | 2024年11月22日 01:22 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.7.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
iq-block-country
folder into your plugins folder (/wp-content/plugins/).It’s true that you might see hits from countries that you have blocked in your statistics software. This however does not mean this plugin does not work, it just means somebody tried to access a certain page or pages and that that fact is logged. If you are worried this plugin does not work you could try to block your own country or your own ip address and afterwards visit your frontend website and see if it actually works. Also if you have access to the logfiles of the webserver that hosts your website you can see that these visitors are actually denied with a HTTP error 403.
Other wordpress plugins handle the visitors also. They might run before iQ Block Country or they might run after iQ Block Country runs. This however does not mean this plugin does not work, it just means somebody tried to access a certain page, post or your backend and another plugin also handled the request. If you are worried this plugin does not work you could try to block your own country or your own ip address and afterwards visit your frontend website and see if it actually works. Also if you have access to the logfiles of the webserver that hosts your website you can see that these visitors are actually denied with a HTTP error 403.
Well, this plugin does in fact work but is limited to the data MaxMind provides. Also in your statistics software or logfiles you probably will see log entries from countries that you have blocked. See the "How come I still see visitors..." FAQ for that. If you think you have a visitor from a country you have blocked lookup that specific IP address on the tools tab and see which country MaxMind thinks it is. If this is not the same country you may wish to block the country that MaxMind thinks it is.
I am afraid this can only be solved by editing your MySQL database,directly editing the rows in the wp_options table. You can use a tool like PHPMyAdmin for that. If you don't know how to do this please ask your hosting provider if they can help, or ask me if I can help you out!
Well, if you can use a manual override so can the people that want to 'visit' your backend. This plugin is meant to keep people out. Perhaps you keep a key to your house somewhere hidden in your garden but this plugin does not have a key somewhere hidden... So if you locked yourself out you need to call a locksmith (or pick the lock yourself of course!)
You can style the message by using CSS in the textbox. You are also able to include images, so you could visualize that people are banned from your site. You can also provide a link to another page explaining why they might be banned. Only culprit is that it cannot be a page on the same domain name as people would be banned from that page as well. You can use for instance: body { color: red; background-color: #ffffff; } h1 { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } Go away! you basicly can use everything as within a normal HTML page. Including images for instance.
The iQ Block Country plugin does it's best to detect the real IP address of your visitors even if they try to hide it. However sometimes it fails in doing so and in that case you might get an different IP address for your users. For instance your webhosting IP address. You can overrule this process if it does not work properly in your case. Go to the Tools tab there is a section IP Address Information. It will show all server headers that contain IP information, see which header has your own IP address. On the home tab you can set this header where it says 'Override IP information'. You should only use this if the automatic IP detection fails otherwise please have it set to "No override"
In some circumstances: No The plugin does it best to prevent caching of the "You are blocked" message. However most caching software can be forced to cache anyway. You may or may not be able to control the behavior of the caching method. The plugin does it bests to avoid caching but under circumstances the message does get cached. Either change the behavior of your caching software or disable the plugin. If you want to block visitors from the frontend using a caching mechanism is not recommended.
You can press the CTRL key and select several countries. Perhaps also a handy function is that you can type in a part of the name of the country! You can select/deselect all countries by selecting "(de)select all countries..." If you just want to allow some countries you can also use the 'Block all countries except those selected below' function by selecting the countries you want to allow and select invert this selection.
You can download the database(s) directly from MaxMind and upload them to your website.
This is possible if another plugin or your template sends out header information before this plugin does. You can deactivate and reactivate this plugin, it will try to load as the first plugin upon activation. If this does not help you out deselect "Send headers when user is blocked". This will no longer send headers but only display the block message. This however will mess up your website if you use caching software for your website. This also does not work if you use a page or url redirect as that relies on sending headers for redirecting the visitor to another page or URL.
If you select this option each hour the plugin checks if it has new data to send back to the central server. This data consists of each IP address that has tried to login to your backend and how many attempts were made since the last check. If storing or sharing an IP address is illegal in your country do not select this feature.
You can select the option on the home tab "Do not log IP addresses" to stop iQ Block Country from logging IP addresses. This will however also break the statistics.
Somewhere in your WordPress database there is a wp_options table. In the wp_options table is an option_name called 'upload_path'. There probably is an (old) path set as option_value. If you know your way around MySQL (via PHPMyAdmin for instance) you can empty the option_value. This should fix your problem. Please note that your wp_options table may be called differently depending on your installation choices.
Jetpack uses xmlrpc.php to communicate with your site. xmlrpc.php is considered as a backend url and therefore blocked if needed. You can allow Jetpack by selecting "Jetpack by wordpress.com" as a search engine on the services tab.
The Wordpress guys have contacted me that the license of the MaxMind GeoLite database and the Wordpress license conflicted. So it was no longer allowed to include the GeoLite database or provide an automatic download or download button. Instead users should download the database themselves and upload them to the website. Wordpress could be held liable for any license issue. So that is why the auto download en update was removed from this plugin.
As the basic rule is to block all and every post you have to configure this in a special way:
Yes since v1.2.0 the new GeoIP2 Country database is supported.