WatchMan-Site7

Описание

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.
4. 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).
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.
12. admin console to run commands PHP and WordPress.
13. debug_log viewing the WP, PHP debug log of site.

Домашняя страница плагина

Демо видео — [RU]

Документация программиста

Документация пользователя

You can send a letter to the developer at: klenitskiy.oleg@mail.ru

Перечень свойств:

  1. Фильтры I уровня: по ролям, по дате, по странам.
  2. Фильтры II уровня: Все визиты(кол-во), Незарегистрированные(кол-во), Зарегистрированные(кол-во), Ошибки регистрации(кол-во), Посещения роботов(кол-во), Посещения из Черного списка(кол-во).
  3. Report of selected site visit records
  4. Автоматическое усечение журнала посещений
  5. Редактор файла: index.php
  6. Редактор файла: robots.txt
  7. Редактор файла: .htaccess
  8. Редактор файла: wp-config.php
  9. Управление cron — событиями сайта
  10. Статистика посещений сайта
  11. Встроенная консоль для управления средой WordPress.
  12. Виджет: количество посещений сайта с автоматическим обновлением данных о посещениях
  13. Общая информация об IP посетителя
  14. Black list of visitors and blocking the IP, or user name, or user agent for the selected period of time
  15. Автоматическое обновление основного экрана плагина в процессе посещений сайта с использованием технологии SSE

Переводы:

  • Английский [en_EN]
  • Русский [ru_RU]

Скриншоты

  • Страница Основные настройки плагина
  • Параметры экрана доступны в верхней части этой страницы плагина
  • Соответствие информационной панели фильтрам II уровня
  • Пример работы с черным списком. IP-адрес посетителя автоматически вводится в .htaccess
  • Пример заполнения полей на странице Черный список для IP выбранного посетителя
  • Редактор файлов: index.php, robots.txt, .htaccess, wp-config.php.
  • Просмотр задач wp-cron
  • Статистика посещений сайта

Установка

  1. Install and activate like any other basic plugin
  2. Define basic plugin settings menu: Visitors/settings
  3. 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

Часто задаваемые вопросы

Question: How to use the SSE button?

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. 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.

Отзывы

16.03.2018 2 ответа
This plugin could be divided into several smaller plug-ins. But the author did it all in one. This is his right. I propose, in the info panel, on the main page of the plug-in to display next to the name of the mailbox, number of new, unread messages. In general, the plugin wery good!
10.03.2018 2 ответа
The plugin is interesting, with a rich set of functions. However, there are small bugs. When you send a message with an attachment, the message in the Sent Items folder is not saved. This plugin is waiting for a good future.
Посмотреть все 2 отзыва

Участники и разработчики

«WatchMan-Site7» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«WatchMan-Site7» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «WatchMan-Site7» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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

  • Улучшен интерфейс управления плагином. Добавлено звуковое оповещение.

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.

4.2.0

  • Refactoring codes.