Dylanaw
Godly Member
- Joined
- Feb 18, 2009
- Messages
- 473
- Reaction score
- 10
Hello there,
I got a problem.
My server is online.
But the website says it is offline..
I waited over 24 hours. It doesn't say online.
I wan't to know how to fix this problem.
I found a Server status part in my index.tpl of the template i use.
And no i won't change it by hand everytime i put the server offline/online.
I use ModernACC, Template: Worgen
Thanks in advance.
Dylanaw
I got a problem.
My server is online.
But the website says it is offline..
I waited over 24 hours. It doesn't say online.
I wan't to know how to fix this problem.
I found a Server status part in my index.tpl of the template i use.
LUA:
<div class="header">Server Status</div>
{foreach from=$worlds key=id item=world}
<div>
<b>World:</b> {$world} <br />
<b>Status:</b>
{if $serverOnline[$id]}
<span style="color: green;font-weight: bold;">Online</span><br />
<b>Uptime:</b> {$serverUptime[$id]} <br />
<b>Players:</b> {$serverPlayers[$id]}/{$serverMax[$id]}<br /><br />
{else}
<span style="color: red;font-weight: bold;">Offline</span>
{/if}
</div>
{/foreach}
And no i won't change it by hand everytime i put the server offline/online.
I use ModernACC, Template: Worgen
Thanks in advance.
Dylanaw