>> Sites generating 10k/hits a day or more most contact me before using this script <<
This HTML/Javascript can be dropped into any web page for server status with a 1-2 min delay.
The following code produces the status below
<table><tr><td width=200>
<script src="http://daoc.catacombs.com/js_daoc_status.cfm"></script>
</td></tr></table>
If you want two rows you can use the snippet below
<table><tr><td width=300>
<script src="http://daoc.catacombs.com/js_daoc_status.cfm?rows=2"></script>
</td></tr></table>
Colors are controlled by the style "serverstatus". If serverstatus is not defined it uses the pages default colors (usually black on white).
For example, this makes the serverstatus font very large and red.
<style>
.serverstatus {
font-family: verdana, helvetica;
font-size: 20pt;
color: red;
}
</style>
If you have any further questions or plan on using this code email me at scarab@catacombs.com.
|