}
            $mbar = Bar($msg[1], 0);
            echo "<tr bgcolor=#{$bg}>\n";
            echo "<th bgcolor=#{$bi}><a href=Monitoring-Messages.php?lvl={$msg['0']}><img src=img/32/" . $mico[$msg[0]] . ".png border=0 title=" . $mlvl[$msg[0]] . "></a></th><td>{$mbar} {$msg['1']}</td></tr>\n";
        }
        echo "<tr bgcolor=#{$bg2}><td colspan=2>{$nlev} Levels ({$query})</td></tr></table>\n";
    } else {
        echo '<h5>No Messages</h5>';
    }
    @DbFreeResult($res);
} else {
    print @DbError($link);
}
echo '</td></tr></table>';
if ($cpos !== false and !$cty) {
    Cities();
} elseif ($bpos !== false and !$bld) {
    if (!$cty) {
        $cty = $c;
    }
    Buildings($cty);
} elseif ($fpos !== false) {
    Floors($cty, $bld);
} else {
    echo $resmsg;
}
include_once "inc/footer.php";
// Draw cities
function Cities()
{
    global $dcity, $maxcol, $bg1, $tabtag;
Esempio n. 2
0
     TopGoalScorers($_POST['inputs']);
     break;
 case 'AllPlayersWithYellowOrRedCards':
     AllPlayersWithYellowOrRedCards($_POST['inputs']);
     break;
 case 'AllPlayersWithYellowCards':
     AllPlayersWithYellowCards($_POST['inputs']);
     break;
 case 'AllPlayersWithRedCards':
     AllPlayersWithRedCards($_POST['inputs']);
     break;
 case 'AllCards':
     AllCards($_POST['inputs']);
     break;
 case 'Cities':
     Cities($_POST['inputs']);
     break;
 case 'StadiumNames':
     StadiumNames($_POST['inputs']);
     break;
 case 'StadiumURL':
     StadiumURL($_POST['inputs']);
     break;
 case 'StadiumInfo':
     StadiumInfo($_POST['inputs']);
     break;
 case 'AllStadiumInfo':
     AllStadiumInfo($_POST['inputs']);
     break;
 case 'FullTeamInfo':
     FullTeamInfo($_POST['inputs']);