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

AAC Znote AAC How can i put online players?

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
HI! I'm using znote layout immortal, how can i put it on the web?
1570322493964.png
 
Solution
Replace X with:
PHP:
<?php echo user_count_online(); ?>

layout/topmenu.php:
HTML:
<li><a href="onlinelist.php" direct="0"><?php echo user_count_online(); ?> players online</a></li>
Replace X with:
PHP:
<?php echo user_count_online(); ?>

layout/topmenu.php:
HTML:
<li><a href="onlinelist.php" direct="0"><?php echo user_count_online(); ?> players online</a></li>
 
Solution
Back
Top