PDA

View Full Version : Display game server status using HTML


BustaCap
04-11-2004, 09:12 PM
I run a couple of game servers and would like to display the status of the servers in a vb forum. I've enabled HTML for that particular forum but it doesn't work. The code is:

<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->

<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=51967">
</SCRIPT>
<!-- SERVERSPY GAME CODE END -->

If I save the above as index.html and launch that file it displays the stats correctly. Any idea how I can get the code to work (display the server status) within vB?

NTLDR
04-11-2004, 09:14 PM
vB won't allow JS even if HTML is enabled as it can easily be used to exploit your forums.

BustaCap
04-11-2004, 09:28 PM
K, thanks for the info.