• 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!

players online and servers status

dydocan

dydocan
Joined
Jul 2, 2010
Messages
95
Reaction score
0
PHP:
<?PHP if($config['status']['serverStatus_online'] == 1) echo '<font color="limegreen"><b>Server Online</b></font>'; else echo '<font color="red"><b>Sever Offline</b></font>'; ?><br />
									
<?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_players'].''; else echo '0'; ?><br />

Well that codes shows how many players are online and shows the server status but I want to control the place of where it shows how do I do that. I have an image and I want it to show how many players are online on that image how do I do that?
 
Back
Top