Linux 软件免费装
Banner图

Diagnostic Tool

开发者 devsupport@imreltd.co.uk
rbevan@restdeveloper.com
marcin@imre.co.uk
更新时间 2014年6月30日 22:25
PHP版本: 3.3 及以上
WordPress版本: 3.9.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail network smtp wp_mail mailer phpmailer dns diagnostic resolvers altered files

下载

1.0.4 1.0.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.6 1.0.7

详情介绍:

This plugin allows you to test... This plugin allows visibility of badly setup/very restrictive hosting, compromised hosting environments or anything that might affect wordpress functionality. Each logging function can be disabled in the Settings section of the plugin. If you believe you have having issues with WordPress that are intermittent or confusing, this plugin might help point out setup/hosting issues. The only overhead for running this plugin is... We have written this plugin to be light weight and not affect the normal user experience of using your wordpress install, but to help where things no longer make sense. We have taken the most common problems we have with WordPress and created simple tests for each problem. Support issues Please use the plugin support section.

安装:

  1. Upload the plugin to the /wp-contents/plugins/ folder.
  2. Activate the plugin from the 'Plugins' menu in WordPress.
  3. Diagnostic Tool menu option will become available in the main menu. No configuration is needed.
  4. Optionally disable any logging functionality you are not interested in under the Settings sub menu option.

屏幕截图:

  • Screenshot of the Overview page, showing the cron job interval and the next expected run time.
  • Screenshot of Altered Files page, showing ALTERED, ADDED and DELETED files in the WordPress base dir.
  • Screenshot of Email Testing, showing a successful test to demo@mywwwsupport.com. Also showing other wordpress plugins (never this plugin) that uses wordpress hooks to alter email functionality. Also scans the plugins directory for direct calls to mail() or wp_mail(). Full description availble on this page as to why this is important.
  • Screenshot of Outbound Connections, showing a successful test to http://www.google.com. Also showing a log of any other outbound http or https connections made via wordpress. Full description of other tranports methods that other plugins (never this plugin) may use and can cause issues.
  • Screenshot of DNS Resolver, showing your DNS Resolvers and Search Domains. Also showing a successful test DNS lookup to www.google.com.
  • Screenshot of Settings, showing the ability to disable the "Altered Files" check or "Outgoing Connections" logging.

常见问题:

Will the plugin work with versions prior to 3.3?

I have not tested the plugin with a WordPress version lower than 3.3 so it might or it might not work. You can give it a try.

What is the overhead for running this plugin?

We have written this plugin to be light weight and not affect the normal user experience of using your wordpress install, but to help where things no longer make sense. We have taken the most common problems we have with WordPress and created simple tests for each problem.

How do I check the plugin has been removed correctly

Not every relationship works. Any feedback would be appreciated. The plugin stores data only in TABLE_PREFIX_options table. select option_name, SUBSTR(option_value, 1, 100) FROM wp_options WHERE option_name LIKE '%diagnostic_tool%'; select option_name, SUBSTR(option_value, 1, 100) FROM wp_options WHERE option_name LIKE 'cron' AND option_value LIKE '%diagnostic_tool%'; Note wp_options is likely to be different on your install. Both options should return 0 rows.