這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Server-Up for WordPress

外掛說明

Allows to show the status of a list of server as a Widget and a Shortcode.
The plugin tempts to connect to a specific port on a server (defined by address, or hostname).
If the connection fails, the plugin considers that the server is offline. Otherwise, the server is online.

Credits

Base on the work of jonesy44, aviable here : http://www.hawkee.com/snippet/5404/

Developer Notes

This is just an Beta, so dont cry if there are Problems! If you need help just write a mail to grousset.a@gmail.com, at least in english, in french, if possible.

In the future, i plan to add a automatic refresh on widget, with ajax.

安裝方式

  1. Unzip server-up and upload the contained files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Add the sidebar widget

  1. Install the Server-Up widget through the ‘Design -> Widgets’ menu in WordPress

(Optional, for advanced users) Add `serverup` to a post or a page

  1. Type [serverup] into a post’s or a page’s body text.

(Optional, for advanced users) Add `serverup` to a template

  1. Enter <?php echo do_shortcode('[serverup]'); ?> into a suitable template file.

常見問題集

Fail to install : I have notice a problem with the downloaded Zip-file in wordpress.org official site. I’m working on it. So, you can download the plugin at this location : http://www.eleyone.fr/wp-content/uploads/2012/06/server-up.zip

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Server-Up for WordPress〉的開發相關工作。

參與者

將〈Server-Up for WordPress〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • Adding visibility checkbox to the admin panel of server
  • Fixing icon display in serveur listing in admin panel
  • Fixing icon save when modify server

1.1

  • Changing HTML code for widget render and shortcode render.
  • Changing widget registering implementation to the WordPress v2.8 implementation.

1.0

  • First inoffcial Release