Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] DmN MuCMS 1.1.8 Doesn't show online players

Newbie Spellweaver
Joined
Sep 11, 2018
Messages
29
Reaction score
1
only the online players dont work

Any1 can tell me why?

online - [Help] DmN MuCMS 1.1.8 Doesn't show online players - RaGEZONE Forums

As you can see, up the server shows the ranking ok,i even tested with the guild but ingame shows 0
And if you look down, in ranking the char has a green circle ( it's online )

so what seems to be the problem?



this is the side_bar_online.php
<% if(typeof online != 'undefined'){ if(online != false){%><table class="sidebar_rank" border="0"> <tr> <th>#</th> <th><%= App.lc.translate('Name').fetch() %></th> <th><%= App.lc.translate('Online Time').fetch() %></th> </tr> <% for(var i=0; i<online.length; i++) { %> <tr> <td><%= i+1 %>. <% if(config.online.display_country == 1) { %><span class="f16"><span class="flag <%= online.country %>"></span></span><% } %></td> <td><a href="<%= base_url %>character/<%= bin2hex(online.name) %>/<%= server_selected %>"><%= online.name %></a></td> <td><%= online.h %> <%= App.lc.translate('H').fetch() %> <%= online.m %> <%= App.lc.translate('Min').fetch() %></td> </tr> <% } %></table><% }else{%><div class="i_note"><%= App.lc.translate('No Players Found').fetch() %></div><%}} %>
 

Attachments

You must be registered for see attachments list
Back
Top