/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Languages/
com/planet_ink/coffee_mud/Abilities/Misc/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Common/
com/planet_ink/coffee_mud/Common/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/CompTech/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Items/interfaces/
com/planet_ink/coffee_mud/Libraries/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/core/
com/planet_ink/coffee_mud/core/collections/
com/planet_ink/coffee_mud/core/interfaces/
com/planet_ink/coffee_mud/core/intermud/
com/planet_ink/coffee_mud/core/intermud/i3/
com/planet_ink/coffee_web/server/
com/planet_ink/siplet/applet/
lib/
resources/factions/
resources/fakedb/
resources/progs/autoplayer/
resources/quests/holidays/
web/
web/admin.templates/
web/admin/grinder/
web/admin/images/
web/clan.templates/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
web/pub/textedit/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<link rel="coffeemud icon" href="images/coffeemud.ico" >
	<!-- tell spiders to sod off -->
	<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
	<link rel="STYLESHEET" TYPE="TEXT/CSS" HREF="coffeemud.css">
	<title>Top Players</title>
	<script language=JavaScript>
	<!--
		function Clicked(action)
		{
			document.ACCESS.action=action;
			document.ACCESS.submit();
		}
	//-->
	</SCRIPT>
</head>

<body BGCOLOR=WHITE>
	<CENTER>
	<h2>Top 10 Player Lists</H2>
	<br>
	<a href="/"><FONT COLOR=BLUE>Back to public pages</FONT></A><br>
	</CENTER>
	<br>
	<CENTER>
	<h3>All Time</h3><p>
	<TABLE WIDTH=1000 BORDER=1>
		<TR>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>PVP Kills</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>XP Gained</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Quests Completed</B></FONT></TD>
		</TR>
		@for?count=1,2,3,4,5,6,7,8,9,10@
		<TR>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&PVPKILLS@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&PVPKILLS@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&EXPERIENCE_GAINED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&EXPERIENCE_GAINED@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&QUESTS_COMPLETED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&QUESTS_COMPLETED@)</B></FONT>
			</TD>
		</TR>
		@next@
		<TR>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Minutes On</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Rooms Explored</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>QuestPoints Earned</B></FONT></TD>
		</TR>
		@for?count=1,2,3,4,5,6,7,8,9,10@
		<TR>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&MINUTES_ON@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&MINUTES_ON@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&ROOMS_EXPLORED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&ROOMS_EXPLORED@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?ALLTIME&@@RequestParameter?count@@&NAME&QUESTPOINTS_EARNED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?ALLTIME&@@RequestParameter?count@@&VALUE&QUESTPOINTS_EARNED@)</B></FONT>
			</TD>
		</TR>
		@next@
	</TABLE>
	<br>
	<h3>This Month</h3><p>
	<TABLE WIDTH=1000 BORDER=1>
		<TR>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>PVP Kills</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>XP Gained</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Quests Completed</B></FONT></TD>
		</TR>
		@for?count=1,2,3,4,5,6,7,8,9,10@
		<TR>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&PVPKILLS@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&PVPKILLS@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&EXPERIENCE_GAINED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&EXPERIENCE_GAINED@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&QUESTS_COMPLETED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&QUESTS_COMPLETED@)</B></FONT>
			</TD>
		</TR>
		@next@
		<TR>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Minutes On</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>Rooms Explored</B></FONT></TD>
			<TD WIDTH=33% ALIGN=CENTER BGCOLOR=BLACK><FONT COLOR=WHITE><B>QuestPoints Earned</B></FONT></TD>
		</TR>
		@for?count=1,2,3,4,5,6,7,8,9,10@
		<TR>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&MINUTES_ON@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&MINUTES_ON@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&ROOMS_EXPLORED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&ROOMS_EXPLORED@)</B></FONT>
			</TD>
			<TD WIDTH=33% BGCOLOR=WHITE>
				<FONT COLOR=PURPLE><B>@RequestParameter?count@.</B>@PrideStat?MONTH&@@RequestParameter?count@@&NAME&QUESTPOINTS_EARNED@</FONT>
				<FONT ALIGN=RIGHT COLOR=RED><B>(@PrideStat?MONTH&@@RequestParameter?count@@&VALUE&QUESTPOINTS_EARNED@)</B></FONT>
			</TD>
		</TR>
		@next@
	</TABLE>
	</CENTER>
</body>
</html>