<?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: wpStats — Download</title>
	<atom:link href="http://www.biggleszx.com/2006/10/wpstats-download/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.biggleszx.com/2006/10/wpstats-download/</link>
	<description>Observations on life, tech and web design from a slightly misanthropic mind.</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:13:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-245</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Fri, 15 Dec 2006 19:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-245</guid>
		<description>@BigglesZX: I ended up doing exactly what you suggested, but an admin routine with IP management would be a great feature.

I also took a peak beneath the surface of  wpStatsInstaller.php to see what was going on during activation. I see now that before table creation, wpStats &lt;strong&gt;is&lt;/strong&gt; doing a check to see if the tables already exist, but there is a flaw in this routine involving the drop statement for the statscountry table. Upon deactivation and reactivation, the plugin tries to recreate the already existing &lt;em&gt;statscountry&lt;/em&gt; without dropping it first... It this just on my installation or can anyone else confirm?</description>
		<content:encoded><![CDATA[<p>@BigglesZX: I ended up doing exactly what you suggested, but an admin routine with IP management would be a great feature.</p>
<p>I also took a peak beneath the surface of  wpStatsInstaller.php to see what was going on during activation. I see now that before table creation, wpStats <strong>is</strong> doing a check to see if the tables already exist, but there is a flaw in this routine involving the drop statement for the statscountry table. Upon deactivation and reactivation, the plugin tries to recreate the already existing <em>statscountry</em> without dropping it first… It this just on my installation or can anyone else confirm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigglesZX</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-244</link>
		<dc:creator>BigglesZX</dc:creator>
		<pubDate>Thu, 14 Dec 2006 11:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-244</guid>
		<description>Exclusion of certain IPs should happen in the calling code - the part that&#039;s placed in the header of all pages. Until I have a chance to write a proper routine, all you would really need to do is something like...

&lt;code&gt;if ($_SERVER[&#039;REMOTE_HOST&#039;] != &quot;(your excluded IP)&quot;) {
$wS = &amp;new wpStats($_SERVER);
}&lt;/code&gt;

I haven&#039;t checked that but it should be fine. At some point (no idea yet when I&#039;m afraid, busy schedule at the moment) I will write that into a proper routine.</description>
		<content:encoded><![CDATA[<p>Exclusion of certain IPs should happen in the calling code — the part that’s placed in the header of all pages. Until I have a chance to write a proper routine, all you would really need to do is something like…</p>
<p><code>if ($_SERVER['REMOTE_HOST'] != "(your excluded IP)") {<br />
$wS = &#038;new wpStats($_SERVER);<br />
}</code></p>
<p>I haven’t checked that but it should be fine. At some point (no idea yet when I’m afraid, busy schedule at the moment) I will write that into a proper routine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-243</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Thu, 14 Dec 2006 08:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-243</guid>
		<description>btw... a good idea would be to do some existing database detection upon activation of the plugin. when i deactivated this plugin to test the FireStats pluggin (which javascript and filesystem spewed errors all over the place during it&#039;s use btw) and then reactivated it afterwards, the database creation scripts tried to run causing the activation of the plugin to &quot;fail&quot; but not really; meaning, i got a timeout during the activation process and a whole lot of database row errors displayed on the page, but it works fine since everything was already in place from the first/previous activation...</description>
		<content:encoded><![CDATA[<p>btw… a good idea would be to do some existing database detection upon activation of the plugin. when i deactivated this plugin to test the FireStats pluggin (which javascript and filesystem spewed errors all over the place during it’s use btw) and then reactivated it afterwards, the database creation scripts tried to run causing the activation of the plugin to “fail” but not really; meaning, i got a timeout during the activation process and a whole lot of database row errors displayed on the page, but it works fine since everything was already in place from the first/previous activation…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-242</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Thu, 14 Dec 2006 08:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-242</guid>
		<description>@BigglesZX: no worries, you might wanna remove the first comment i left [the one caught in moderation] since my second (actually third) one is [more] correct... and while I&#039;m at it, I have a question for you: where does value of the wpStats_IPS row in the wp_options database table come into play with this plugin? I notice that it contains two local IP&#039;s (127.0.0.1 &amp; 192.168.1.1). My reason behind asking: I&#039;m looking for a way to exclude IP&#039;s from being logged - and playing with these settings didn&#039;t work; so what do they do? I guess I could explore the plugin code, but if you know off-top, that&#039;ll save me useless time. :)</description>
		<content:encoded><![CDATA[<p>@BigglesZX: no worries, you might wanna remove the first comment i left [the one caught in moderation] since my second (actually third) one is [more] correct… and while I’m at it, I have a question for you: where does value of the wpStats_IPS row in the wp_options database table come into play with this plugin? I notice that it contains two local IP’s (127.0.0.1 &amp; 192.168.1.1). My reason behind asking: I’m looking for a way to exclude IP’s from being logged — and playing with these settings didn’t work; so what do they do? I guess I could explore the plugin code, but if you know off-top, that’ll save me useless time. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigglesZX</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-241</link>
		<dc:creator>BigglesZX</dc:creator>
		<pubDate>Wed, 13 Dec 2006 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-241</guid>
		<description>@digitaljhelms: sorry about the lost comment, it was caught in moderation and I have been away from my computer for the last couple of days.</description>
		<content:encoded><![CDATA[<p>@digitaljhelms: sorry about the lost comment, it was caught in moderation and I have been away from my computer for the last couple of days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-240</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-240</guid>
		<description>@johnpoz: Hmm, the blog didn&#039;t catch my first comment, I figured it was in moderation or something but the second one showed up fine. Here&#039;s a recap of what my first comment said that addresses how to fix the GMT issue. You need to open wpDisplayStats.php from the /wp-content/plugins/wpStats/includes/ directory of your Wordpress installation and do a search &amp; replace for all occurances of &lt;b&gt;gmdate&lt;/b&gt; and change them to &lt;b&gt;date&lt;/b&gt;. Then, address what my first post said and you should be aiight.</description>
		<content:encoded><![CDATA[<p>@johnpoz: Hmm, the blog didn’t catch my first comment, I figured it was in moderation or something but the second one showed up fine. Here’s a recap of what my first comment said that addresses how to fix the GMT issue. You need to open wpDisplayStats.php from the /wp-content/plugins/wpStats/includes/ directory of your WordPress installation and do a search &amp; replace for all occurances of <b>gmdate</b> and change them to <b>date</b>. Then, address what my first post said and you should be aiight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-239</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-239</guid>
		<description>@johnpoz: Ooh, forgot that you might also want to change the part in line 514 of the same file that reads gmdate(&quot;h:i:sa \G\M\T, F d, Y&quot;) to date(&quot;h:i:sa, F d, Y&quot;)</description>
		<content:encoded><![CDATA[<p>@johnpoz: Ooh, forgot that you might also want to change the part in line 514 of the same file that reads gmdate(“h:i:sa \G\M\T, F d, Y”) to date(“h:i:sa, F d, Y”)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaljhelms</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-238</link>
		<dc:creator>digitaljhelms</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-238</guid>
		<description>@johnpoz: I didn&#039;t like this either, so I fixed it. Open wpStatsDisplay.php in the /wp-content/plugins/wpStats/includes/ folder, go to line 506 and change the function call &lt;b&gt;gmdate&lt;/b&gt; to &lt;b&gt;date&lt;/b&gt;. Here&#039;s the supporting PHP doc in case you&#039;re interested: &lt;a href=&quot;http://us3.php.net/gmdate&quot; rel=&quot;nofollow&quot;&gt;http://us3.php.net/gmdate&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@johnpoz: I didn’t like this either, so I fixed it. Open wpStatsDisplay.php in the /wp-content/plugins/wpStats/includes/ folder, go to line 506 and change the function call <b>gmdate</b> to <b>date</b>. Here’s the supporting PHP doc in case you’re interested: <a href="http://us3.php.net/gmdate" rel="nofollow">http://us3.php.net/gmdate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnpoz</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-184</link>
		<dc:creator>johnpoz</dc:creator>
		<pubDate>Thu, 07 Dec 2006 17:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-184</guid>
		<description>Thanks for taking over development of this plugin.  I just installed it and it looks great.  I wonder if you could incorporate an option to show local time?  GMT is not nearly as useful to me as being able to select my time zone.

Also, if it would be possible to have a little sidebar widget that allows you to display a few of the pertinent stats publicly that would be awesome!  :-)

Thanks,

John</description>
		<content:encoded><![CDATA[<p>Thanks for taking over development of this plugin.  I just installed it and it looks great.  I wonder if you could incorporate an option to show local time?  GMT is not nearly as useful to me as being able to select my time zone.</p>
<p>Also, if it would be possible to have a little sidebar widget that allows you to display a few of the pertinent stats publicly that would be awesome!  :-)</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: possum.kicks-ass.org &#187; Blog Archive &#187; Some Cool Site Updates</title>
		<link>http://www.biggleszx.com/2006/10/wpstats-download/#comment-151</link>
		<dc:creator>possum.kicks-ass.org &#187; Blog Archive &#187; Some Cool Site Updates</dc:creator>
		<pubDate>Mon, 04 Dec 2006 08:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.biggleszx.com/2006/10/25/wpstats-download/#comment-151</guid>
		<description>[...] And of course, I&#8217;ve enabled the wpStats plugin, which logs stats (from today on) for my visitors, etc. Publically available stats are located on my stats page. [...]</description>
		<content:encoded><![CDATA[<p>[…] And of course, I’ve enabled the wpStats plugin, which logs stats (from today on) for my visitors, etc. Publically available stats are located on my stats page. […]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.biggleszx.com @ 2012-02-07 00:32:18 -->
