Descripción
The plugin keeps a log of site visits, both by humans and by robots.
The main functions of the plugin are:
1. Records the date and time of visiting the site, where the visitor came from, which page he visited, the visitor’s browser.
2. Records the result of the visit: without login, with login, successful login, unsuccessful login, the visitor belongs to the black list.
3. Geographic location of the site visitor, country, city of the site visitor.
4. Automatic and manual blacklisting of a visitor with simultaneous blocking of access to the site for a certain period of time.
5. Export of records of site visits to an external file for further analysis.
6. Automatic screen refresh mode using SSE technology (server-sent events).
7. Analyzes attacks aimed at the site. Automatic protection against brute-force attacks.
8. System file editor: index.php, robots.txt, htaccess, wp-config.php
9. Displaying and Deleting cron events.
10. Statistics of site visits in tabular and graphical form.
11. SMA – Simple Mail Agent, which manages the mailboxes of your site, as well as mail.ru, yandex.ru, yahoo.com, gmail.com
12. admin console to run commands PHP and WordPress.
13. debug_log viewing the WP, PHP debug log of site.
You can send a letter to the developer at: klenitskiy.oleg@mail.ru
Features include:
- Filters I level: by date, by country, by visitor’s roles
- Filters II level: by logged, by unlogged, by login errors, by visits of robots, by visitors from the black list
- Export into custom CSV file
- Log auto-truncation
- File editor: index.php
- File editor: robots.txt
- File editor: .htaccess
- File editor: wp-config.php
- Manage cron – events of site
- Statistics of visits to the site
- Built-in console for managing WordPress environment.
- Widget: site visits count with automatic update of visits data
- Geolocation of visitors to the site (only by the HTTPS protocol)
- Information about the IP of the visitor
- Black list of visitors and blocking the IP, or user name, or user agent for the selected period of time
- Automatic updating of the list of site visits using SSE technology
- SMA – Simple Mail Agent, managing the mailboxes of your site, as well as mail.ru, yandex.ru, yahoo.com, gmail.com
- Google reCAPTCHA.
Translations:
- English [en_EN]
- Russian [ru_RU]
Capturas
Screen basic settings of the plugin Screen basic settings of the plugin (continue). Insert only your key for the Google Maps API KEY field, which you will receive by clicking on the link: https://console.developers.google.com/apis/credentials Setting up IMAP and SMTP access to mailboxes Example of registering and receiving a Google Maps API key Screen Options are available at the top of the this plugin page Compliance of the information panel with filters II level An example of working with a black list. The visitor's IP is automatically entered in .htaccess Example of filling in the fields Black list for selected visitor's IP File editor for: index.php, robots.txt, .htaccess, wp-config.php Viewer wp-cron tasks Statistic of visits to site Geolocation of visitor to site Managing the mailbox from this plugin
Instalación
- Install and activate like any other basic plugin
- Define basic plugin settings menu: Visitors/settings
- Click on the Screen Options tab to expand the options section. You’ll be able to change the number of results per page as well as hide/display table columns
Preguntas frecuentes
-
Question: When you change the WHO-is service provider, the info panel shows not all the statistics of visits to your website. Why?
-
The answer: Replace WHO-is provider need to spend as little as possible. First, you loop through each to determine the correctness of the information provided by the provider. The accuracy of the information about visitors, unfortunately, is different and depends on the region of residence of visitors. Therefore, select the best provider from four submitted for your area and use it. In the event of an accidental denial of service provider WHO-is service, proceed to another provider.
-
Question: After the visitor’s IP is on the Black List, what happens next?
-
The answer: The plugin remembers your blocking decision and automatically enters a blocking entry in htaccess when it’s time to start blocking. Then, when it’s time to end the lock, the plug-in removes the blocking entry from the htaccess. However, a record of this IP is stored in the database. And when, after some time, this visitor will go to your site, his IP will be marked in red. Although the visitor will walk quietly through your pages. the expiration date has expired. By the way, you can not delete this entry until you clear the Black list field. Then you can safely delete this entry or it will be automatically deleted when the visitor log is truncated automatically.
-
The answer: In the modal window, a list of cron-events appears, which work on your site. You can click the – refresh button. After 20 seconds the list will be updated. If you bring the cursor to the cell – Source task, a context line will appear with the full path to the file – the source of this event. There are bad plugins, when they are deleted, there are stray events. You can see and delete them.
-
Question: Why, sometimes when working on the main page of the plugin displays a message: an Error in establishing a connection to the database?
-
The answer: This situation may occur when SSE mode is enabled. Disable this mode, do the rest of your work on the plugin page and re-enable SSE mode if you need it. This message, although unpleasant, will not happen in a bad situation. When SSE mode is enabled, the plugin makes one query per 10 seconds to the database. And in that moment, when you give a team – WordPress can’t execute two commands at the same time. But I repeat-a bad situation will not happen.
-
The answer: The SSE function in the plugin should be used in cases when you want to WATCH for the arrival of new visitors to the site or for the receipt of new emails in the mailbox. In another case, when you want to perform some actions on the plugin page (for example: delete records using bulk actions), it is recommended before starting these steps to disable SSE. And then, when you’ve done your job, you can re-enable SSE to dynamically retrieve data.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores"WatchMan-Site7" ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce "WatchMan-Site7" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
3.1.1
- Added to profile: country, city of registered user.
3.1
- Stable version of the plugin. Tested with WordPress 5.1
3.0.4
- Improved plugin control interface. Added sound notification.
3.0.3
- Eliminated plugin vulnerability discovered by WordPress developers. Previous versions of the plugin have been removed from the repository by the plugin developer.
4.0.0
- Refactoring code.
4.1.0
- Improved page wms7_black_list of plugin.