yea i want to know how to change that also and would like to know how to link server status on site also
for server status, the best i found was to simply set up an iFrame...
If you are site admin, go to settings > Layout > .... for your desired page layout make a HTML block, and copy the following code..
For server status..
<iframe src="
http://epicpw.com/server.php" style="border:0px #cc66cc;" name="Server Status" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="13%" width="100%"></iframe>
For GM status...
<iframe src="
http://epicpw.com/staff.php" style="border:0px #cc66cc;" name="Server Status" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="12%" width="100%"></iframe>
make two separate html blocks for either staff or server status..
this should work..