
=== User Agent Blocker ===
Contributors: adhitya03
Donate link: https://www.paypal.me/Adhitya
Tags: bad robot, block, user-agent, .htaccess
Requires at least: 4.6
Tested up to: 5.2.1
Stable tag: 4.3
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Block robots using it’s User-Agent in .htaccess
== Description ==
Block bad robots, unwanted robots, unwanted users or crawler from your site by it’s User-Agent using .htaccess.
== Installation ==
- In your WordPress admin panel, go to Plugins > New Plugin, search for “User Agent Blocker” and click “Install now”. Alternatively, download the plugin and upload the contents of user-agent-blocker.zip to your plugins directory, which may be in /wp-content/plugins/.
- Activate the plugin Google Trends Widget through the ‘Plugins’ menu in WordPress.
- Go to Tools > User Agent Blocker and write the user-agent that you want to block in textarea and save changes
== Frequently Asked Questions ==
= I accidentally entered the wrong user-agent so that I could not access my website, what should I do? =
If you accidentally enter the wrong user-agent so that you cannot access your page, then you must open the .htaccess file that is in your domain folder and delete all code that starts from # BEGIN USER AGENT BLOCKER
until # END USER AGENT BLOCKER
, save, and reload your page.
= The User-Agent that I want to block does not exist in the table you provide, what should I do? =
I provide some popular user-agents that might help you, but, if you can not find the user-agent that you need, you have to do google by yourself.
== Screenshots ==
- User Agent Blocker dashboard area.
== Changelog ==
= 1.0.1 =
- Released: may 30, 2019
= 1.0.0 =
- Released: may 29, 2019
== Upgrade Notice ==
= 1.0.1 =
- New Generic function (and/or define) names to avoid conflict with other plugins or themes
- Editing .htaccess in an optimal way
= 1.0 =
- First version of this plugin