• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Site says Offline, but server is online!

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.

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
 
Back
Top