<?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: StatPress</title>
	<atom:link href="http://blog.matrixagents.org/2008/09/statpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.matrixagents.org/2008/09/statpress/</link>
	<description>Random thoughts from inside the Matrix..</description>
	<lastBuildDate>Sun, 13 Dec 2009 20:52:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nützliche Plugins für Wordpress » Notioncore Blog</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2548</link>
		<dc:creator>Nützliche Plugins für Wordpress » Notioncore Blog</dc:creator>
		<pubDate>Wed, 20 May 2009 13:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2548</guid>
		<description>[...] Weitere Infos &amp; Download von StatPress Reloaded [...]</description>
		<content:encoded><![CDATA[<p>[...] Weitere Infos &amp; Download von StatPress Reloaded [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentSmith</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2221</link>
		<dc:creator>AgentSmith</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2221</guid>
		<description>There currently is no tag for this, but I will add one for the next version. :)</description>
		<content:encoded><![CDATA[<p>There currently is no tag for this, but I will add one for the next version. <img src='http://blog.matrixagents.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmood</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2219</link>
		<dc:creator>Mahmood</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2219</guid>
		<description>dear friend

thanks for the plugin but i had a question

i want yesterday visits and this months visits to apear in the statpress widget

but i could not find any taag for that?

there it is in the admin panel so it should have the ability to add this to items in the front end.

please help me for this</description>
		<content:encoded><![CDATA[<p>dear friend</p>
<p>thanks for the plugin but i had a question</p>
<p>i want yesterday visits and this months visits to apear in the statpress widget</p>
<p>but i could not find any taag for that?</p>
<p>there it is in the admin panel so it should have the ability to add this to items in the front end.</p>
<p>please help me for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentSmith</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2202</link>
		<dc:creator>AgentSmith</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2202</guid>
		<description>Thanks for this, I&#039;ll release an update with this fix included tomorrow! :)</description>
		<content:encoded><![CDATA[<p>Thanks for this, I&#8217;ll release an update with this fix included tomorrow! <img src='http://blog.matrixagents.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bergek</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2194</link>
		<dc:creator>Martin Bergek</dc:creator>
		<pubDate>Tue, 03 Mar 2009 02:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2194</guid>
		<description>Hi,

I am using your plugin and was wondering whether you could fix an issue regarding the monthly targets. The formula is (excerpt):

/ date(&quot;d&quot;, current_time(&#039;timestamp&#039;)) * date(&#039;d&#039;, mktime(0, 0, 0, date(&#039;m&#039;, current_time(&#039;timestamp&#039;))+1, 0, date(&#039;Y&#039;, current_time(&#039;timestamp&#039;))))

This uses the whole days of the month to normalise the hit rate over the entire month. However, since it uses whole days it is totally wrong early in the month and especially right after midnight. I think a more correct implementation (and also easier) would be to replace this with:

/ (time() - mktime(0,0,0,date(&#039;m&#039;),date(&#039;1&#039;),date(&#039;Y&#039;))) * (86400 * date(&#039;t&#039;))

Great work on the plugin, though! Thanks for the effort!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using your plugin and was wondering whether you could fix an issue regarding the monthly targets. The formula is (excerpt):</p>
<p>/ date(&#8220;d&#8221;, current_time(&#8216;timestamp&#8217;)) * date(&#8216;d&#8217;, mktime(0, 0, 0, date(&#8216;m&#8217;, current_time(&#8216;timestamp&#8217;))+1, 0, date(&#8216;Y&#8217;, current_time(&#8216;timestamp&#8217;))))</p>
<p>This uses the whole days of the month to normalise the hit rate over the entire month. However, since it uses whole days it is totally wrong early in the month and especially right after midnight. I think a more correct implementation (and also easier) would be to replace this with:</p>
<p>/ (time() &#8211; mktime(0,0,0,date(&#8216;m&#8217;),date(&#8216;1&#8242;),date(&#8216;Y&#8217;))) * (86400 * date(&#8216;t&#8217;))</p>
<p>Great work on the plugin, though! Thanks for the effort!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentSmith</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2192</link>
		<dc:creator>AgentSmith</dc:creator>
		<pubDate>Mon, 02 Mar 2009 16:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2192</guid>
		<description>%pagestoday% should do that! :)</description>
		<content:encoded><![CDATA[<p>%pagestoday% should do that! <img src='http://blog.matrixagents.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Yan</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2191</link>
		<dc:creator>Yan Yan</dc:creator>
		<pubDate>Mon, 02 Mar 2009 16:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2191</guid>
		<description>I&#039;m just wondering..
is there anyway to display total hits/pageviews only for that day in the widget?
%thistotalpages%  seems to display all of the counted hits.
Thanks agentsmith!  :thx:</description>
		<content:encoded><![CDATA[<p>I&#8217;m just wondering..<br />
is there anyway to display total hits/pageviews only for that day in the widget?<br />
%thistotalpages%  seems to display all of the counted hits.<br />
Thanks agentsmith!  <img src='http://blog.matrixagents.org/wp-includes/images/smilies/icon_redface.gif' alt=':thx:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentSmith</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2116</link>
		<dc:creator>AgentSmith</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2116</guid>
		<description>Yes, unfortunatelly statpress is very memory-consuming.

It&#039;s deleting the complete entries with all the information they&#039;re carrying, like search terms for example.

A complete restructuring to deal with both these problems was planned but I had to pause working on it for not having enough time at the moment.</description>
		<content:encoded><![CDATA[<p>Yes, unfortunatelly statpress is very memory-consuming.</p>
<p>It&#8217;s deleting the complete entries with all the information they&#8217;re carrying, like search terms for example.</p>
<p>A complete restructuring to deal with both these problems was planned but I had to pause working on it for not having enough time at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woods</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2112</link>
		<dc:creator>Woods</dc:creator>
		<pubDate>Thu, 19 Feb 2009 13:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2112</guid>
		<description>Danke schon  :thx: 

For the export i tried again, it&#039;s working for a few days range but if i want more than 3 months data the file is empty. It may be a server limitation, using too much memory or something.

If i select delete visits after a certain time, does it just delete info about visitors or it deletes search terms,... ?

-- Woods</description>
		<content:encoded><![CDATA[<p>Danke schon  <img src='http://blog.matrixagents.org/wp-includes/images/smilies/icon_redface.gif' alt=':thx:' class='wp-smiley' />  </p>
<p>For the export i tried again, it&#8217;s working for a few days range but if i want more than 3 months data the file is empty. It may be a server limitation, using too much memory or something.</p>
<p>If i select delete visits after a certain time, does it just delete info about visitors or it deletes search terms,&#8230; ?</p>
<p>&#8211; Woods</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentSmith</title>
		<link>http://blog.matrixagents.org/2008/09/statpress/#comment-2092</link>
		<dc:creator>AgentSmith</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matrixagents.org/?p=575#comment-2092</guid>
		<description>Hi,

I&#039;ll include your top posts modification in the next update, it&#039;s better indeed.

The export works fine for me, could you give some details about your setup?

Currently there is no way, but I&#039;ll add 100, 200 and all to the search page.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ll include your top posts modification in the next update, it&#8217;s better indeed.</p>
<p>The export works fine for me, could you give some details about your setup?</p>
<p>Currently there is no way, but I&#8217;ll add 100, 200 and all to the search page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

