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)