WP-MoniTee

Plugin Banner

WP-MoniTee

by SamRay1024

Download
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).

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.
  1. The widget in the sidebar of the site

    The widget in the sidebar of the site

  2. Configure via the Widget...

    Configure via the Widget...

  3. ...or via the options page.

    ...or via the options page.

Question ?

Answer.

09/04/2009 – 1.0.1

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