Love using this plugin?
Why don’t you compare the plugin side by side
with another plugin
Simple, efficient, ad- and bloatfree plugin for testing whether or not a given server address is up for just you, or everyone else on a given port and protocol. Servers & services are checked in real-time whenever a user requests to view the page where the shortcode is inserted. Intuitive interface, makes is really easy to maintain servers & services to check. You have the ability to filter/hook the message displayed to the user through functions.php in your theme folder. add_filter( "atr_server_success_message", function($message, $server) { return $server->humanname." appears to be working alrstight."; }, 10, 2); add_filter( "atr_server_error_message", function($message, $server) { return $server->humanname." is down."; }, 10, 2); You can also use the filter “atr_perm_administer_servers” to alter the permission being used to check access rights. add_filter( "atr_perm_administer_servers", function( $permission ) { $permission = "editor"; return $permission; } ); Shortcode Examples Displays all servers entered in wp-admin [server-status] Display server by certain id [server-status id="X"] Display servers by multiple id’s [server-status id="X,X,X"] Excludes certain posts from display, only works if ‘id’ is not set. [server-status exclude="X"] Features Supports most common protocols (TCP, UDP, HTTP, HTTPS) (FTP is on the todo) Define a human friendly readable name for display Define hostname Define port Define timeout in seconds Define protocol Drag’n’drop ordering Edit and delete servers/services Shortcodes for checking one or more servers frontend...
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Total Downloads
Active Installation
On WordPress
Growth Rate
Support Thread
Ratings on WordPress
Downloads This Week
Ago Last Updated
Read more how WP Hive determines this data.
Powered by WP Hive
Powered by WP Hive
Subscribe to get more quality reviews and articles.
Stina Gunnarsdottir
Overall
Easy of Use
Features
Quality of Support
Value for Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.