توضیحات
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 :
- Name of the server
- Current map
- Current game type (DM, TDM or CTF)
- Number of players in game
- 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 :
- Widget title
- Servers list to monitor
- 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 :
- Upload all the files (except the licence and screen shots files) to the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Place the widget in your sidebar or put
<?php wp_monitee(); ?>in your templates.
سوالات متداول
Question ?
Answer.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“WP-MoniTee” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “WP-MoniTee” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
09/04/2009 – 1.0.1
- Fixed : style compatibility problem of the widget (onWidgetEcho).