mirror of
https://github.com/PhantomGamesDevelopment/PGD-Connect--Tribes-2-.git
synced 2026-07-15 00:04:36 +00:00
21 lines
No EOL
417 B
PHP
21 lines
No EOL
417 B
PHP
<html>
|
|
<head>
|
|
<title>CnC Tiberium Uprising : Official Top Ranks</title>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
require("expScripts.php");
|
|
echo "<b>CnC Tiberium Uprising : Official Universal Ranks</b><p>\n";
|
|
|
|
DisplayAll(1);
|
|
|
|
echo "***************";
|
|
echo "<p><p>";
|
|
GatherTopGDIRanks(-1, 1);
|
|
echo "***************";
|
|
echo "<p><p>";
|
|
GatherTopNODRanks(-1, 1);
|
|
echo "***************";
|
|
?>
|
|
</body>
|
|
</html>
|