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/
- Unzip
server-up
and upload the contained files to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
Add the sidebar widget
- Install the
Server-Up
widget through the 'Design -> Widgets' menu in WordPress
(Optional, for advanced users) Add
serverup
to a post or a page
- Type
[serverup]
into a post's or a page's body text.
(Optional, for advanced users) Add
serverup
to a template
- Enter
<?php echo do_shortcode('[serverup]'); ?>
into a suitable template file.