This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Plugin - Status
The Status Plugin will write an XML file with player information and server settings periodically.
Configuration
<configuration plugin="status">
<settings name="settings">
<set name="interval">60</set>
<set name="output_file">~/status.xml</set>
</settings>
</configuration>
- interval: defines the delay in seconds between two writes.
- output_file: defines where to write the file on the filesystem.
If you are using Microsoft Windows operating system, your config file shoud look like :
<configuration plugin="status">
<settings name="settings">
<set name="interval">60</set>
<set name="output_file">c:/wamp/www/status.xml</set>
</settings>
</configuration>






