Re: XWIS Renegade Advanced Online List [message #218828 is a reply to message #217724] |
Mon, 11 September 2006 14:47 |
vloktboky
Messages: 290 Registered: February 2003 Location: Kentucky, USA
Karma:
|
Recruit |
|
|
It would have to be something that is very clean and contains nothing but raw data with a stagnant format. Something that, say, a server host who also operates a website for their server can easily download and parse in a very straight-forward fashion to get only the data related to their server's current status and show only that. Something like:
<WOL_Status>
<ServerList>
<Server Host=aaaaHost1>
<Description>[MYBOT] AOW Server #1!!!</Description>
<Players>8</Players>
<MaxPlayers>10</MaxPlayers>
...(Other data)...
</Server>
<Server>...(Other Server Entry)...</Server>
</ServerList>
<PlayerList>
<[SomePlayersName] Location=aaaHost1>
...(Other Data)...
</[SomePlayersName]>
</PlayerList>
</WOL_Status>
You could even throw in something that pertains to the chat rooms or what have you.
[Updated on: Mon, 11 September 2006 14:47] Report message to a moderator
|
|
|