This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-MoniTee

Description

WP-MoniTee allows you to monitor a Teewordls server (one or more). The plugins provides you a widget to add in your sidebar. If your theme supports dynamic sidebar, you can add it in the
Appearance > Widgets menu. If not, you can use the PHP tag <?php wp_monitee(); ?> inside a template PHP file.

For each server, the widget show :

  1. Name of the server
  2. Current map
  3. Current game type (DM, TDM or CTF)
  4. Number of players in game
  5. Number of players allowed on the server

You can configure the widget directly from the widget options or from the dedicated options page.

The available options are :

  1. Widget title
  2. Servers list to monitor
  3. Minimum time in secondes between two requests to the Teeworlds server : the server informations are stored in database. For each page served, the plugin checks if the informations are out-of-date. There are considered as is if the difference between the stored time and the current time is greater than the number of seconds you’ll set (15 per default).

Screenshots

  • The widget in the sidebar of the site
  • Configure via the Widget...
  • ...or via the options page.

Installation

The installation is really simple. Either you install it automatically from your administration panel or you install it manually :

  1. Upload all the files (except the licence and screen shots files) to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Place the widget in your sidebar or put <?php wp_monitee(); ?> in your templates.

FAQ

Question ?

Answer.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-MoniTee” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-MoniTee” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

09/04/2009 – 1.0.1

  • Fixed : style compatibility problem of the widget (onWidgetEcho).