5 AND tribe<=3 AND tribe > 0 ORDER BY ap DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY ap DESC, id DESC Limit 1");
?>
|
Attackers of the week |
| No. |
Player |
Points |
uid) {
if($row['id']==$session->uid) {
$place = $i;
}
echo ""; } else { echo "
"; }
echo "| ".$i++.". | ";
echo "".$row['username']." | ";
echo "".$row['ap']." | ";
echo "
";
}
?>
|
uid) {
echo ""; } else { echo "
"; }
echo "| ".$place." | ";
if($row['id'] == $session->uid) {
echo "".$row['username']." | "; } else { echo "".$row['username']." | "; }
echo "".$row['ap']." | ";
echo "
";
}
?>
5 AND tribe<=3 AND tribe > 0 ORDER BY dp DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY dp DESC Limit 1");
?>
|
Defenders of the week |
| No. |
Player |
Points |
uid) {
$place1 = $i;
}
if($row['id']==$session->uid) {
echo ""; } else { echo "
"; }
echo "| ".$i++.". | ";
echo "".$row['username']." | ";
echo "".$row['dp']." | ";
echo "
";
}
?>
|
uid) {
echo ""; } else { echo "
"; }
echo "| ".$place1." | ";
if($row['id'] == $session->uid) {
echo "".$row['username']." | "; } else { echo "".$row['username']." | "; }
echo "".$row['dp']." | ";
echo "
";
}
?>
5 AND tribe<=3 AND tribe > 0 ORDER BY clp DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY clp DESC Limit 1");
?>
|
Climbers of the week |
| No. |
Player |
Ranks |
uid) {
$place2 = $i;
}
if($row['id']==$session->uid) {
echo ""; } else { echo "
"; }
echo "| ".$i++.". | ";
echo "".$row['username']." | ";
echo "".$row['clp']." | ";
echo "
";
}
?>
|
uid) {
echo ""; } else { echo "
"; }
echo "| ".$place2." | ";
if($row['id'] == $session->uid) {
echo "".$row['username']." | "; } else { echo "".$row['username']." | "; } echo "".$row['clp']." | ";
echo "
";
}
?>
5 AND tribe<=3 AND tribe > 0 ORDER BY RR DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY RR DESC Limit 1");
?>
|
Robbers of the week |
| No. |
Player |
Resources |
= 0) {
if($row['id']==$session->uid) {
$place3 = $i;
}
if($row['id']==$session->uid) {
echo ""; } else { echo "
"; }
echo "| ".$i++.". | ";
echo "".$row['username']." | ";
echo "".$row['RR']." | ";
echo "
";
}
}
?>
|
uid) {
echo ""; } else { echo "
"; }
echo "| ".$place3." | ";
if($row['id']==$session->uid) {
echo "".$row['username']." | "; } else { echo "".$row['username']." | "; }
echo "".$row['RR']." | ";
echo "
";
}
mysql_close($con);
?>