HEX
Server: Apache
System: Linux localhost.localdomain 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: web57 (5040)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/clients/client6/web57/web/wp-content/plugins/WP Login Guard/readme.txt
=== WP Login Guard ===
Contributors: wpdefenderstudio
Tags: login security, brute force protection, hide login, limit login attempts, security, bot protection, wp-login, login guard
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 5.6
Stable tag: 1.2.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight protection against brute-force login attacks, login page hiding, and basic bot filtering.

== Description ==

WP Login Guard is a simple, no-configuration security plugin that helps protect your WordPress site from automated login attacks. It limits login attempts, hides the default wp-login.php page from unauthorized users and bots, and filters common crawler User-Agents. Zero database usage, minimal code footprint, works on PHP 5.6+.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin through the 'Plugins' screen in WordPress
3. No settings page — protection starts immediately

== Changelog ==

= 1.2.5 =
* Improved User-Agent bot filtering patterns
* Optimized probabilistic activation logic
* Better PHP 8.3 compatibility

= 1.2.4 =
* Added small randomized delay before protection activation
* Enhanced cookie handling for logged-in users

= 1.2.0 =
* Public release with core login hiding and attempt limiting
* Full compatibility with WordPress 6.0+

= 1.0.0 =
* Initial version and internal testing

== Frequently Asked Questions ==

= Does this plugin change the login URL? =
Yes — it hides the standard wp-login.php from non-logged-in visitors and most bots.

= Are there any settings to configure? =
No. The plugin is designed to be "set and forget" for maximum simplicity.

= Is it compatible with very old PHP versions? =
Yes — written without any modern PHP features, works on PHP 5.6 and newer.

== Upgrade Notice ==

= 1.2.5 =
Recommended update — includes better bot detection and performance improvements.