=== No More Bots ===

Contributors: FutrX
Tags: bot, spam, honeypot, security
Requires at least: 3.7
Requires PHP: 7.4
Tested up to: 6.3.1
Stable tag: 1.4.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

No More Bots is a WordPress plugin that allows users to select specific pages where they have submission forms (login, register, contact, etc.). Once a page is selected, the plugin injects a honey pot field that traps bots. Once a bot is detected, its IP address will be blocked for a specified period of time (Blocked Duration) set by the user in the admin area.

== Description ==

No More Bots is a simple yet effective solution for blocking bots and preventing spam submissions on your website. With No More Bots, you can select the pages that require protection and the plugin will automatically add a honeypot field to those pages to trap bots.

No More Bots is easy to use and highly customizable. You can set the Blocked Duration for blocked IPs and manage blocked IP addresses in the WordPress options table.

== Screenshots ==

1. No More Bots Settings for admins
2. Fake honeypot field generated to trap bots

== Installation ==

Upload the no-more-bots folder to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Go to the No More Bots settings page in the WordPress admin area under "Settings" and select the pages that require protection.
== Frequently Asked Questions ==

= How does No More Bots work? =

No More Bots adds a honeypot field to your selected pages, which is hidden from users but visible to bots. When a bot fills in the honeypot field, its IP address is added to the list of blocked IPs for the duration set by the user in the admin area.

= Can I customize the Blocked Duration? =

Yes, you can set the Blocked Duration for blocked IPs in the WordPress admin area.

= How do I manage blocked IP addresses? =

Blocked IP addresses can be managed in the WordPress options table.

== Changelog ==

= 1.4.1.2 =
* Fix a bug with loading CMS options.

= 1.4.1.1 =
* Fix a bug with honeypot fields jail.

= 1.4.1 =
* Fix a bug with disabling direct browser requests to wp-login.php

= 1.4.0 =
* Add "Remote" module, that disables remote access to the wp-login.php file.

= 1.3.0 =
* Disabled OTP by default.
* Re-structured OTP to inject the HP field directly into the form on the server level, instead of using JS.

= 1.2.0 =
* Added OTP (One time passwords).
* Added WP forms support for Honeypot fields and OTP.

= 1.0.1 =
* Updated the tested up to version to 6.3
* Updated minimum PHP version to 7.4

= 1.0.0 =
Initial release.


