Linux 软件免费装

Observer

开发者 anukit
更新时间 2016年4月2日 08:45
PHP版本: 3.0 及以上
WordPress版本: 4.5
版权: The MIT License
版权网址: 版权信息

标签

admin network multisite logging audit

下载

详情介绍:

Creates a log file for network/multisite super admin actions. The following actions are logged for Super Admin users. WordPress action names are listed in parenthesis: The following actions are logged for ANY user: Some actions that change data will show what the value was before and after. Below is an example of a log entry when the user 'smith' has changed the Network site name from "WP Local Network" to "WP Local Networks": [Tue, 03 Sep 2013 13:45:49 +0000] [smith:1] [update_site_option] [1] [site_name] [(WP Local Network)->(WP Local Networks)] [127.0.0.1] Each line in the log file will roughly follow the below example. Individual actions may log slightly different information, but the DATETIME, USERNAME, USER_ID, ACTION, and IP_ADDRESS sections should always be populated. [DATETIME] [USERNAME:USER_ID] [ACTION] [AFFECTED_OBJECT_ID] [DATA_TITLE_OR_KEY] [(VALUE_BEFORE)->(VALUE_AFTER)] [IP_ADDRESS]

安装:

  1. Upload Observer to the /wp-content/plugins/ directory.
  2. Define the 'OBSERVER_LOG' constant in your wp-config.php file. Example: define('OBSERVER_LOG', '/var/log/wordpress_observer.log');
  3. Network Activate the plugin through the 'Plugins' menu in the Network Plugins interface.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0.0