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

[Znote AAC] Naxtie Layout 2

How do i change loralia.eu 7171 8.60...etc ?

Go to UniServer > www > layout > widgets & open the file called serverinfo.php and replace all the code inside it with this:

PHP:
<div class="sidebar">
    <div class="inner">
            <img src="layout/images/newonline.png" width="89" height="27"/>
            <li><a href="onlinelist.php">Players Online: <?php echo user_count_online();?></a></li>
            <li>IP: <?php echo $_SERVER['SERVER_NAME']; ?></li>
            <li>Port: 7171</li>
            <li>Client: <a href="downloads.php">8.60</a></li>
                    <!-- <img src="layout/images/offline.png" width="102" height="27"/> -->
            <!-- <li>Client: 9.52</li> -->
    </div>
</div>

It will automatically change the IP adress to the one you are using

By Naxtie
 
I would appreciate if a Mod could update the main post with this:

Go to UniServer > www > layout > widgets & open the file called serverinfo.php and replace all the code inside it with this:


PHP:
<div class="sidebar">
    <div class="inner">
            <img src="layout/images/newonline.png" width="89" height="27"/>
            <li><a href="onlinelist.php">Players Online: <?php echo user_count_online();?></a></li>
            <li>IP: <?php echo $_SERVER['SERVER_NAME']; ?></li>
            <li>Port: 7171</li>
            <li>Client: <a href="downloads.php">8.60</a></li>
                    <!-- <img src="layout/images/offline.png" width="102" height="27"/> -->
            <!-- <li>Client: 9.52</li> -->
    </div>
</div>
It will automatically change the IP adress to the one you are using
 
I would appreciate if a Mod could update the main post with this:

Go to UniServer > www > layout > widgets & open the file called serverinfo.php and replace all the code inside it with this:


PHP:
<div class="sidebar">
    <div class="inner">
            <img src="layout/images/newonline.png" width="89" height="27"/>
            <li><a href="onlinelist.php">Players Online: <?php echo user_count_online();?></a></li>
            <li>IP: <?php echo $_SERVER['SERVER_NAME']; ?></li>
            <li>Port: 7171</li>
            <li>Client: <a href="downloads.php">8.60</a></li>
                    <!-- <img src="layout/images/offline.png" width="102" height="27"/> -->
            <!-- <li>Client: 9.52</li> -->
    </div>
</div>
It will automatically change the IP adress to the one you are using

in the ip addres appear me localhost. How I get my no-ip in the ip adress
 
That should be fixed in the newer version of Znote AAC, right?
 
How does it align to make it flush with the table at the bottom?
1ci1c9.jpg
 
This maybe? :p

Code:
#menu_container { 
  float: left;
  width: 1105px;
  margin: 0 auto  0 auto;
}

- - - Updated - - -

Make it float: center
 
I can't find float, height width:
Code:
    <div id="menu_container">
     <?php include 'layout/menu.php';?>
    </div>
only this..
 
Can't edit post. This don't work either:
[CODE
<div id="#menu_container {
float: center;
width: 1105px;
margin: 0 auto 0 auto;
}">[/CODE] I don't know php at all xd
 
Back
Top