Update toponline.php

This commit is contained in:
Atte
2014-09-10 15:37:13 +03:00
parent 9226ae7a7a
commit 1c5be6a28e

View File

@@ -41,7 +41,7 @@ elseif($type == "sum")
elseif($type >= 1 && $type <= 4) elseif($type >= 1 && $type <= 4)
$znotePlayers = mysql_select_multi('SELECT * FROM `znote_players` AS `z` JOIN `players` AS `p` WHERE `p`.`id`=`z`.`player_id` and `p`.`group_id` < 3 ORDER BY `onlinetime' . (int) $type . '` DESC LIMIT '.$limit); $znotePlayers = mysql_select_multi('SELECT * FROM `znote_players` AS `z` JOIN `players` AS `p` WHERE `p`.`id`=`z`.`player_id` and `p`.`group_id` < 3 ORDER BY `onlinetime' . (int) $type . '` DESC LIMIT '.$limit);
echo '<CENTER><H2>Most online on Dalerium</H2></CENTER> echo '<CENTER><H2>Most online on Server name</H2></CENTER>
<BR> <BR>
<table class="table table-striped"> <table class="table table-striped">
<td><center><b>#</b></center></td> <td><center><b>#</b></center></td>