Admin server info improvements and minor font tag corrections.

Thanks to Trance.
This commit is contained in:
MobiusDevelopment
2021-11-12 02:33:59 +00:00
parent e8b65912f4
commit 2988292540
328 changed files with 4620 additions and 2294 deletions

View File

@@ -45,7 +45,7 @@
</table>
<font color="aadd77">Maintenance</font>
<table width=240><tr>
<td><button value="Stats" action="bypass -h admin_stats" width=80 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Server Info" action="bypass -h admin_serverinfo" width=80 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Login" action="bypass -h admin_server_login" width=80 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Shutdown" action="bypass -h admin_server_shutdown" width=80 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td></td>

View File

@@ -0,0 +1,129 @@
<html>
<title>Admin Server Info</title>
<body>
<center>
<table width=270>
<tr>
<td width=40><button value="Main" action="bypass admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td width=180>
<center>Server Info</center>
</td>
<td width=40><button value="Back" action="bypass admin_admin4" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr>
</tr>
</table>
<br>
<font color="LEVEL">Memory:</font>
<br1>
<table width="270" border="0" bgcolor="000000">
<tr>
<td>Used Memory:</td>
<td><font color="00FF00">%usedMem%</font></td>
</tr>
<tr>
<td>Free Memory:</td>
<td><font color="00FF00">%freeMem%</font></td>
</tr>
<tr>
<td>Total Memory:</td>
<td><font color="00FF00">%totalMem%</font></td>
</tr>
</table>
<br>
<font color="LEVEL">Threads:</font>
<br1>
<table width="270" border="0" bgcolor="000000">
<tr>
<td>Live:</td>
<td><font color="00FF00">%live%</font></td>
</tr>
<tr>
<td>Non-Daemon:</td>
<td><font color="00FF00">%nondaemon%</font></td>
</tr>
<tr>
<td>Daemon:</td>
<td><font color="00FF00">%daemon%</font></td>
</tr>
<tr>
<td>Peak:</td>
<td><font color="00FF00">%peak%</font></td>
</tr>
<tr>
<td>Total started:</td>
<td><font color="00FF00">%totalstarted%</font></td>
</tr>
</table>
<br>
<font color="LEVEL">Garbage Collector:</font>
<br1>
<table width="270" border="0" bgcolor="000000">
<tr>
<td>Type:</td>
<td><font color="00FF00">%gcol%</font></td>
</tr>
<tr>
<td>Count:</td>
<td><font color="00FF00">%colcount%</font></td>
</tr>
<tr>
<td>Time:</td>
<td><font color="00FF00">%coltime%</font></td>
</tr>
</table>
<br>
<font color="LEVEL">Players:</font>
<br1>
<table width="270" border="0" bgcolor="000000">
<tr>
<td>Total players count:</td>
<td><font color="00FF00">%onlineAll%</font></td>
</tr>
<tr>
<td>Offline trade count:</td>
<td><font color="00FF00">%offlineTrade%</font></td>
</tr>
<tr>
<td>Online GM count:</td>
<td><font color="00FF00">%onlineGM%</font></td>
</tr>
<tr>
<td>Real player count:</td>
<td><font color="00FF00">%onlineReal%</font></td>
</tr>
</table>
<br>
<font color="LEVEL">General:</font>
<br1>
<table width="270" border="0" bgcolor="000000">
<tr>
<td>OS:</td>
<td><font color="00FF00">%os_name%</font></td>
</tr>
<tr>
<td>OS version:</td>
<td><font color="00FF00">%os_ver%</font></td>
</tr>
<tr>
<td>Server slots:</td>
<td><font color="00FF00">%slots%</font></td>
</tr>
<tr>
<td>Server UpTime:</td>
<td><font color="00FF00">%serverUpTime%</font></td>
</tr>
<tr>
<td>Server Time:</td>
<td><font color="00FF00">%serverTime%</font></td>
</tr>
<tr>
<td>Game Time:</td>
<td><font color="00FF00">%gameTime% (%dayNight%)</font></td>
</tr>
<tr>
<td>Pathfinding:</td>
<td><font color="00FF00">%geodata%</font></td>
</tr>
</table>
</center>
</body>
</html>

View File

@@ -1,5 +1,5 @@
<html><body><br>
<font color="LEVEL">[Manage Clan Hall Facilities]<font><br><br>
<font color="LEVEL">[Manage Clan Hall Facilities]</font><br><br>
<CENTER>
<button value="Recovery" action="bypass -h npc_%objectId%_manage recovery" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"><br>
<button value="Other" action="bypass -h npc_%objectId%_manage other" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"><br>