Server Status Feed
A simple server status "feed" has been setup so external sites may grab the
data without having to parse/copy the entire HTML status page. The size of the data
is kept to a minimum so that it doesn't waste bandwidth, and has a common separator
so that each field can be referenced easily.

I'm not going to go into every conceivable way of getting the data onto your sites,
as theres probably hundreds of different website modules to cover. The basic idea is
that you parse http://mmodata.org/rfo/status/feed.txt at a minimum of every 60 seconds,
as that is the frequency the data is updated so there is no point trying to spam it.
Any servers found to be fetching the data more than once a minute will be filtered

The data is broken down into 4 sections for now, each line having the following fields:

  type|name|status|information

  type can be one of:
	L: Login Server
	P: Patch Server
	G: Game Server
	S: Status Information

  name is self explanitory

  status is either 0 for down, for 1 for up

  information contains a more detailed overview of the status
  (for the "updated" field this is a UNIX timestamp format)