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

Uptime

Venn

Member
Joined
Aug 16, 2009
Messages
547
Reaction score
20
Hello i need up time script and how much players are online, monsters and what online record is.
also is u click record u go to record list.

now it look like this:
Code:
<div style="margin-top: 1px;" class="menuFotR">

                    </div>
                    <div style="margin-top: 7px;" class="buttonStatus">
                    </div>

                    <div style="margin-top: 40px;" class="menuUpR">
                    </div>
                    <div style="margin-top: 46px;" class="menuTopR">
                        <div class="menuText">
                            <a href="?subtopic=whoisonline">
<?PHP
    if($config['status']['serverStatus_online'] == 1)
        echo 'Players: <div id="players" style="display: inline;">0 </div>/'.$config['status']['serverStatus_playersMax'].'';  
    
elseif($config['status']['serverStatus_online'] == 0)
                echo '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OFFLINE'; 
else
echo 'Error.';

            ?> </a>                        </div>
                    </div>
                    <div style="margin-top: 72px;" class="menuMiddle1R">
                        <div class="menuText">
                        <a href="?subtopic=records"></div>
                    </div>
                    <div style="margin-top: 97px;" class="menuMiddle2R">
                        <div class="menuText"><?PHP echo 'Uptime: '.$config['status']['serverStatus_uptime'].''; ?></div>
                    </div>
                    <div style="margin-top: 122px;" class="menuBottomR">
                        <div class="menuText"><?PHP echo 'Monsters: '.$config['status']['serverStatus_monsters'].''; ?></div>
                    </div>
                    <div style="margin-top: 146px;" class="menuFotR">

                    </div>
                    <div style="margin-top: 152px;" class="buttonAccount">
                    </div>
                    <div style="margin-top: 185px;" class="menuUpR">
                    </div>
                    <div style="margin-top: 191px;" class="menuTopR">
                    <div class="menuText"><a href="?subtopic=createaccount">Create Account</a></div>
                    </div>

                        
                    <div style="margin-top: 217px;" class="menuMiddle1R">
<?
and it want work
n6aww8.jpg


also offline and online is bugged :(
 
Last edited:
I was asking weather it was Gesior or Modern AAC, they both have a different type of coding... So, if it was Gesior it would be something different, unless it was modern... My post was a Question, not something useless..
 
Back
Top