<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: AsecoStats for TrackMania Nations Forever</title>
	<atom:link href="http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/</link>
	<description>The Ultimate Kloon</description>
	<pubDate>Wed, 07 Jan 2009 04:12:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Petervs</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-54</link>
		<dc:creator>Petervs</dc:creator>
		<pubDate>Fri, 17 Oct 2008 07:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-54</guid>
		<description>any chance of a release ??
:)</description>
		<content:encoded><![CDATA[<p>any chance of a release ??<br />
 <img src='http://blog.kloon.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azalin</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-35</link>
		<dc:creator>azalin</dc:creator>
		<pubDate>Sun, 22 Jun 2008 03:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-35</guid>
		<description>*patiently waiting*

lol.. keen to get some stats goin for our tm :)</description>
		<content:encoded><![CDATA[<p>*patiently waiting*</p>
<p>lol.. keen to get some stats goin for our tm <img src='http://blog.kloon.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azalin</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-34</link>
		<dc:creator>azalin</dc:creator>
		<pubDate>Thu, 19 Jun 2008 11:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-34</guid>
		<description>awesome stuff mate !

Really like the idea for keeping time records... top positions style setups :)</description>
		<content:encoded><![CDATA[<p>awesome stuff mate !</p>
<p>Really like the idea for keeping time records&#8230; top positions style setups <img src='http://blog.kloon.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-33</link>
		<dc:creator>Gerhard</dc:creator>
		<pubDate>Thu, 19 Jun 2008 06:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-33</guid>
		<description>I have a beta release, will try and upload before the weekend.</description>
		<content:encoded><![CDATA[<p>I have a beta release, will try and upload before the weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azalin</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-32</link>
		<dc:creator>azalin</dc:creator>
		<pubDate>Thu, 19 Jun 2008 06:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-32</guid>
		<description>Hey,

is this downloadable .. or still in dev ? Very good idea to make it though :)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>is this downloadable .. or still in dev ? Very good idea to make it though <img src='http://blog.kloon.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-28</link>
		<dc:creator>Gerhard</dc:creator>
		<pubDate>Fri, 30 May 2008 08:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-28</guid>
		<description>Thanks Jaypsi, I actually found that Aseco has a plugin that calculates the server rank. Using that now to calculate the server rank. Will post a updated version of AsecoStats as soon as I finished dev on it.</description>
		<content:encoded><![CDATA[<p>Thanks Jaypsi, I actually found that Aseco has a plugin that calculates the server rank. Using that now to calculate the server rank. Will post a updated version of AsecoStats as soon as I finished dev on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaypsi</title>
		<link>http://blog.kloon.za.net/2008/05/16/asecostats-for-trackmania-nations-forever/#comment-27</link>
		<dc:creator>Jaypsi</dc:creator>
		<pubDate>Fri, 30 May 2008 08:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kloon.za.net/?p=43#comment-27</guid>
		<description>Nice work. For the overall server position, you could always use the rs_rank table that Aseco uses to calculate the server rank. If you order the results by the avg column, you get the playerIDs in rank order. You get the actual average by dividing the avg column by 10000.
It is useful to cache these ranks in an associative array with playerID=&#62;(rank, avg). Then, when creating the players list, you can check if the playerID exists in the cache (not everyone gets ranked) and display the rank and average.
This way Aseco will always keep the ranks up to date and there is no need to do your own calculations.</description>
		<content:encoded><![CDATA[<p>Nice work. For the overall server position, you could always use the rs_rank table that Aseco uses to calculate the server rank. If you order the results by the avg column, you get the playerIDs in rank order. You get the actual average by dividing the avg column by 10000.<br />
It is useful to cache these ranks in an associative array with playerID=&gt;(rank, avg). Then, when creating the players list, you can check if the playerID exists in the cache (not everyone gets ranked) and display the rank and average.<br />
This way Aseco will always keep the ranks up to date and there is no need to do your own calculations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
