What this solution does
This module extends the standard Stop-list functionality within the Web Analytics system. It adds the ability to display the visitor count for a specific IP address, along with comment and message columns that are not available in the default version. This is necessary because most blocked IP addresses are dynamic, meaning other innocent users may access the site from the same address. A high visitor count indicates a need to review the Stop-list entry. A visitor is defined as a single browser or any other program accessing the site.
Note that visitor counts are stored in the database for a limited period (3 days by default), so the data is only valid for that timeframe.
Under certain conditions, such as large data volumes or MyISAM table types, displaying counters may take significant time. In such cases, it is recommended to change the table storage type, optimize the tables, and configure the server.
General iT can install and configure this module and check how it works on your website.