10256 【越南】【砍树】排行榜名次加入积分限制(优化本服榜单、跨服榜单查询返回的OrderIndex为实际名次-1; boss历练、仙匣秘境、古宝养成、骑宠养成相关活动榜单支持根据具体名次规则更新实际排名;优化榜单查询及备份实际名次;)
4个文件已修改
24 ■■■■ 已修改文件
GMToolClient/GMTManage/GMT_QueryBillboard.php 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GMToolClient/GMTManage/GMT_QueryBillboardCross.php 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
serverinfo/billboardhis.php 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
serverinfo/billboardhiscross.php 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GMToolClient/GMTManage/GMT_QueryBillboard.php
@@ -16,6 +16,7 @@
$ResultMsg = $resultInfo["ResultMsg"];
$billboardKeyCh = array(
    'Index' => \Lang\gettext('Index'),
    'Rank' => \Lang\gettext('排名'),
    'ID' => \Lang\gettext('ID'),
    'ID2' => \Lang\gettext('ID2'),
@@ -82,11 +83,10 @@
for ($i = 0; $i < $retCount; $i++) {
    $dataInfo = $resultList[$i];
    echo "<tr>";
    $rank = $i + 1;
    echo "<td align='center'>" . $dataInfo["Rank"] . "</td>";
    echo "<td align='center'>" . ($dataInfo["Index"]?$dataInfo["Index"]:0) . "</td>";
    foreach ($billboardKeyCh as $key => $value) {
        if ($key == "Rank") {
        if ($key == "Index") {
            continue;
        }
        // 没有指定要显示的key
GMToolClient/GMTManage/GMT_QueryBillboardCross.php
@@ -16,6 +16,7 @@
#date_default_timezone_set("PRC");
$billboardKeyCh = array(
    'Index' => \Lang\gettext('Index'),
    'Rank' => \Lang\gettext('排名'),
    'Name1' => \Lang\gettext('玩家'),
    'ID' => \Lang\gettext('ID'),
@@ -129,11 +130,10 @@
    for ($i = 0; $i < $retCount; $i++) {
        $dataInfo = $resultList[$i];
        echo "<tr>";
        $rank = $i + 1;
        echo "<td align='center'>" . $dataInfo["Rank"] . "</td>";
        echo "<td align='center'>" . ($dataInfo["Index"]?$dataInfo["Index"]:0) . "</td>";
        foreach ($billboardKeyCh as $key => $value) {
            if ($key == "Rank") {
            if ($key == "Index") {
                continue;
            }
            // 没有指定要显示的key
serverinfo/billboardhis.php
@@ -99,6 +99,7 @@
            $retCount = count($resultList);
            $billboardKeyCh = array(
                'Index' => \Lang\gettext('Index'),
                'Rank' => \Lang\gettext('排名'),
                'ID' => \Lang\gettext('ID'),
                'ID2' => \Lang\gettext('ID2'),
@@ -158,11 +159,10 @@
            for ($i = 0; $i < $retCount; $i++) {
                $dataInfo = $resultList[$i];
                echo "<tr>";
                $rank = $i + 1;
                echo "<td align='center'>" . $rank . "</td>";
                echo "<td align='center'>" . ($dataInfo["Index"]?$dataInfo["Index"]:0)  . "</td>";
                foreach ($billboardKeyCh as $key => $value) {
                    if ($key == "Rank") {
                    if ($key == "Index") {
                        continue;
                    }
                    // 没有指定要显示的key
serverinfo/billboardhiscross.php
@@ -100,6 +100,7 @@
            $retCount = count($resultList);
            $billboardKeyCh = array(
                'Index' => \Lang\gettext('Index'),
                'Rank' => \Lang\gettext('排名'),
                'ID' => \Lang\gettext('ID'),
                'ID2' => \Lang\gettext('ID2'),
@@ -159,11 +160,10 @@
            for ($i = 0; $i < $retCount; $i++) {
                $dataInfo = $resultList[$i];
                echo "<tr>";
                $rank = $i + 1;
                echo "<td align='center'>" . $rank . "</td>";
                echo "<td align='center'>" . ($dataInfo["Index"]?$dataInfo["Index"]:0) . "</td>";
                foreach ($billboardKeyCh as $key => $value) {
                    if ($key == "Rank") {
                    if ($key == "Index") {
                        continue;
                    }
                    // 没有指定要显示的key