• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Status

Status
Not open for further replies.
How do you get the layout to work?! When I try to use that layout I get this error; Template could not be loaded. Err code: 135604042010

Is it for modern? O.o xd

Oh it was Gesior... T.t
 
Last edited by a moderator:
PHP:
                                    <?PHP
                                if($config['status']['serverStatus_online'] == 1)
                                    echo '<img src="online.png">';
                                else
                                    echo '<img src="offline.png" width="143px" height="40px">';
                            ?>
 
PHP:
                            <div id="icon-status"></div>
                                Status
                        </div>
                    </div>
                    <div class='bg1'>
                                    <?PHP
                                if($config['status']['serverStatus_online'] == 1)
                                    echo '<img src="online.png">';
                                else
                                    echo '<img src="offline.png" width="143px" height="40px">';
                            ?>
 
Status
Not open for further replies.
Back
Top