Where can I change the ranking of class codes???
For example:
In ranking is the page_id = Rankings & rank = characters & class = 2
I need that there should be class = 3
And :
But when this code in place the Mucor do not represent the number of
What if I use SQL 2008 RC2 [if something wrong in the code]
For example:
In ranking is the page_id = Rankings & rank = characters & class = 2
I need that there should be class = 3
And :
Code:
<span style=" float:left; padding-top:3px; font-family:Arial, Helvetica, sans-serif;
font-size:12px;"><?=Total_Accounts;?>: <?
$statistics_accounts=mssql_query("SELECT count(*) memb___id FROM MuOnline.dbo.MEMB_INFO");
while($row=mssql_fetch_assoc($statistics_accounts)){
$core['accounts_reults']=$row['memb___id'];
?><strong><?=$core['accounts_reults'];?></strong><?
}
?> | <?=Total_Characters;?>: <?
$statistics_accounts=mssql_query("SELECT count(*) AccountID FROM MuOnline.dbo.Character");
while($row=mssql_fetch_assoc($statistics_accounts)){
$core['character_reults']=$row['AccountID'];
?><strong><?=$core['character_reults'];?></strong><?
}
?> | <?=Total_Guilds;?>:
<?
$statistics_accounts=mssql_query("SELECT count(*) G_Name FROM MuOnline.dbo.Guild");
while($row=mssql_fetch_assoc($statistics_accounts)){
$core['guild_reults']=$row['G_Name'];
?><strong><?=$core['guild_reults'];?></strong><?
}
?>| <?=Online_Players;?>: <?
$statistics_players=mssql_query("SELECT count(*) ConnectStat FROM MuOnline.dbo.MEMB_STAT WHERE ConnectStat='1'");
while($row=mssql_fetch_assoc($statistics_players)){
$core['config']['statistics_results']=$row['ConnectStat'];
?><strong><?=$core['config']['statistics_results'];?></strong><?
}
?></span>
But when this code in place the Mucor do not represent the number of
What if I use SQL 2008 RC2 [if something wrong in the code]