"); echo("" ); echo(""); # Figure out if this person is in the heroes' league. $hero_match = "-"; for ($hero_index = 0; $hero_index < count($heroes); ++$hero_index) { if (!strcasecmp($heroes[$hero_index]["name"],$members[$index]["name"])) { $hero_match = $heroes[$hero_index]["position"]; $exp = $heroes[$hero_index]["score"]; } } if (!strcasecmp($hero_match, "-")) { echo (""); } else { $rank = nth($hero_match); echo (""); } # Figure out if this person is in the millionaire's league. $mill_match = "-"; for ($mill_index = 0; $mill_index < count($millionaires); ++$mill_index) { if (!strcasecmp($millionaires[$mill_index]["name"],$members[$index]["name"])) { $mill_match = $millionaires[$mill_index]["position"]; $gold = $millionaires[$mill_index]["gold"]; } } if (!strcasecmp($mill_match, "-")) { echo (""); } else { $rank = nth($mill_match); echo (""); } # Figure out if this person is in the millionaire's league. $way_match = "-"; for ($way_index = 0; $way_index < count($waypoints); ++$way_index) { if (!strcasecmp($waypoints[$way_index]["name"],$members[$index]["name"])) { $way_match = $waypoints[$way_index]["position"]; $points = $waypoints[$way_index]["score"]; } } if (!strcasecmp($way_match, "-")) { echo (""); } else { $rank = nth($way_match); echo (""); } echo (""); } ?>
MemberRankClan pointsLeague PositionMillionaire's LeagueWaypoints League
" . $members[$index]["name"] . "" . $members[$index]["rank"] . "" . $members[$index]["contribution"] . "$hero_match$hero_match$rank
$exp exp
$mill_match$mill_match$rank
$gold coins
$way_match$way_match$rank
$points exp