Update of /cvsroot/wpdev/xmlscripts/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8193/web
Modified Files:
status_template.html
Log Message:
Invis GMs are not shown on server status anymore (fix)
Index: status_template.html
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/web/status_template.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** status_template.html 14 Oct 2004 22:51:42 -0000 1.4
--- status_template.html 15 Oct 2004 16:59:04 -0000 1.5
***************
*** 80,85 ****
<table width="530" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
- <td width="520"><strong>Connected Accounts:</strong> <%=wolfpack.sockets.count()%> of <%=wolfpack.accounts.count()%><br />
- <br />
<%
socket = wolfpack.sockets.first()
--- 80,83 ----
***************
*** 92,95 ****
--- 90,95 ----
nextsocket = wolfpack.sockets.next()
%>
+ <td width="520"><strong>Connected Accounts:</strong> <%=count_players%> of <%=wolfpack.accounts.count()%><br />
+ <br />
<strong>Player Characters:</strong> <%=count_players%> <br />
<strong>NPCs:</strong> <%=wolfpack.npccount()%> <br />
|