|
|
|
|
|
|
|
Re: XWIS Renegade Advanced Online List [message #218012 is a reply to message #217724] |
Fri, 08 September 2006 06:42 |
desoLane
Messages: 10 Registered: August 2006 Location: Scotland
Karma: 0
|
Recruit |
|
|
Thanks for the input, keep the comments coming
The second link doesn't work for me :s. Yes, I would like to include the additional server info shown on the first link I can figure it out on my own, but if you know how the server string is setup, it would speed things up.
I have added a link for REN Servers. You can now click on either REN Servers for the server list or REN Players for a list of players and Servers.
I am investigating the options of using popups or collapsed/expanded lists to show additional info.
light wrote on Wed, 06 September 2006 18:31 | Serve XML, let users display it as they prefer.
Oh, and the ability to order by Players/Map would be nice.
|
Yes some ordering capabilities would be nice, I'll see what I can do there.
vloktboky wrote on Fri, 08 September 2006 06:49 | Keep what you've got there and serve it as well.
|
Not sure what you mean by serve it? Once the changes are complete and the pages are tested properly, I will ask to have the updated version uploaded to http://strike-team.net/xwis/onlinelist/.
Advanced Renegade Online Page
|
|
|
|
|
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: 0
|
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
|
|
|
|
|
|
|
|
|