PDA

View Full Version : XML Statistics - anymore?


Bluestonegames
19th July 2003, 14:47
Hi folks,
I've succesfully managed to implement the current XML statistics in ASP. However, this only works when i'm online and I've got the server running. When it's not online, because the asp doesn't know what to do, it just displays an error page.

Isn't there another XML statistic that finds out whether the server is connected or not? That way I can display an 'offline' message, as I can't be online 24 hours a day :P.

Observe...

http://www22.brinkster.com/xinginteractive/serverstatus.asp

Many thanks,

- Luke

FesterHead
19th July 2003, 16:20
Try this thread (http://forums.winamp.com/showthread.php?s=&threadid=140767) for other ASP options.

Have you tried wrapping some sanity checks around the server call?

Bluestonegames
19th July 2003, 16:34
What are sanity checks? :S

FesterHead
19th July 2003, 16:35
If (server not opened)
output server down message
Else
gather DNAS XML statistics
massage
output

Bluestonegames
19th July 2003, 16:45
Sorry, I'm not very good with ASP. Is that the actual code I should use?

FesterHead
20th July 2003, 04:18
No. That is an algorithm.

Implementation is up to the programmer in the target language.