<?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: Don&#8217;t Dirty Stats with your Visits</title>
	<atom:link href="http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 20 Nov 2008 09:32:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-3102</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 27 Nov 2007 00:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-3102</guid>
		<description>Hmm.  I'm not sure.

You'll need some sort of a function in PHP which gets a cookie, and I don't know if or how you can do this.</description>
		<content:encoded><![CDATA[<p>Hmm.  I&#8217;m not sure.</p>
<p>You&#8217;ll need some sort of a function in PHP which gets a cookie, and I don&#8217;t know if or how you can do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tenax</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-3097</link>
		<dc:creator>Tenax</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-3097</guid>
		<description>Dear Matthew,

After looking everywhere, I come back to your blog again in search for the light.

&lt;blockquote&gt;&lt;code&gt;{if $smarty.cookie.wordpressuser_md5string != "username"}

{/if}&lt;/code&gt; &lt;/blockquote&gt;

This piece of code has worked for me like a dream on Blogsome and I am grateful.

&lt;strong&gt;I wonder which code you would use to keep the same function on a PHP/non Smarty powered blog/CMS.&lt;/strong&gt; 

I will appreciate your help very much.

Kind regards.</description>
		<content:encoded><![CDATA[<p>Dear Matthew,</p>
<p>After looking everywhere, I come back to your blog again in search for the light.</p>
<blockquote><p><code>{if $smarty.cookie.wordpressuser_md5string != "username"}</p>
<p>{/if}</code> </p></blockquote>
<p>This piece of code has worked for me like a dream on Blogsome and I am grateful.</p>
<p><strong>I wonder which code you would use to keep the same function on a PHP/non Smarty powered blog/CMS.</strong> </p>
<p>I will appreciate your help very much.</p>
<p>Kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1103</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Tue, 18 Apr 2006 14:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1103</guid>
		<description>My apologies.  I didn't remember that comment, and was working from a post on another blog, just Blogsom-ify-ing it.</description>
		<content:encoded><![CDATA[<p>My apologies.  I didn&#8217;t remember that comment, and was working from a post on another blog, just Blogsom-ify-ing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoAlWin</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1102</link>
		<dc:creator>NoAlWin</dc:creator>
		<pubDate>Tue, 18 Apr 2006 13:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1102</guid>
		<description>I was talking about &lt;a href="http://schinckel.blogsome.com/2006/03/27/turning-off-google-ads/#comment-997" rel="nofollow"&gt;my comment&lt;/a&gt;
&lt;blockquote&gt;NoAlWin said:

You can use that for ahother things like disable your visits in the statistics. {capture name=autor_blog}{the_author echo=0}{/capture}
{if $smarty.capture.autor_blog != $smarty.cookies.comment_author_[hash of server name] }
Statistics Code
{/if}&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I was talking about <a href="http://schinckel.blogsome.com/2006/03/27/turning-off-google-ads/#comment-997" rel="nofollow">my comment</a></p>
<blockquote><p>NoAlWin said:</p>
<p>You can use that for ahother things like disable your visits in the statistics. {capture name=autor_blog}{the_author echo=0}{/capture}<br />
{if $smarty.capture.autor_blog != $smarty.cookies.comment_author_[hash of server name] }<br />
Statistics Code<br />
{/if}</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1098</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Tue, 18 Apr 2006 00:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1098</guid>
		<description>Yes, it's similar, but slightly different.  This version will only turn off ads for me, not for other readers who have commented.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s similar, but slightly different.  This version will only turn off ads for me, not for other readers who have commented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoAlWin</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1097</link>
		<dc:creator>NoAlWin</dc:creator>
		<pubDate>Mon, 17 Apr 2006 20:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1097</guid>
		<description>mmmmmm Sorry for my very bad english. 
&lt;blockquote&gt;It sounds like I have heard it  in another place ;-) .&lt;/blockquote&gt;
probably it's more correct.</description>
		<content:encoded><![CDATA[<p>mmmmmm Sorry for my very bad english. </p>
<blockquote><p>It sounds like I have heard it  in another place <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p></blockquote>
<p>probably it&#8217;s more correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoAlWin</title>
		<link>http://schinckel.net/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1096</link>
		<dc:creator>NoAlWin</dc:creator>
		<pubDate>Mon, 17 Apr 2006 19:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/04/17/dont-dirty-stats-with-your-visits/#comment-1096</guid>
		<description>&lt;a href="http://schinckel.blogsome.com/2006/03/27/turning-off-google-ads/#comment-997" rel="nofollow"&gt;It sounds like i had heared it in another place ;-).&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://schinckel.blogsome.com/2006/03/27/turning-off-google-ads/#comment-997" rel="nofollow">It sounds like i had heared it in another place ;-).</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
