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

Windows Znote ACC Template Problem

Try searching on the www/layout/widgets folder, there must be a serverinfo.php widget or rightmenu.php widget, and change it.
 
As @Tovar said inside /layout/widgets/ there is a file called serverinfo.php

Code:
<div class="statusbar">
   <div class="inner">
     <ul>
       <img src="layout/images/newonline.png" width="160" height="35"/>
       <li><a href="onlinelist.php"> <strong>Players Online: <?php echo user_count_online();?></a></li></strong>
       <li><strong>Ip: Rexonia.com</strong></li>
  <li><strong>Port: 7171</strong></li>
       <li><strong>Client: 8.60</strong></li>
           <!-- <img src="layout/images/offline.png" width="160" height="35"/> -->
       <!-- <li>Client: 9.52</li> -->
     </ul>
   </div>
</div>

Just change it to your IP and save it.
 
Back
Top