<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Blog-Statistik</title>
	<atom:link href="http://www.navision-blog.de/counterize/blog-statistik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.navision-blog.de</link>
	<description>This Blog is about Microsoft Dynamics NAV (f.k.a Navision incl. C/SIDE and C/AL), C#, F# and .NET in general.</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sorina</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-126663</link>
		<dc:creator>Sorina</dc:creator>
		<pubDate>Mon, 04 Jul 2011 08:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-126663</guid>
		<description>Well, it doesn&#039;t show here, but the solution is really simple: I just duplicated the &#039;Visits based on month&#039; div and replaced it using the counterize_getmonthlystats_unique function</description>
		<content:encoded><![CDATA[<p>Well, it doesn&#8217;t show here, but the solution is really simple: I just duplicated the &#8216;Visits based on month&#8217; div and replaced it using the counterize_getmonthlystats_unique function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorina</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-126662</link>
		<dc:creator>Sorina</dc:creator>
		<pubDate>Mon, 04 Jul 2011 07:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-126662</guid>
		<description>sorry! line 1259:
&lt;code&gt;

	
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>sorry! line 1259:<br />
<code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorina</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-126661</link>
		<dc:creator>Sorina</dc:creator>
		<pubDate>Mon, 04 Jul 2011 07:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-126661</guid>
		<description>Found it! :)

First i duplicated function counterize_getmonthlystats() on line 475, like this:
&lt;code&gt;function counterize_getmonthlystats_unique()
{
	$wpdb =&amp; $GLOBALS[&#039;wpdb&#039;];
	$sql = &quot;SELECT
    concat(concat(substring(monthname(timestamp),1,3),&#039; &#039;),substring(year(timestamp),3,2)) as label,
    COUNT(DISTINCT IP) as amount,
    month(timestamp) as m,
    year(timestamp) as y
    FROM &quot; . counterize_logTable() .
	&quot; group by label order by y,m&quot;;
	return $wpdb-&gt;get_results($sql);
}
&lt;/code&gt;

Then I added this on line 1259:
&lt;code&gt;

	
&lt;/code&gt;

Work perfectly!</description>
		<content:encoded><![CDATA[<p>Found it! <img src='http://www.navision-blog.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First i duplicated function counterize_getmonthlystats() on line 475, like this:<br />
<code>function counterize_getmonthlystats_unique()<br />
{<br />
	$wpdb =&amp; $GLOBALS['wpdb'];<br />
	$sql = "SELECT<br />
    concat(concat(substring(monthname(timestamp),1,3),' '),substring(year(timestamp),3,2)) as label,<br />
    COUNT(DISTINCT IP) as amount,<br />
    month(timestamp) as m,<br />
    year(timestamp) as y<br />
    FROM " . counterize_logTable() .<br />
	" group by label order by y,m";<br />
	return $wpdb-&gt;get_results($sql);<br />
}<br />
</code></p>
<p>Then I added this on line 1259:<br />
<code></p>
<p></code></p>
<p>Work perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorina</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-126659</link>
		<dc:creator>Sorina</dc:creator>
		<pubDate>Mon, 04 Jul 2011 07:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-126659</guid>
		<description>Hi Gabriel,
Nice work with this plugin!
One question for you: how do I get unique hits (not visits) for each month?

Regards,
Sorina</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,<br />
Nice work with this plugin!<br />
One question for you: how do I get unique hits (not visits) for each month?</p>
<p>Regards,<br />
Sorina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hautclocq Gabriel</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-123844</link>
		<dc:creator>Hautclocq Gabriel</dc:creator>
		<pubDate>Thu, 28 Apr 2011 07:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-123844</guid>
		<description>Hi,

I made some updates to your plugin to detect Chrome and newer versions of Windows. I also corrected a bug that insert the browser name instead of the browser code. I can also update the plugin to be more WP 3.x compliant.

I see you didn&#039;t updated your plugin since 2008. If you don&#039;t want to update it, I want to continue its development under a new name (&quot;Counterize III&quot; for example, unless you have any objection?). You will still be credited as the original author of course.

Please send a reply to my email.

Regards,

Gabriel Hautclocq</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I made some updates to your plugin to detect Chrome and newer versions of Windows. I also corrected a bug that insert the browser name instead of the browser code. I can also update the plugin to be more WP 3.x compliant.</p>
<p>I see you didn&#8217;t updated your plugin since 2008. If you don&#8217;t want to update it, I want to continue its development under a new name (&#8220;Counterize III&#8221; for example, unless you have any objection?). You will still be credited as the original author of course.</p>
<p>Please send a reply to my email.</p>
<p>Regards,</p>
<p>Gabriel Hautclocq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Habanero</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-123160</link>
		<dc:creator>Habanero</dc:creator>
		<pubDate>Thu, 24 Mar 2011 00:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-123160</guid>
		<description>Danke f&#252;r das wirklich aussergew&#246;hnlich gute Plugin.</description>
		<content:encoded><![CDATA[<p>Danke f&#252;r das wirklich aussergew&#246;hnlich gute Plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abeon</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-109748</link>
		<dc:creator>Abeon</dc:creator>
		<pubDate>Fri, 02 Jul 2010 21:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-109748</guid>
		<description>Great plugin, thanks for sharing it!

How can I hide the Pages Visited info from the public?</description>
		<content:encoded><![CDATA[<p>Great plugin, thanks for sharing it!</p>
<p>How can I hide the Pages Visited info from the public?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-107586</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Wed, 03 Mar 2010 22:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-107586</guid>
		<description>Is it possible to put a simple hit counter in the main page of a site prepared with WordPress?
regards.</description>
		<content:encoded><![CDATA[<p>Is it possible to put a simple hit counter in the main page of a site prepared with WordPress?<br />
regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocco</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-107570</link>
		<dc:creator>Rocco</dc:creator>
		<pubDate>Wed, 03 Mar 2010 10:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-107570</guid>
		<description>How do I hide the plugin from my subscribers dashboard and only make it visible on the administrators dashboard.</description>
		<content:encoded><![CDATA[<p>How do I hide the plugin from my subscribers dashboard and only make it visible on the administrators dashboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iklan Baris Gratis</title>
		<link>http://www.navision-blog.de/counterize/blog-statistik/comment-page-1/#comment-96339</link>
		<dc:creator>Iklan Baris Gratis</dc:creator>
		<pubDate>Mon, 01 Jun 2009 12:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/counterize/blog-statistik/#comment-96339</guid>
		<description>can &quot;Counterize II&quot; plugin show page hits in a post and also download hits.
thanks... :)</description>
		<content:encoded><![CDATA[<p>can &#8220;Counterize II&#8221; plugin show page hits in a post and also download hits.<br />
thanks&#8230; <img src='http://www.navision-blog.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

