$fonthead"; $ranklist="$tccellh"."Rank $tccellha width=100$tccellhb"."Posts needed $tccellha colspan=2$tccellhb"."Users on that rank"; $i=0; while ($ranks[$i][0]!="") { $rank=$ranks[$i]; $u=0; $usercount=0; $userlisting=""; while ($users[$u][0]!="") { if ($users[$u][8]=="" and $users[$u][7]==0 and $users[$u][0]>=$rank[0] and ($users[$u][0]<$ranks[$i+1][0] or $ranks[$i+1][0]=="")) { $usercount++; if ($usercount>1) { $userlisting.=", "; } $userlisting.="".$users[$u][2].""; } $u++; } if ($usercount>0 or ($logpassword!="" and $users[$loguserid][7]>0)) { $ranklist.="$tccell2$smallfont
$rank[1]"." $tccell1$rank[0]"." $tccell1$usercount $tccell2$smallfont$userlisting"; } else { $ranklist.="$tccell2"."? ? ? $tccell2"."??? $tccell2$usercount $tccell2$smallfont$userlisting"; } $i++; } $ranklist.="

$fonttag"."Users with custom titles
"; $ranklist.="$tccellha colspan=2$tccellhb"."  $tccellh"."User title $tccellha width=60$tccellhb"."Posts"; $u=0; $ctcount=0; $userlisting=""; while ($users[$u][0]!="") { if ($users[$u][7]==0 and $users[$u][8]!="") { $ctcount++; $userpicture=""; if ($users[$u][4]=="") { $userpicture=""; } $ranklist.=" $tccell1".$users[$u][2]." $tccell2".$users[$u][8]." $tccell1".$users[$u][0].""; } $u++; } $ranklist.="
$userpicture


$fonttag"."Board staff
"; $ranklist.="$tccellha colspan=2$tccellhb"."Moderators $tccellh"."User title $tccellha width=60$tccellhb"."Posts"; $u=0; $modcount=0; $userlisting=""; while ($users[$u][0]!="") { if ($users[$u][7]==1) { $modcount++; $userpicture=""; if ($users[$u][4]=="") { $userpicture=""; } $ranklist.=" $tccell1".$users[$u][2]." $tccell2".$users[$u][8]." $tccell1".$users[$u][0].""; } $u++; } $ranklist.="$tccellha colspan=2$tccellhb"."Administrators $tccellh"."User title $tccellha width=60$tccellhb"."Posts"; $u=0; $admincount=0; $userlisting=""; while ($users[$u][0]!="") { if ($users[$u][7]>1) { $admincount++; $userpicture=""; if ($users[$u][4]=="") { $userpicture=""; } $ranklist.=" $tccell1".$users[$u][2]." $tccell2".$users[$u][8]." $tccell1".$users[$u][0].""; } $u++; } print "$fonttag"."Rank listing
$userpicture
$userpicture
"; print "$ranklist
"; print "$footer"; ?>