1 Attachment(s)
[Help] DmN MuCMS 1.1.8 Doesn't show online players
only the online players dont work
Any1 can tell me why?
Attachment 163749
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?
- - - Updated - - -
this is the side_bar_online.php
Quote:
<% 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[i].country %>"></span></span><% } %></td> <td><a href="<%= base_url %>character/<%= bin2hex(online[i].name) %>/<%= server_selected %>"><%= online[i].name %></a></td> <td><%= online[i].h %> <%= App.lc.translate('H').fetch() %> <%= online[i].m %> <%= App.lc.translate('Min').fetch() %></td> </tr> <% } %></table><% }else{%><div class="i_note"><%= App.lc.translate('No Players Found').fetch() %></div><%}} %>
Re: [Help] DmN MuCMS 1.1.8 Doesn't show online players
Try to put your server name on WebSite Settings