<?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: &#160;&#160;&#160;&#187;&#160;IP City Cluster WordPress-Plugin</title>
	<atom:link href="http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vimagic.de</link>
	<description>the world as seen by tmb</description>
	<lastBuildDate>Thu, 04 Mar 2010 09:51:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Plugins not used&#8230; &#171; The Journeylers</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-3/#comment-75045</link>
		<dc:creator>Plugins not used&#8230; &#171; The Journeylers</dc:creator>
		<pubDate>Sun, 04 Oct 2009 02:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-75045</guid>
		<description>[...] Are people from? IP City Cluster WordPress-Plugin Commenter [...]</description>
		<content:encoded><![CDATA[<p>[...] Are people from? IP City Cluster WordPress-Plugin Commenter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-3/#comment-68091</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-68091</guid>
		<description>This is a functionally equivalent version using imagesetstyle() and imageline():

	function _DashedCrossHair($im,$lon,$lat)	{
		$local = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);
		#imagedashedline($im,$this-&gt;_Lon2X($lon),0,$this-&gt;_Lon2X($lon),1000,$local);
		#imagedashedline($im,$this-&gt;_Lon2X($lon)+1,0,$this-&gt;_Lon2X($lon)+1,1000,$local);
		
		$fg = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);

		$st = array($fg, $fg, $fg, $fg, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT);
        ImageSetStyle($im, $st);
		
		imageline($im,$this-&gt;_Lon2X($lon),0,$this-&gt;_Lon2X($lon),1000,IMG_COLOR_STYLED);
		imageline($im,$this-&gt;_Lon2X($lon)+1,0,$this-&gt;_Lon2X($lon)+1,1000,IMG_COLOR_STYLED);

		$local = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);
		#imagedashedline($im,0,$this-&gt;_Lat2Y($lat),2000,$this-&gt;_Lat2Y($lat),$local);
		#imagedashedline($im,0,$this-&gt;_Lat2Y($lat)+1,2000,$this-&gt;_Lat2Y($lat)+1,$local);

		imageline($im,0,$this-&gt;_Lat2Y($lat),2000,$this-&gt;_Lat2Y($lat),IMG_COLOR_STYLED);
		imageline($im,0,$this-&gt;_Lat2Y($lat)+1,2000,$this-&gt;_Lat2Y($lat)+1,IMG_COLOR_STYLED);
	}</description>
		<content:encoded><![CDATA[<p>This is a functionally equivalent version using imagesetstyle() and imageline():</p>
<p>	function _DashedCrossHair($im,$lon,$lat)	{<br />
		$local = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);<br />
		#imagedashedline($im,$this-&gt;_Lon2X($lon),0,$this-&gt;_Lon2X($lon),1000,$local);<br />
		#imagedashedline($im,$this-&gt;_Lon2X($lon)+1,0,$this-&gt;_Lon2X($lon)+1,1000,$local);</p>
<p>		$fg = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);</p>
<p>		$st = array($fg, $fg, $fg, $fg, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT, IMG_COLOR_TRANSPARENT);<br />
        ImageSetStyle($im, $st);</p>
<p>		imageline($im,$this-&gt;_Lon2X($lon),0,$this-&gt;_Lon2X($lon),1000,IMG_COLOR_STYLED);<br />
		imageline($im,$this-&gt;_Lon2X($lon)+1,0,$this-&gt;_Lon2X($lon)+1,1000,IMG_COLOR_STYLED);</p>
<p>		$local = $this-&gt;_ImageColorAllocateFromHex($im, $this-&gt;user_Color_Crosshair);<br />
		#imagedashedline($im,0,$this-&gt;_Lat2Y($lat),2000,$this-&gt;_Lat2Y($lat),$local);<br />
		#imagedashedline($im,0,$this-&gt;_Lat2Y($lat)+1,2000,$this-&gt;_Lat2Y($lat)+1,$local);</p>
<p>		imageline($im,0,$this-&gt;_Lat2Y($lat),2000,$this-&gt;_Lat2Y($lat),IMG_COLOR_STYLED);<br />
		imageline($im,0,$this-&gt;_Lat2Y($lat)+1,2000,$this-&gt;_Lat2Y($lat)+1,IMG_COLOR_STYLED);<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-3/#comment-68090</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Sat, 21 Feb 2009 03:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-68090</guid>
		<description>FYI, there seems to be a bug in PHP 5.1.1 and PHP 4.0.1 which causes the imagedashedline() function to work only with vertical lines. As reported in (http://tw2.php.net/imagedashedline).Therefore anyone using the PHP versions above with &quot;Add my place&quot; turned on will not see a crosshair - just a vertical line. Can be resolved by replacing imagedashedline() with imageline(), and specifying a line style with ImageSetStyle. (Recommended for future versions for compatibility)</description>
		<content:encoded><![CDATA[<p>FYI, there seems to be a bug in PHP 5.1.1 and PHP 4.0.1 which causes the imagedashedline() function to work only with vertical lines. As reported in (<a href="http://tw2.php.net/imagedashedline" rel="nofollow"></a><a href='http://tw2.php.net/imagedashedline'>http://tw2.php.net/imagedashedline</a>).Therefore anyone using the PHP versions above with &#8220;Add my place&#8221; turned on will not see a crosshair &#8211; just a vertical line. Can be resolved by replacing imagedashedline() with imageline(), and specifying a line style with ImageSetStyle. (Recommended for future versions for compatibility)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Grant</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-3/#comment-68055</link>
		<dc:creator>Thomas Grant</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-68055</guid>
		<description>Hello.

I&#039;ve read through the comments regarding using IPCCP and StatPress. So far, I am unable to get it working correctly.

I&#039;ve changed the default setting of &quot;Counter table name&quot; to &quot;wp_statpress&quot; as well as changing the default setting of &quot;remote IP field name&quot; to from &quot;IP to &quot;ip&quot;.

I have not made any additional changes to the default settings, when I click &quot;Update Settings &amp; Redraw&quot;, I am presented with:

Cluster Map Generation Started
  0s &gt;&gt; Loading GeoIP into memory

As well as the message &quot;Generating the cluster map might take a while - please be patient!&quot;

I let it sit there for a long period of time and nothing changes. When I eventually decided to revisit the settings page, I am giving a preview map.

My method in trying to add the map to the front page of my blog in the sidebar, was to edit the widgets, add a &quot;text&quot; widget, including the &quot;Output template&quot; on the IPCCP settings page. All that I see on my sidebar is: &quot;%BLOGNAME% Cluster Map&quot;. This indicates to me that the image is not being displayed, as that is the alt tag defined in the HTML.

Assistance would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;ve read through the comments regarding using IPCCP and StatPress. So far, I am unable to get it working correctly.</p>
<p>I&#8217;ve changed the default setting of &#8220;Counter table name&#8221; to &#8220;wp_statpress&#8221; as well as changing the default setting of &#8220;remote IP field name&#8221; to from &#8220;IP to &#8220;ip&#8221;.</p>
<p>I have not made any additional changes to the default settings, when I click &#8220;Update Settings &amp; Redraw&#8221;, I am presented with:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Loading GeoIP into memory</p>
<p>As well as the message &#8220;Generating the cluster map might take a while &#8211; please be patient!&#8221;</p>
<p>I let it sit there for a long period of time and nothing changes. When I eventually decided to revisit the settings page, I am giving a preview map.</p>
<p>My method in trying to add the map to the front page of my blog in the sidebar, was to edit the widgets, add a &#8220;text&#8221; widget, including the &#8220;Output template&#8221; on the IPCCP settings page. All that I see on my sidebar is: &#8220;%BLOGNAME% Cluster Map&#8221;. This indicates to me that the image is not being displayed, as that is the alt tag defined in the HTML.</p>
<p>Assistance would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-68026</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 12 Feb 2009 08:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-68026</guid>
		<description>Hey Robert Jones,

check comment #74 (and below) for some discussion on fetching data from statpress.  does that help you any?

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Robert Jones,</p>
<p>check comment #74 (and below) for some discussion on fetching data from statpress.  does that help you any?</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Jones</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-68023</link>
		<dc:creator>Robert Jones</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-68023</guid>
		<description>I can&#039;t get this plugin to work. Using Wordpress 2.7 and the Statpress plugin to capture the ip data in a table called &quot;wp_statpress&quot; from the field &quot;ip&quot;. On the options page for IPCCP, when I click &quot;Update Settings &amp; Redraw&quot;, I see these messages above a blank map:

Cluster Map Generation Started
  0s &gt;&gt; Loading GeoIP into memory DONE
  2s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (1418 entries)
  2s &gt;&gt; finished fetching 0 entries
  2s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

1418 entries returned from the query then suddenly 0 entries? Doesn&#039;t make sense. Obviously IPCCP is querying the db correctly (there are in fact 1418 entries in this table) but isn&#039;t processing them correctly. HELP!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this plugin to work. Using Wordpress 2.7 and the Statpress plugin to capture the ip data in a table called &#8220;wp_statpress&#8221; from the field &#8220;ip&#8221;. On the options page for IPCCP, when I click &#8220;Update Settings &amp; Redraw&#8221;, I see these messages above a blank map:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Loading GeoIP into memory DONE<br />
  2s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (1418 entries)<br />
  2s &gt;&gt; finished fetching 0 entries<br />
  2s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>1418 entries returned from the query then suddenly 0 entries? Doesn&#8217;t make sense. Obviously IPCCP is querying the db correctly (there are in fact 1418 entries in this table) but isn&#8217;t processing them correctly. HELP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67756</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Tue, 25 Nov 2008 05:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67756</guid>
		<description>tmb-

I think so.  It&#039;s from  Anders Holte Nielsen, version 0.53 and appears to be collecting data fine.

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb-</p>
<p>I think so.  It&#8217;s from  Anders Holte Nielsen, version 0.53 and appears to be collecting data fine.</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67753</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 24 Nov 2008 08:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67753</guid>
		<description>Hey Poppa Bear,

still struggeling with the same issue as in comment #86?  I really have no clue whats happening.  You are using Counterize (and not Counterize II), right?

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Poppa Bear,</p>
<p>still struggeling with the same issue as in comment #86?  I really have no clue whats happening.  You are using Counterize (and not Counterize II), right?</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67752</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Mon, 24 Nov 2008 07:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67752</guid>
		<description>tmb,

any chance of getting any help with this?

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb,</p>
<p>any chance of getting any help with this?</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67729</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 28 Oct 2008 02:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67729</guid>
		<description>Another note: There is a potential conflict of this plug in with the SuperCache plug in.  When I enable this plugin I lose all my theme when my blog is rendered.  

-1- When I disable SuperCache plugin alone the theme rendering comes back.  

-2- When I disable the ip city cluster plugin alone the rendering comes back.</description>
		<content:encoded><![CDATA[<p>Another note: There is a potential conflict of this plug in with the SuperCache plug in.  When I enable this plugin I lose all my theme when my blog is rendered.  </p>
<p>-1- When I disable SuperCache plugin alone the theme rendering comes back.  </p>
<p>-2- When I disable the ip city cluster plugin alone the rendering comes back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67728</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 27 Oct 2008 23:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67728</guid>
		<description>I am using statpress with TABLE = wp_statpress and FIELD = ip ..... I entered the values in the setup page then set my minimum cluster =1 ( so I could get immediate results ) but I get the following....appears like it sees 4206 entries but fetches none.  Any clues?  

Cluster Map Generation Started
  0s &gt;&gt; Loading GeoIP into memory DONE
  0s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (4206 entries)
  0s &gt;&gt; finished fetching 0 entries
  0s &gt;&gt; Finished with additional drawings
Done generating a new cluster map</description>
		<content:encoded><![CDATA[<p>I am using statpress with TABLE = wp_statpress and FIELD = ip &#8230;.. I entered the values in the setup page then set my minimum cluster =1 ( so I could get immediate results ) but I get the following&#8230;.appears like it sees 4206 entries but fetches none.  Any clues?  </p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Loading GeoIP into memory DONE<br />
  0s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (4206 entries)<br />
  0s &gt;&gt; finished fetching 0 entries<br />
  0s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67727</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67727</guid>
		<description>hey Fred,

to answer your question, I&#039;ve used the binaries.  Just download the complete package and you&#039;ll notice the files in &lt;code&gt;ipccp/GeoIP/&lt;/code&gt; (the ».dat« files).  BTW you shouldn&#039;t need to download anything unless you want the latest GeoIP distribution.

cheers,
-tmb

ps: the &lt;a href=&quot;#download&quot;&gt;download section&lt;/a&gt; above has working links to the database-files.</description>
		<content:encoded><![CDATA[<p>hey Fred,</p>
<p>to answer your question, I&#8217;ve used the binaries.  Just download the complete package and you&#8217;ll notice the files in <code>ipccp/GeoIP/</code> (the ».dat« files).  BTW you shouldn&#8217;t need to download anything unless you want the latest GeoIP distribution.</p>
<p>cheers,<br />
-tmb</p>
<p>ps: the <a href="#download">download section</a> above has working links to the database-files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67726</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67726</guid>
		<description>You do not explicitly mention a whether you used the MaxMind CSV  or the Binary with API.  Thus I do not know which to install.  For CSV I have to write a converter to SQL file because my host does not allow CSV upload any more.</description>
		<content:encoded><![CDATA[<p>You do not explicitly mention a whether you used the MaxMind CSV  or the Binary with API.  Thus I do not know which to install.  For CSV I have to write a converter to SQL file because my host does not allow CSV upload any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67723</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Fri, 24 Oct 2008 09:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67723</guid>
		<description>Hey &quot;The Spirit&quot;,

not a lot of info there...  any error messages in your servers log files?

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey &#8220;The Spirit&#8221;,</p>
<p>not a lot of info there&#8230;  any error messages in your servers log files?</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Spirit</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67722</link>
		<dc:creator>The Spirit</dc:creator>
		<pubDate>Fri, 24 Oct 2008 09:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67722</guid>
		<description>Hi.
Found this cool plugin. Installed counterize (allready had statpress) to use this plugin.
But after putting in the wp_Counterize and the IP of my webpage, he only shows this:

Cluster Map Generation Started
  0s &gt;&gt; Loading GeoIP into memory

even after 15 min, there is no change
what could be the problem?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Found this cool plugin. Installed counterize (allready had statpress) to use this plugin.<br />
But after putting in the wp_Counterize and the IP of my webpage, he only shows this:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Loading GeoIP into memory</p>
<p>even after 15 min, there is no change<br />
what could be the problem?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67684</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Tue, 16 Sep 2008 10:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67684</guid>
		<description>tmb-
I did a complete reinstall and updated the GeoIP/City data without success.  I&#039;m thinking that the new error occurred after updating to newer GeoIP/City.  I&#039;m also guessing that IPCCP is not &quot;connecting&quot; to the counterize data.  The only changes I made from the default settings, that I can recall, were the counter table name and field and the output template.  Any ideas?

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb-<br />
I did a complete reinstall and updated the GeoIP/City data without success.  I&#8217;m thinking that the new error occurred after updating to newer GeoIP/City.  I&#8217;m also guessing that IPCCP is not &#8220;connecting&#8221; to the counterize data.  The only changes I made from the default settings, that I can recall, were the counter table name and field and the output template.  Any ideas?</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67667</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Wed, 20 Aug 2008 18:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67667</guid>
		<description>tmb--

Sorry but I&#039;m still using the same version (0.b5.8) but have never been able to get it to work yet.  Counterize appears to be providing data, however, it seems like IPCCP isn&#039;t connecting to it.  Could that be possible?

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb&#8211;</p>
<p>Sorry but I&#8217;m still using the same version (0.b5.8) but have never been able to get it to work yet.  Counterize appears to be providing data, however, it seems like IPCCP isn&#8217;t connecting to it.  Could that be possible?</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67666</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67666</guid>
		<description>Hey Poppa Bear,

this is really weird and currently I&#039;ve really got no clue.  I checked your site and the /cool - test you mentioned earlier.  Just wondering: which version of IPCCP are you using now (the one that doesn&#039;t work)?  And which version was working for you in Feb?

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Poppa Bear,</p>
<p>this is really weird and currently I&#8217;ve really got no clue.  I checked your site and the /cool &#8211; test you mentioned earlier.  Just wondering: which version of IPCCP are you using now (the one that doesn&#8217;t work)?  And which version was working for you in Feb?</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67665</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Tue, 19 Aug 2008 18:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67665</guid>
		<description>tmb-

I&#039;m still having troubles getting this to work.  Counterize is presenting data, however, nothing appears to happen with IPCCP after hitting update settings and redraw except I now have a new error now but cannot be sure what caused this change:

Parse error: syntax error, unexpected $end in /my_install/location/public_html/wordpress/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 1

Still no entries in the bluetrait event viewer nor in the server error log.  I really dig your plugin and want to get it to work on my site, so I look forward to your help.  Please let me know what info you need or you need me to do for this to work.  Thanks!

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb-</p>
<p>I&#8217;m still having troubles getting this to work.  Counterize is presenting data, however, nothing appears to happen with IPCCP after hitting update settings and redraw except I now have a new error now but cannot be sure what caused this change:</p>
<p>Parse error: syntax error, unexpected $end in /my_install/location/public_html/wordpress/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 1</p>
<p>Still no entries in the bluetrait event viewer nor in the server error log.  I really dig your plugin and want to get it to work on my site, so I look forward to your help.  Please let me know what info you need or you need me to do for this to work.  Thanks!</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67664</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 19 Aug 2008 08:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67664</guid>
		<description>Hey Poppa Bear,

you are quite right.  IPCCP has no table of it&#039;s own.  It&#039;s using the table Counterize is filling.  Thus IPCCP will work with any statistics plugin that keeps track of the necessary infos.

why are you wondering?
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Poppa Bear,</p>
<p>you are quite right.  IPCCP has no table of it&#8217;s own.  It&#8217;s using the table Counterize is filling.  Thus IPCCP will work with any statistics plugin that keeps track of the necessary infos.</p>
<p>why are you wondering?<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67663</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Tue, 19 Aug 2008 05:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67663</guid>
		<description>tmb -- Welcome back from holiday!  Question: IPCCP is making it’s own queries of the countrize table, right? I was curious about the relationship between counterize and IPCCP.

Thanks again for your help with the bothersome questions.

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb &#8212; Welcome back from holiday!  Question: IPCCP is making it’s own queries of the countrize table, right? I was curious about the relationship between counterize and IPCCP.</p>
<p>Thanks again for your help with the bothersome questions.</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67660</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 18 Aug 2008 05:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67660</guid>
		<description>Hey Zenith,

thanks for the feedback.  I think FF has always been displaying the Cities without linebreaks.  For me that makes it useless as most spots of interest usually contain too many Names for my display.  Ah well, you just can&#039;t have it all.

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Zenith,</p>
<p>thanks for the feedback.  I think FF has always been displaying the Cities without linebreaks.  For me that makes it useless as most spots of interest usually contain too many Names for my display.  Ah well, you just can&#8217;t have it all.</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67657</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Sun, 17 Aug 2008 17:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67657</guid>
		<description>FYI, Firefox3 can now handle the “all cities per cluster” feature, albeit not completely correctly (linebreaks are disappeared). It shows the full string of city names rather than the shorten form in earlier versions.</description>
		<content:encoded><![CDATA[<p>FYI, Firefox3 can now handle the “all cities per cluster” feature, albeit not completely correctly (linebreaks are disappeared). It shows the full string of city names rather than the shorten form in earlier versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67638</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67638</guid>
		<description>When I click on Save Settings and Redraw an error appear to me: Parse error: syntax error, unexpected $end in /home/user/public_html/wp/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 1</description>
		<content:encoded><![CDATA[<p>When I click on Save Settings and Redraw an error appear to me: Parse error: syntax error, unexpected $end in /home/user/public_html/wp/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67623</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Wed, 02 Jul 2008 05:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67623</guid>
		<description>tmb-

Nope, nothing in the error logs for IPCCP.  And I don&#039;t get even the cluster map generation message, only the patience message.  Question:  IPCCP is making it&#039;s own queries of the countrize table, right?  I was curious about the relationship between counterize and IPCCP.

Thanks again for your help with the bothersome questions.

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb-</p>
<p>Nope, nothing in the error logs for IPCCP.  And I don&#8217;t get even the cluster map generation message, only the patience message.  Question:  IPCCP is making it&#8217;s own queries of the countrize table, right?  I was curious about the relationship between counterize and IPCCP.</p>
<p>Thanks again for your help with the bothersome questions.</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67622</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67622</guid>
		<description>&lt;b&gt;@Poppa:&lt;/b&gt; now thats wierd.  Here a screenshot of how it should looks like:
&lt;img src=&quot;http://blog.vimagic.de/wordpress/wp-content/uploads/2008/06/ipccp_poppa.jpg&quot; border=&quot;2&quot; align=&quot;center&quot;&gt;
But I guess you know that, since you mentioned trying it at some other website.  &lt;b&gt;Any messages in your servers error log?&lt;/b&gt;

&lt;hr size=&quot;2&quot;&gt;

&lt;b&gt;@Nelson:&lt;/b&gt; you long/lat works for me (have a look at http://blog.vimagic.de/statistics/ ) ... Sure you&#039;ve entered the values correctly (comma vs. periode issue maybe?)

Yeah, I&#039;m Albert - using my old Uni as a ssh proxy.  And as Albert Einstein was born here, their node carries his name.</description>
		<content:encoded><![CDATA[<p><b>@Poppa:</b> now thats wierd.  Here a screenshot of how it should looks like:<br />
<img src="http://blog.vimagic.de/wordpress/wp-content/uploads/2008/06/ipccp_poppa.jpg" border="2" align="center"/><br />
But I guess you know that, since you mentioned trying it at some other website.  <b>Any messages in your servers error log?</b></p>
<hr size="2"/>
<p><b>@Nelson:</b> you long/lat works for me (have a look at <a href="http://blog.vimagic.de/statistics/" rel="nofollow"></a><a href='http://blog.vimagic.de/statistics/'>http://blog.vimagic.de/statistics/</a> ) &#8230; Sure you&#8217;ve entered the values correctly (comma vs. periode issue maybe?)</p>
<p>Yeah, I&#8217;m Albert &#8211; using my old Uni as a ssh proxy.  And as Albert Einstein was born here, their node carries his name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67621</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Tue, 01 Jul 2008 05:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67621</guid>
		<description>tmb-

I&#039;ve uploaded a snap at www.{mywebsitehere}.com/IPCCP_status.jpg showing exactly what the bottom of the config page looks like after selecting &quot;Update Settings &amp; Redraw&quot;.  Counterize is installed and functioning.  I confirmed that there are IPs in the DB as well.  I currently have &gt;50 hits (most of them me), so I would&#039;ve guessed that generating output would be something less than 10 minutes.  Regardless, this page has not changed.  Now, before I select &quot;Update Settings &amp; Redraw&quot; I can see the default, static map.  That same map is also visible at www.{mywebsitehere}.com/cool, the page I was testing this feature out at.

Thanks for your efforts and time with this plugin and my questions!

Cheers!!</description>
		<content:encoded><![CDATA[<p>tmb-</p>
<p>I&#8217;ve uploaded a snap at www.{mywebsitehere}.com/IPCCP_status.jpg showing exactly what the bottom of the config page looks like after selecting &#8220;Update Settings &amp; Redraw&#8221;.  Counterize is installed and functioning.  I confirmed that there are IPs in the DB as well.  I currently have &gt;50 hits (most of them me), so I would&#8217;ve guessed that generating output would be something less than 10 minutes.  Regardless, this page has not changed.  Now, before I select &#8220;Update Settings &amp; Redraw&#8221; I can see the default, static map.  That same map is also visible at www.{mywebsitehere}.com/cool, the page I was testing this feature out at.</p>
<p>Thanks for your efforts and time with this plugin and my questions!</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67620</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67620</guid>
		<description>Hi tmb -- 

Yes, It&#039;s working fine now, in all respects. Maybe it just wanted me to pester you one last time! :oD

Longitude = -121.86 
Latitude = 36.60
My place color = #9900FF

I really appreciate your plugin and I really appreciate your patient willingness to help me sort out my problems. Thanks again.

So, are you @ Albert, Reutingen, or Waldstetten?

All best,

-- Nelson</description>
		<content:encoded><![CDATA[<p>Hi tmb &#8212; </p>
<p>Yes, It&#8217;s working fine now, in all respects. Maybe it just wanted me to pester you one last time! :oD</p>
<p>Longitude = -121.86<br />
Latitude = 36.60<br />
My place color = #9900FF</p>
<p>I really appreciate your plugin and I really appreciate your patient willingness to help me sort out my problems. Thanks again.</p>
<p>So, are you @ Albert, Reutingen, or Waldstetten?</p>
<p>All best,</p>
<p>&#8211; Nelson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67618</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 30 Jun 2008 11:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67618</guid>
		<description>&lt;img src=&quot;http://blog.vimagic.de/wordpress/wp-content/uploads/2008/06/nelson.png&quot; border=&quot;2&quot; align=&quot;left&quot; hspace=&quot;10&quot; /&gt;

hey nelson,

no worries - cross posting happens.  anyhow, seems to be working fine at my end (even with the big map).  I think this happens only, &lt;b&gt;if click on the image before your blog page is completely loaded&lt;/b&gt;, could that be?  Than it&#039;s not using the Lightbox-style zoom but loads the image only.  The detailed stats work with a image map being defined when you blog loads (which is located in the footer of your page for better readability of the page HTML source).  Obviously this can&#039;t work if you load the image only.

hope this helps,
cheers,
-tmb

&lt;b&gt;ps: &lt;/b&gt; what&#039;s you long/lat values?
&#160;
&#160;
&#160;
&#160;
&#160;
</description>
		<content:encoded><![CDATA[<p><img src="http://blog.vimagic.de/wordpress/wp-content/uploads/2008/06/nelson.png" border="2" align="left" hspace="10" /></p>
<p>hey nelson,</p>
<p>no worries &#8211; cross posting happens.  anyhow, seems to be working fine at my end (even with the big map).  I think this happens only, <b>if click on the image before your blog page is completely loaded</b>, could that be?  Than it&#8217;s not using the Lightbox-style zoom but loads the image only.  The detailed stats work with a image map being defined when you blog loads (which is located in the footer of your page for better readability of the page HTML source).  Obviously this can&#8217;t work if you load the image only.</p>
<p>hope this helps,<br />
cheers,<br />
-tmb</p>
<p><b>ps: </b> what&#8217;s you long/lat values?<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67617</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Mon, 30 Jun 2008 10:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67617</guid>
		<description>Hey tmb --

We cross posted. Sorry I didn&#039;t see your #73 solution when I wrote my PS in #74. 

Anyhow, it works! You&#039;re a champ! Thank you so much!!!

One thing I notice, in the big map the cursor turns into a magnifying glass with a &quot;+&quot; in it and looses the capability (as it has in the small map) to click on a spot to see the hits detail. Is that normal?

Thanks again,

-- Nelson</description>
		<content:encoded><![CDATA[<p>Hey tmb &#8211;</p>
<p>We cross posted. Sorry I didn&#8217;t see your #73 solution when I wrote my PS in #74. </p>
<p>Anyhow, it works! You&#8217;re a champ! Thank you so much!!!</p>
<p>One thing I notice, in the big map the cursor turns into a magnifying glass with a &#8220;+&#8221; in it and looses the capability (as it has in the small map) to click on a spot to see the hits detail. Is that normal?</p>
<p>Thanks again,</p>
<p>&#8211; Nelson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67616</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Mon, 30 Jun 2008 10:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67616</guid>
		<description>Hey Tim and Poppa Bear --

Maybe this will help. At least it&#039;s what seemed to make a difference for me, finally. 

All I needed to do is go into cPanel and phpMyAdmin for my database, open the wp_statpress table (my WP stats plugin is StatPress)  and check the name for the field that holds my IPs (in my case the name is &quot;ip&quot;) and then went to my setting for &quot;remote IP field name:&quot; in the IPCCP Options admin screen and changed it accordingly (its default was &quot;IP&quot; so I reset it as &quot;ip&quot;).  Then I had to click &quot;Update Settings and Redraw&quot;. Then I went back to my screen that was already displaying my map and click to &quot;refresh&quot;.

That seemed to take care of it for me. I hope it&#039;s as straight forward for you.

Best wishes,

-- Nelson

PS - tmb, I still would like to get the big map to pop up separately instead of at the bottom of my existing map page, if possible. See my #70 posting for my experience with zoom.js. (Thanks :o)</description>
		<content:encoded><![CDATA[<p>Hey Tim and Poppa Bear &#8211;</p>
<p>Maybe this will help. At least it&#8217;s what seemed to make a difference for me, finally. </p>
<p>All I needed to do is go into cPanel and phpMyAdmin for my database, open the wp_statpress table (my WP stats plugin is StatPress)  and check the name for the field that holds my IPs (in my case the name is &#8220;ip&#8221;) and then went to my setting for &#8220;remote IP field name:&#8221; in the IPCCP Options admin screen and changed it accordingly (its default was &#8220;IP&#8221; so I reset it as &#8220;ip&#8221;).  Then I had to click &#8220;Update Settings and Redraw&#8221;. Then I went back to my screen that was already displaying my map and click to &#8220;refresh&#8221;.</p>
<p>That seemed to take care of it for me. I hope it&#8217;s as straight forward for you.</p>
<p>Best wishes,</p>
<p>&#8211; Nelson</p>
<p>PS &#8211; tmb, I still would like to get the big map to pop up separately instead of at the bottom of my existing map page, if possible. See my #70 posting for my experience with zoom.js. (Thanks :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67615</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 30 Jun 2008 06:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67615</guid>
		<description>Hey,

&lt;b&gt;@Nelson:&lt;/b&gt; That Line14 thing was my mistake.  I was using a different version on my server than you and totally forgot about it ... LOL.  I checked your version and here is what you have to change:
&lt;u&gt;Line 193&lt;/u&gt; change from
&lt;code&gt;ipccp_zoomStyleSheet.setAttribute
(&#039;href&#039;,&#039;/wordpress/wp-content/plugins/ipccp/zoom/zoom.css&#039;);&lt;/code&gt;
to
&lt;code&gt;ipccp_zoomStyleSheet.setAttribute
(&#039;href&#039;,&#039;/wp-content/plugins/ipccp/zoom/zoom.css&#039;);&lt;/code&gt;
and the similarly &lt;u&gt;Line 242&lt;/u&gt; from
&lt;code&gt;ipccp_loadPreloader.src
= &#039;/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png&#039;;&lt;/code&gt;
to
&lt;code&gt;ipccp_loadPreloader.src
= &#039;/wp-content/plugins/ipccp/zoom/ZoomProgress.png&#039;;&lt;/code&gt;
You can see the pattern: you have to get rid of the reference to the (in your case) not existing folder &quot;wordpress&quot; .  Sorry about the confusion.  Oh and what&#039;s your Log/Lat-values?  I&#039;ll try it here to see what&#039;s wrong there

&lt;hr size=&quot;2&quot; /&gt;

&lt;b&gt;@Poppa:&lt;/b&gt; Thanks for trying.  What are those &quot;generating messages appears at the bottom&quot; you are referring to.  Please post the output here so we can figure out what&#039;s happening.

&lt;hr size=&quot;2&quot; /&gt;

&lt;b&gt;@Tim:&lt;/b&gt; Nelson posted his solution in nr.67 - it was a spelling mistake as the correct column was spelled &quot;ip&quot; and not &quot;IP&quot; (lower case letters!).


hope this helps,
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p><b>@Nelson:</b> That Line14 thing was my mistake.  I was using a different version on my server than you and totally forgot about it &#8230; LOL.  I checked your version and here is what you have to change:<br />
<u>Line 193</u> change from<br />
<code>ipccp_zoomStyleSheet.setAttribute<br />
('href','/wordpress/wp-content/plugins/ipccp/zoom/zoom.css');</code><br />
to<br />
<code>ipccp_zoomStyleSheet.setAttribute<br />
('href','/wp-content/plugins/ipccp/zoom/zoom.css');</code><br />
and the similarly <u>Line 242</u> from<br />
<code>ipccp_loadPreloader.src<br />
= '/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png';</code><br />
to<br />
<code>ipccp_loadPreloader.src<br />
= '/wp-content/plugins/ipccp/zoom/ZoomProgress.png';</code><br />
You can see the pattern: you have to get rid of the reference to the (in your case) not existing folder &#8220;wordpress&#8221; .  Sorry about the confusion.  Oh and what&#8217;s your Log/Lat-values?  I&#8217;ll try it here to see what&#8217;s wrong there</p>
<hr size="2" />
<p><b>@Poppa:</b> Thanks for trying.  What are those &#8220;generating messages appears at the bottom&#8221; you are referring to.  Please post the output here so we can figure out what&#8217;s happening.</p>
<hr size="2" />
<p><b>@Tim:</b> Nelson posted his solution in nr.67 &#8211; it was a spelling mistake as the correct column was spelled &#8220;ip&#8221; and not &#8220;IP&#8221; (lower case letters!).</p>
<p>hope this helps,<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67614</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 29 Jun 2008 17:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67614</guid>
		<description>Hi

Just wondering how Nelson fixed his problem with the IPs not being picked up.

All I am getting is:

Cluster Map Generation Started
  0s &gt;&gt; Setting up GeoIP DONE
  1s &gt;&gt; Fetching database entries (SELECT IP FROM wp_makingitupCounterize) DONE (5 entries)
  1s &gt;&gt; finished fetching 0 entries
  1s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

I have checked the db and they sure look like IPs to me.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just wondering how Nelson fixed his problem with the IPs not being picked up.</p>
<p>All I am getting is:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Setting up GeoIP DONE<br />
  1s &gt;&gt; Fetching database entries (SELECT IP FROM wp_makingitupCounterize) DONE (5 entries)<br />
  1s &gt;&gt; finished fetching 0 entries<br />
  1s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>I have checked the db and they sure look like IPs to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poppa Bear</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67613</link>
		<dc:creator>Poppa Bear</dc:creator>
		<pubDate>Sat, 28 Jun 2008 12:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67613</guid>
		<description>Great plugin and I really do hope that we can get this thing to work for me!  Sorry, I&#039;m another neophyte WP&#039;er and have spent the last two days trying to fight my way through this.

Yesterday, I was able to get IPCCP and counterize installed only to realize that there was a WHOLE lot more involved than typical plugins.  After working through the MySQL documentation for a few hours and adding the IP_Counterize table to my established DB was I finally able to get counterize up and running.

And this is where I am stuck.  Though the only IPs in counterize are mine (about 20) and IPCCP appears to be properly configured, it seems that IPCCP dumps whenever I select Update Options &amp; Redraw.  The message &quot;Settings Saved&quot; appears across the top of the page and generating messages appears at the bottom, nothing ever does show up, even after waiting about 10 minutes.  Again, less than 40 hits according to counterize, so I would&#039;ve guessed less than a minute to generate, as seen from the examples below.

Any ideas?

Cheers!!
PB</description>
		<content:encoded><![CDATA[<p>Great plugin and I really do hope that we can get this thing to work for me!  Sorry, I&#8217;m another neophyte WP&#8217;er and have spent the last two days trying to fight my way through this.</p>
<p>Yesterday, I was able to get IPCCP and counterize installed only to realize that there was a WHOLE lot more involved than typical plugins.  After working through the MySQL documentation for a few hours and adding the IP_Counterize table to my established DB was I finally able to get counterize up and running.</p>
<p>And this is where I am stuck.  Though the only IPs in counterize are mine (about 20) and IPCCP appears to be properly configured, it seems that IPCCP dumps whenever I select Update Options &amp; Redraw.  The message &#8220;Settings Saved&#8221; appears across the top of the page and generating messages appears at the bottom, nothing ever does show up, even after waiting about 10 minutes.  Again, less than 40 hits according to counterize, so I would&#8217;ve guessed less than a minute to generate, as seen from the examples below.</p>
<p>Any ideas?</p>
<p>Cheers!!<br />
PB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67612</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Sat, 28 Jun 2008 03:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67612</guid>
		<description>Hi tmb --

Thanks so much for helping with this. Yes, happily, my map is beginning to look like a mild case of measles. (Two spots so far in Deutschland, not sure which is yours. :o) 

I looked in zoom.js and I didn&#039;t see anything about the PlugInPath. Here&#039;s what I have for zoom.js lines 11 to 24 inclusive:

var zoomAnimationWaitTimer = null, zoomAnimationTimer = null, zoomAnimationFrame = 0;
var isFirstZoom = true;



function ipccp_getScrollY() {

	if (self.pageYOffset) { return self.pageYOffset; }
	else if (document.documentElement &amp;&amp; document.documentElement.scrollTop) { return document.documentElement.scrollTop; }
	else if (document.body) { return document.body.scrollTop; }

	return 0;

}

I tried adding &quot;var PlugInPath = &#039;/wp-content/plugins/ipccp&#039;;&quot; at line 14 but it didn&#039;t seem to make a difference.

So, as close as I&#039;ve gotten, I&#039;m still not quite there yet. . .

Also, I&#039;m curious about the &quot;Add my place&quot; function. I&#039;ve specified both my longitude and latitude, but there is only a vertical line that runs up and down at my longitude. Nothing to indicate where my latitude is except that I have a red dot. But that&#039;s from my own IP in the database, right?  So I&#039;m a bit confused here, too.

Thanks again, tmb, and cheers,

-- Nelson</description>
		<content:encoded><![CDATA[<p>Hi tmb &#8211;</p>
<p>Thanks so much for helping with this. Yes, happily, my map is beginning to look like a mild case of measles. (Two spots so far in Deutschland, not sure which is yours. :o) </p>
<p>I looked in zoom.js and I didn&#8217;t see anything about the PlugInPath. Here&#8217;s what I have for zoom.js lines 11 to 24 inclusive:</p>
<p>var zoomAnimationWaitTimer = null, zoomAnimationTimer = null, zoomAnimationFrame = 0;<br />
var isFirstZoom = true;</p>
<p>function ipccp_getScrollY() {</p>
<p>	if (self.pageYOffset) { return self.pageYOffset; }<br />
	else if (document.documentElement &amp;&amp; document.documentElement.scrollTop) { return document.documentElement.scrollTop; }<br />
	else if (document.body) { return document.body.scrollTop; }</p>
<p>	return 0;</p>
<p>}</p>
<p>I tried adding &#8220;var PlugInPath = &#8216;/wp-content/plugins/ipccp&#8217;;&#8221; at line 14 but it didn&#8217;t seem to make a difference.</p>
<p>So, as close as I&#8217;ve gotten, I&#8217;m still not quite there yet. . .</p>
<p>Also, I&#8217;m curious about the &#8220;Add my place&#8221; function. I&#8217;ve specified both my longitude and latitude, but there is only a vertical line that runs up and down at my longitude. Nothing to indicate where my latitude is except that I have a red dot. But that&#8217;s from my own IP in the database, right?  So I&#8217;m a bit confused here, too.</p>
<p>Thanks again, tmb, and cheers,</p>
<p>&#8211; Nelson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67611</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67611</guid>
		<description>Hey Nelson,

looks about right now.  I see some smal dots all over you map (I definitely could see the place where I live ;)  As far as the big image is concerned, there&#039;s a pretty simple solution:
http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/zoom.css &lt;b&gt;not found&lt;/b&gt;
http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png &lt;b&gt;not found&lt;/b&gt;

looks like you are not using the standard WordPress-folder.  Instead it seems like you&#039;ve got all your WordPress stuff in your main directory.   But don&#039;t worry!  All you have to change is &lt;b&gt;line 14&lt;/b&gt; in your &lt;/b&gt;ipccp/zoom/zoom.js&lt;/b&gt; file from:
&lt;code&gt;var PlugInPath = &#039;/wordpress/wp-content/plugins/ipccp&#039;;&lt;/code&gt;
to
&lt;code&gt;var PlugInPath = &#039;/wp-content/plugins/ipccp&#039;;&lt;/code&gt;

at least I think this should do the trick :)
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Nelson,</p>
<p>looks about right now.  I see some smal dots all over you map (I definitely could see the place where I live ;)  As far as the big image is concerned, there&#8217;s a pretty simple solution:<br />
<a href="http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/zoom.css" rel="nofollow"></a><a href='http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/zoom.css'>http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/zoom.css</a> <b>not found</b><br />
<a href="http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png" rel="nofollow"></a><a href='http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png'>http://inrockland.us/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png</a> <b>not found</b></p>
<p>looks like you are not using the standard WordPress-folder.  Instead it seems like you&#8217;ve got all your WordPress stuff in your main directory.   But don&#8217;t worry!  All you have to change is <b>line 14</b> in your ipccp/zoom/zoom.js file from:<br />
<code>var PlugInPath = '/wordpress/wp-content/plugins/ipccp';</code><br />
to<br />
<code>var PlugInPath = '/wp-content/plugins/ipccp';</code></p>
<p>at least I think this should do the trick :)<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67610</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67610</guid>
		<description>Oooops! Never mind! I just had to refresh the page a second time. Sorry. All functional — YAY!

This is so, so COOL!

I&#039;d still like to be able to have the large map pop out (like target=&quot;_blank&quot;) rather than appear at the bottom of the http://inrockland.us/visitors/ page as it does now. Any way to achieve this?

Thanks again, tmb, I&#039;m very pleased with this. :o)</description>
		<content:encoded><![CDATA[<p>Oooops! Never mind! I just had to refresh the page a second time. Sorry. All functional — YAY!</p>
<p>This is so, so COOL!</p>
<p>I&#8217;d still like to be able to have the large map pop out (like target=&#8221;_blank&#8221;) rather than appear at the bottom of the <a href="http://inrockland.us/visitors/" rel="nofollow"></a><a href='http://inrockland.us/visitors/'>http://inrockland.us/visitors/</a> page as it does now. Any way to achieve this?</p>
<p>Thanks again, tmb, I&#8217;m very pleased with this. :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67609</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Thu, 26 Jun 2008 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67609</guid>
		<description>Hey tmb --

Thanks for having a look at this.  OK, the first part of my problem is that I needed the &quot;remote IP field name&quot; to be specified as &quot;ip&quot; not IP&quot;. Done.

Now I get...

Cluster Map Generation Started
  0s &gt;&gt; Setting up GeoIP DONE
  0s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (63 entries)
  0s &gt;&gt; finished fetching 63 entries
  0s &gt;&gt; Grouping entries by unique IPs
  0s &gt;&gt; Grouping entries by unique IPs DONE (9 unique IPs)
  0s &gt;&gt; Beginning with IP lookup
  0s &gt;&gt; finished grouping IPs into 8 unique places
  0s &gt;&gt; Rearranging some values DONE
  0s &gt;&gt; Beginning to sort places by number of visits DONE
  0s &gt;&gt; Beginning clustering
  0s &gt;&gt; finished clustering into 7 cluster
  0s &gt;&gt; Finished allocation 11 colors
  0s &gt;&gt; Beginning to draw DONE
  0s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

...but I still have no clusters showing. Also, now it generates the large map at the bottom of the page where my small map is located ( http://inrockland.us/visitors/ ). I&#039;d really like the large map to pop out a new page instead of showing up on the small map page. Any way to adjust settings for this? 

Many thanks.</description>
		<content:encoded><![CDATA[<p>Hey tmb &#8211;</p>
<p>Thanks for having a look at this.  OK, the first part of my problem is that I needed the &#8220;remote IP field name&#8221; to be specified as &#8220;ip&#8221; not IP&#8221;. Done.</p>
<p>Now I get&#8230;</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Setting up GeoIP DONE<br />
  0s &gt;&gt; Fetching database entries (SELECT ip FROM wp_statpress) DONE (63 entries)<br />
  0s &gt;&gt; finished fetching 63 entries<br />
  0s &gt;&gt; Grouping entries by unique IPs<br />
  0s &gt;&gt; Grouping entries by unique IPs DONE (9 unique IPs)<br />
  0s &gt;&gt; Beginning with IP lookup<br />
  0s &gt;&gt; finished grouping IPs into 8 unique places<br />
  0s &gt;&gt; Rearranging some values DONE<br />
  0s &gt;&gt; Beginning to sort places by number of visits DONE<br />
  0s &gt;&gt; Beginning clustering<br />
  0s &gt;&gt; finished clustering into 7 cluster<br />
  0s &gt;&gt; Finished allocation 11 colors<br />
  0s &gt;&gt; Beginning to draw DONE<br />
  0s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>&#8230;but I still have no clusters showing. Also, now it generates the large map at the bottom of the page where my small map is located ( <a href="http://inrockland.us/visitors/" rel="nofollow"></a><a href='http://inrockland.us/visitors/'>http://inrockland.us/visitors/</a> ). I&#8217;d really like the large map to pop out a new page instead of showing up on the small map page. Any way to adjust settings for this? </p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67607</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67607</guid>
		<description>Hey Nelson,

thanks for trying the plugin.  You got a couple things mixed up there.  First of all, IPCCP should get it&#039;s entries from a WordPress database containing IP numbers.  In your case you are using the field &quot;IP&quot; in the table &quot;wp_statpress&quot;.  Judging from here, it seems like even though there&#039;s 42 entries in that table, none of them is a valid IP.  Usually the first lines should looks something like:
&lt;code&gt;
1s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187430 entries)
[...]
15s &gt;&gt; finished fetching 187430 entries
&lt;/code&gt;

As to logfiles:  IPCCP can also fetch the IP numbers from logfiles.  You will need access to your logfile on your server to do so (wouldn&#039;t be much help to you if you used the vimagic-logfile ;-)  As logfiles come in all kind of formates, parsing them is somewhat of an issue.  The PHP/rexp-savvy may use their own logfile filter if the build in one doesn&#039;t work properly.  &lt;b&gt;In your case&lt;/b&gt; it&#039;s probably best to untick the &quot;include logfile&quot; and leave the &lt;b&gt;two fields&lt;/b&gt; in the settings &lt;b&gt;blank&lt;/b&gt;.  Especially if you&#039;ve entered anything in the second field that may explain why all your 42 (possibly correctly fetched IPs) get rejected.

let me know how it went,
cheers,
-tmb


&lt;b&gt;ps @Paradox:&lt;/b&gt; neat idea, even though I&#039;m not much of a Google fanboy, I admit there&#039;s some charm in the idea.  I&#039;ll keep it in mind for a future release (see ToDo list).</description>
		<content:encoded><![CDATA[<p>Hey Nelson,</p>
<p>thanks for trying the plugin.  You got a couple things mixed up there.  First of all, IPCCP should get it&#8217;s entries from a WordPress database containing IP numbers.  In your case you are using the field &#8220;IP&#8221; in the table &#8220;wp_statpress&#8221;.  Judging from here, it seems like even though there&#8217;s 42 entries in that table, none of them is a valid IP.  Usually the first lines should looks something like:<br />
<code><br />
1s >> Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187430 entries)<br />
[...]<br />
15s >> finished fetching 187430 entries<br />
</code></p>
<p>As to logfiles:  IPCCP can also fetch the IP numbers from logfiles.  You will need access to your logfile on your server to do so (wouldn&#8217;t be much help to you if you used the vimagic-logfile ;-)  As logfiles come in all kind of formates, parsing them is somewhat of an issue.  The PHP/rexp-savvy may use their own logfile filter if the build in one doesn&#8217;t work properly.  <b>In your case</b> it&#8217;s probably best to untick the &#8220;include logfile&#8221; and leave the <b>two fields</b> in the settings <b>blank</b>.  Especially if you&#8217;ve entered anything in the second field that may explain why all your 42 (possibly correctly fetched IPs) get rejected.</p>
<p>let me know how it went,<br />
cheers,<br />
-tmb</p>
<p><b>ps @Paradox:</b> neat idea, even though I&#8217;m not much of a Google fanboy, I admit there&#8217;s some charm in the idea.  I&#8217;ll keep it in mind for a future release (see ToDo list).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson Bonner</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67606</link>
		<dc:creator>Nelson Bonner</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67606</guid>
		<description>Hi -- I don&#039;t get any errors when I generate my cluster map, but I also don&#039;t get any clusters displayed ( http://inrockland.us/visitors/ ). It&#039;s a brand new blog and has only my own and a couple of other IP hits, but I set the Cluster Mode min visits to = 1 so it should show other visitors, I would have thought. Also, it is not showing me (I set &quot;add my place&quot; for the correct long &amp; lat). And I can&#039;t see how to get it to click to display the larger map. (Do I have to manually set the small image at http://inrockland.us/visitors/ to be a graphic link to the large map? I can do that, but I&#039;m not sure that is the intended functionality.) Nor can I figure out how to set up the log file. I have no logfile_filter.php anywhere to modify and I don&#039;t know what path to set for vimagic since I don&#039;t see it anywhere either.

Dazed and confuzed -- but hopeful! :oP

Here&#039;s the Generating New Cluster Map feedback:

Cluster Map Generation Started
  0s &gt;&gt; Setting up GeoIP DONE
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_statpress) DONE (42 entries)
  0s &gt;&gt; finished fetching 0 entries
  0s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

Thanks for any guidance.

-- Nelson</description>
		<content:encoded><![CDATA[<p>Hi &#8212; I don&#8217;t get any errors when I generate my cluster map, but I also don&#8217;t get any clusters displayed ( <a href="http://inrockland.us/visitors/" rel="nofollow"></a><a href='http://inrockland.us/visitors/'>http://inrockland.us/visitors/</a> ). It&#8217;s a brand new blog and has only my own and a couple of other IP hits, but I set the Cluster Mode min visits to = 1 so it should show other visitors, I would have thought. Also, it is not showing me (I set &#8220;add my place&#8221; for the correct long &amp; lat). And I can&#8217;t see how to get it to click to display the larger map. (Do I have to manually set the small image at <a href="http://inrockland.us/visitors/" rel="nofollow"></a><a href='http://inrockland.us/visitors/'>http://inrockland.us/visitors/</a> to be a graphic link to the large map? I can do that, but I&#8217;m not sure that is the intended functionality.) Nor can I figure out how to set up the log file. I have no logfile_filter.php anywhere to modify and I don&#8217;t know what path to set for vimagic since I don&#8217;t see it anywhere either.</p>
<p>Dazed and confuzed &#8212; but hopeful! :oP</p>
<p>Here&#8217;s the Generating New Cluster Map feedback:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Setting up GeoIP DONE<br />
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_statpress) DONE (42 entries)<br />
  0s &gt;&gt; finished fetching 0 entries<br />
  0s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>Thanks for any guidance.</p>
<p>&#8211; Nelson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paradox</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67605</link>
		<dc:creator>Paradox</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67605</guid>
		<description>Looks good, but if there would be any way to make it use google maps, that would be even better.</description>
		<content:encoded><![CDATA[<p>Looks good, but if there would be any way to make it use google maps, that would be even better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67596</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67596</guid>
		<description>Hey Eduardo,

don&#039;t worry about the emails - I&#039;m happy to help.  I found your problem:  you are using &quot;Counterize II&quot; which as of version 2.13.0 does NOT store IP numbers anymore
(see counterize.php:
New in 2.13.0
- no more ip-logging (this is illegal in some countries e.g. Germany)
   counterize stores only a small hash to distingiush between two users
   and to get information about the user count)

Hence you can not use IPCCP.  You need either &quot;Counterize&quot;
http://andersdrengen.dk/projects/counterize/ or use an older version of &quot;Counterize II&quot; if you want to use IPCCP.

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Eduardo,</p>
<p>don&#8217;t worry about the emails &#8211; I&#8217;m happy to help.  I found your problem:  you are using &#8220;Counterize II&#8221; which as of version 2.13.0 does NOT store IP numbers anymore<br />
(see counterize.php:<br />
New in 2.13.0<br />
- no more ip-logging (this is illegal in some countries e.g. Germany)<br />
   counterize stores only a small hash to distingiush between two users<br />
   and to get information about the user count)</p>
<p>Hence you can not use IPCCP.  You need either &#8220;Counterize&#8221;<br />
<a href="http://andersdrengen.dk/projects/counterize/" rel="nofollow"></a><a href='http://andersdrengen.dk/projects/counterize/'>http://andersdrengen.dk/projects/counterize/</a> or use an older version of &#8220;Counterize II&#8221; if you want to use IPCCP.</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Heron Santos</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67595</link>
		<dc:creator>Eduardo Heron Santos</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67595</guid>
		<description>Sorry for my boring e-mails, but I don&#039;t know what happen with my IPCCP! I
updated my blog with your last ipccp.php, but was not success. 

I&#039;m sending in attachment a zip file with my folder ipccp into my blog and a
screenshot of my configuration (screenshot_Eduardo.jpg).

Please, Can you help me? This is my first experience with IPCCP and Blogs
and I have too many doubts. 

Others information that I think are important:

- WordPress: 2.5.1 (Portuguese)
- My Themes doesn&#039;t use widgets

Thanks a lot,</description>
		<content:encoded><![CDATA[<p>Sorry for my boring e-mails, but I don&#8217;t know what happen with my IPCCP! I<br />
updated my blog with your last ipccp.php, but was not success. </p>
<p>I&#8217;m sending in attachment a zip file with my folder ipccp into my blog and a<br />
screenshot of my configuration (screenshot_Eduardo.jpg).</p>
<p>Please, Can you help me? This is my first experience with IPCCP and Blogs<br />
and I have too many doubts. </p>
<p>Others information that I think are important:</p>
<p>- WordPress: 2.5.1 (Portuguese)<br />
- My Themes doesn&#8217;t use widgets</p>
<p>Thanks a lot,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67594</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67594</guid>
		<description>I&#039;m sure we can figure this out.  From here it looks like there might be some issue with the setup.  Have a look at my ClusterMap generation log:

 0s &gt;&gt; Loading GeoIP into memory DONE
 1s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187430 entries)
	[...]
15s &gt;&gt; finished fetching 187430 entries
15s &gt;&gt; Grouping entries by unique IPs
16s &gt;&gt; Grouping entries by unique IPs DONE (37708 unique IPs)
16s &gt;&gt; Beginning with IP lookup
	[...]
194s &gt;&gt; finished grouping IPs into 9748 unique places
194s &gt;&gt; Rearranging some values DONE
194s &gt;&gt; Beginning to sort places by number of visits DONE
194s &gt;&gt; Beginning clustering
	[...]
573s &gt;&gt; finished clustering into 1492 cluster
573s &gt;&gt; Finished allocation 12 colors
573s &gt;&gt; Beginning to draw DONE
582s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

Important is the line &quot;finished fetching 187430 entries&quot; which in your log reads &quot;finished fetching 0 entries&quot;.  Basically this means, that IPCCP couldn&#039;t find any IPs in your database. I&#039;ve attached a special debugging version for you - try this one.  After init and loading it should say something like:

 1s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187432 entries)
        5000 database entries processed (5000 relevant IPs found)

Especially the number in the brackets is important.  It givens the number of relevant IPs found in the last verified IPs.  Let me know how your output looks like.  And just to make sure: You are using Counterize and not Counterize II for example?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure we can figure this out.  From here it looks like there might be some issue with the setup.  Have a look at my ClusterMap generation log:</p>
<p> 0s >> Loading GeoIP into memory DONE<br />
 1s >> Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187430 entries)<br />
	[...]<br />
15s >> finished fetching 187430 entries<br />
15s >> Grouping entries by unique IPs<br />
16s >> Grouping entries by unique IPs DONE (37708 unique IPs)<br />
16s >> Beginning with IP lookup<br />
	[...]<br />
194s >> finished grouping IPs into 9748 unique places<br />
194s >> Rearranging some values DONE<br />
194s >> Beginning to sort places by number of visits DONE<br />
194s >> Beginning clustering<br />
	[...]<br />
573s >> finished clustering into 1492 cluster<br />
573s >> Finished allocation 12 colors<br />
573s >> Beginning to draw DONE<br />
582s >> Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>Important is the line &#8220;finished fetching 187430 entries&#8221; which in your log reads &#8220;finished fetching 0 entries&#8221;.  Basically this means, that IPCCP couldn&#8217;t find any IPs in your database. I&#8217;ve attached a special debugging version for you &#8211; try this one.  After init and loading it should say something like:</p>
<p> 1s >> Fetching database entries (SELECT IP FROM wp_Counterize) DONE (187432 entries)<br />
        5000 database entries processed (5000 relevant IPs found)</p>
<p>Especially the number in the brackets is important.  It givens the number of relevant IPs found in the last verified IPs.  Let me know how your output looks like.  And just to make sure: You are using Counterize and not Counterize II for example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Heron Santos</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67593</link>
		<dc:creator>Eduardo Heron Santos</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67593</guid>
		<description>Dear Thomas,

Thanks a lot for your help, but I can&#039;t see the map with marks. Look this
message:

Cluster Map Generation Started
 0s &gt;&gt; Loading GeoIP into memory DONE
 0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (6282
entries)
 0s &gt;&gt; finished fetching 0 entries
 0s &gt;&gt; Finished with additional drawings
Done generating a new cluster map


And nothing to do! What&#039;s happened? I&#039;ve been try to see the map in FireFox
and IE 6!!!

Tks,</description>
		<content:encoded><![CDATA[<p>Dear Thomas,</p>
<p>Thanks a lot for your help, but I can&#8217;t see the map with marks. Look this<br />
message:</p>
<p>Cluster Map Generation Started<br />
 0s >> Loading GeoIP into memory DONE<br />
 0s >> Fetching database entries (SELECT IP FROM wp_Counterize) DONE (6282<br />
entries)<br />
 0s >> finished fetching 0 entries<br />
 0s >> Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>And nothing to do! What&#8217;s happened? I&#8217;ve been try to see the map in FireFox<br />
and IE 6!!!</p>
<p>Tks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67592</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67592</guid>
		<description>Hey George,

as far as programming goes, it&#039;s a rather simple feat.  but as I&#039;ve written in the ToDo-List (last item), all I&#039;m waiting for are some license free maps (or someone that is willing to donate a map to the cause).  Or do you just want to &quot;crop&quot; the existing map?  Hmm...

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey George,</p>
<p>as far as programming goes, it&#8217;s a rather simple feat.  but as I&#8217;ve written in the ToDo-List (last item), all I&#8217;m waiting for are some license free maps (or someone that is willing to donate a map to the cause).  Or do you just want to &#8220;crop&#8221; the existing map?  Hmm&#8230;</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67591</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 10 Jun 2008 16:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67591</guid>
		<description>Is it possible to split the map up into different regions?  I&#039;d like to display the map in my sidebar, but due to space issues I&#039;d like to have North America, Europe, etc, separate... can this be done?

Thanks,,</description>
		<content:encoded><![CDATA[<p>Is it possible to split the map up into different regions?  I&#8217;d like to display the map in my sidebar, but due to space issues I&#8217;d like to have North America, Europe, etc, separate&#8230; can this be done?</p>
<p>Thanks,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67580</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 05 Jun 2008 20:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67580</guid>
		<description>Hey Eduardo,

thanks for the feedback.  The problem you have is a simple one: GeoIP rejected a faulty lookup call.  Somewhere in your database the string &quot;4ce21b21887f050e&quot; got entered for an IP number (or maybe you&#039;ve got the wrong database/table/key combination?).  Anyway so far &lt;b&gt;IPCCP&lt;/b&gt; assumed to receive only correctly formatted IPs.  Big assumtion coming from a lazy programmer ;)  It should be fixed now.

While I was at it I also speeded things up somewhat major.  Hence the new version is recommended for everybody.
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Eduardo,</p>
<p>thanks for the feedback.  The problem you have is a simple one: GeoIP rejected a faulty lookup call.  Somewhere in your database the string &#8220;4ce21b21887f050e&#8221; got entered for an IP number (or maybe you&#8217;ve got the wrong database/table/key combination?).  Anyway so far <b>IPCCP</b> assumed to receive only correctly formatted IPs.  Big assumtion coming from a lazy programmer ;)  It should be fixed now.</p>
<p>While I was at it I also speeded things up somewhat major.  Hence the new version is recommended for everybody.<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Heron Santos</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-67578</link>
		<dc:creator>Eduardo Heron Santos</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-67578</guid>
		<description>Friends,

First of all, congratulation to Mr.Thomas M. Bösel for this perfect plugin. I need a help to use the IP City Cluster. I installed in my blog, but there are an erros. Look at below: 

//////////////////////////////////////
PHP Fatal error: Uncaught exception &#039;Exception&#039; with message &#039;Invalid IP address: &#039;4ce21b21887f050e&#039;&#039; in E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php:507 Stack trace: #0 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php(538): Net_GeoIP-&gt;lookupCountryId(&#039;4ce21b21887f050...&#039;) #1 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(721): Net_GeoIP-&gt;lookupCountryName(&#039;4ce21b21887f050...&#039;) #2 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(1238): WpIPCCP-&gt;_recluster() #3 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(1329): WpIPCCP-&gt;_options_form() #4 [internal function]: ipccp_options_form(&#039;&#039;) #5 E:\home\nandagaucha1\Web\wp-includes\plugin.php(311): call_user_func_array(&#039;ipccp_options_f...&#039;, Array) #6 E:\home\nandagaucha1\Web\wp-admin\admin.php(55): do_action(&#039;opcoes_page_ipc...&#039;) #7 E:\home\nandagaucha1\Web\wp-admin\options-general.php(2): require_once(&#039;E:\home\nandaga...&#039;) #8 {main} thrown in E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php on line 507 
//////////////////////////////////////

What&#039;s wrong? It&#039;s look like that the field IP in database is not correspond as the same in GeoIP. I saw here (43rd Post) that Erik had the same problem, but I cound not see the solution.

Thanks a lot

Eduardo</description>
		<content:encoded><![CDATA[<p>Friends,</p>
<p>First of all, congratulation to Mr.Thomas M. Bösel for this perfect plugin. I need a help to use the IP City Cluster. I installed in my blog, but there are an erros. Look at below: </p>
<p>//////////////////////////////////////<br />
PHP Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Invalid IP address: &#8216;4ce21b21887f050e&#8221; in E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php:507 Stack trace: #0 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php(538): Net_GeoIP-&gt;lookupCountryId(&#8216;4ce21b21887f050&#8230;&#8217;) #1 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(721): Net_GeoIP-&gt;lookupCountryName(&#8216;4ce21b21887f050&#8230;&#8217;) #2 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(1238): WpIPCCP-&gt;_recluster() #3 E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\ipccp.php(1329): WpIPCCP-&gt;_options_form() #4 [internal function]: ipccp_options_form(&#8221;) #5 E:\home\nandagaucha1\Web\wp-includes\plugin.php(311): call_user_func_array(&#8216;ipccp_options_f&#8230;&#8217;, Array) #6 E:\home\nandagaucha1\Web\wp-admin\admin.php(55): do_action(&#8216;opcoes_page_ipc&#8230;&#8217;) #7 E:\home\nandagaucha1\Web\wp-admin\options-general.php(2): require_once(&#8216;E:\home\nandaga&#8230;&#8217;) #8 {main} thrown in E:\home\nandagaucha1\Web\wp-content\plugins\ipccp\GeoIP\GeoIP.php on line 507<br />
//////////////////////////////////////</p>
<p>What&#8217;s wrong? It&#8217;s look like that the field IP in database is not correspond as the same in GeoIP. I saw here (43rd Post) that Erik had the same problem, but I cound not see the solution.</p>
<p>Thanks a lot</p>
<p>Eduardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baron</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-66370</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Tue, 13 May 2008 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-66370</guid>
		<description>hi. Thanks for plugin

perfect.

regards</description>
		<content:encoded><![CDATA[<p>hi. Thanks for plugin</p>
<p>perfect.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-66298</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 11 May 2008 19:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-66298</guid>
		<description>Thanks, this plugin is fantastic. I have one problem, I also use Global Translator which when your plugin is activated causes several copies of the translated page to be produced (one on top of the other in the browser). I have about 20 other plugin activated and all work fine. Any thoughts please?</description>
		<content:encoded><![CDATA[<p>Thanks, this plugin is fantastic. I have one problem, I also use Global Translator which when your plugin is activated causes several copies of the translated page to be produced (one on top of the other in the browser). I have about 20 other plugin activated and all work fine. Any thoughts please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advokat</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-61739</link>
		<dc:creator>Advokat</dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-61739</guid>
		<description>Hi there,

This is some pretty cool thing you got going here. Gonna check out the remaining site pages to see if there are any updates. ;)

Cheers! :)</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>This is some pretty cool thing you got going here. Gonna check out the remaining site pages to see if there are any updates. ;)</p>
<p>Cheers! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-57860</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Fri, 28 Mar 2008 19:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57860</guid>
		<description>Finally got it running. Got around the crippled imagejpeg with imagegif (png is too large). One question: I wonder why imagecopyresized() is used for resizing? imagecopyresampled() seems to be a much better substitute.</description>
		<content:encoded><![CDATA[<p>Finally got it running. Got around the crippled imagejpeg with imagegif (png is too large). One question: I wonder why imagecopyresized() is used for resizing? imagecopyresampled() seems to be a much better substitute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-2/#comment-57830</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Fri, 28 Mar 2008 15:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57830</guid>
		<description>Turns out it&#039;s not a &quot;serious&quot; problem, like I fear that such as unable to parse the GeoIP database, or retrieving the ip table from counterize etc. The script hanged at 

$im_clustered=$this-&gt;_LoadJPG($this-&gt;loadFile);

Which I felt strange. When I commented out this line, the program &quot;works fine&quot; until the image processing part, which means the data retrieving and clustering went on without problem. I&#039;ll try my best to debug this.

Also the script complained &quot;Call to undefined function utf8_encode()&quot;, the server&#039;s php5 functionality seems to be very crippled.</description>
		<content:encoded><![CDATA[<p>Turns out it&#8217;s not a &#8220;serious&#8221; problem, like I fear that such as unable to parse the GeoIP database, or retrieving the ip table from counterize etc. The script hanged at </p>
<p>$im_clustered=$this-&gt;_LoadJPG($this-&gt;loadFile);</p>
<p>Which I felt strange. When I commented out this line, the program &#8220;works fine&#8221; until the image processing part, which means the data retrieving and clustering went on without problem. I&#8217;ll try my best to debug this.</p>
<p>Also the script complained &#8220;Call to undefined function utf8_encode()&#8221;, the server&#8217;s php5 functionality seems to be very crippled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenith</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-57790</link>
		<dc:creator>Zenith</dc:creator>
		<pubDate>Fri, 28 Mar 2008 08:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57790</guid>
		<description>Hi, I got into some trouble trying to make this plugin work.
Originally I have the same error caused by PHP4. My service provider claimed that their server is compatible with PHP5, and all I need is to put in an .htaccess file at my web root which says
AddType application/x-httpd-php5 .php

Anyway, the error message is gone and I can activate the plugin. But now at the Options screen, when I click Update Settings and Redraw, it never gets pass 
 0s &gt;&gt; Setting up GeoIP

Has this problem occured to anyone else? (I tried Higher performance and Memory efficient)</description>
		<content:encoded><![CDATA[<p>Hi, I got into some trouble trying to make this plugin work.<br />
Originally I have the same error caused by PHP4. My service provider claimed that their server is compatible with PHP5, and all I need is to put in an .htaccess file at my web root which says<br />
AddType application/x-httpd-php5 .php</p>
<p>Anyway, the error message is gone and I can activate the plugin. But now at the Options screen, when I click Update Settings and Redraw, it never gets pass<br />
 0s &gt;&gt; Setting up GeoIP</p>
<p>Has this problem occured to anyone else? (I tried Higher performance and Memory efficient)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drbuzz0</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-57073</link>
		<dc:creator>drbuzz0</dc:creator>
		<pubDate>Mon, 17 Mar 2008 20:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57073</guid>
		<description>Well I have a hosting account at Godaddy which lists PHP Version 5.2.5 and PHP Version 4.3.11

Version 4 uses php.ini  and version 5 uses php5.ini, so maybe it&#039;s calling PHP version 4 when it should do 5?

It&#039;s a virtual private server running Linux/Apache (sorry I don&#039;t know the versions)</description>
		<content:encoded><![CDATA[<p>Well I have a hosting account at Godaddy which lists PHP Version 5.2.5 and PHP Version 4.3.11</p>
<p>Version 4 uses php.ini  and version 5 uses php5.ini, so maybe it&#8217;s calling PHP version 4 when it should do 5?</p>
<p>It&#8217;s a virtual private server running Linux/Apache (sorry I don&#8217;t know the versions)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-57063</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57063</guid>
		<description>hey drbuzz0,

as written in the FAQ above, this error happens whenever you try to run the plugin on an PHP4 Server.  Are you positive your site is running PHP5 or better? 

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>hey drbuzz0,</p>
<p>as written in the FAQ above, this error happens whenever you try to run the plugin on an PHP4 Server.  Are you positive your site is running PHP5 or better? </p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drbuzz0</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-57004</link>
		<dc:creator>drbuzz0</dc:creator>
		<pubDate>Sat, 15 Mar 2008 23:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-57004</guid>
		<description>Well I&#039;m getting a &quot;Parse error: syntax error, unexpected &#039;)&#039;, expecting &#039;(&#039;&quot; on line 644 and I&#039;m absolutely certain that my PHP and wordpress versions are up to date (i&#039;ve checked about a dozen times!)</description>
		<content:encoded><![CDATA[<p>Well I&#8217;m getting a &#8220;Parse error: syntax error, unexpected &#8216;)&#8217;, expecting &#8216;(&#8216;&#8221; on line 644 and I&#8217;m absolutely certain that my PHP and wordpress versions are up to date (i&#8217;ve checked about a dozen times!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Santiago</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-10695</link>
		<dc:creator>Rodrigo Santiago</dc:creator>
		<pubDate>Tue, 05 Jun 2007 13:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-10695</guid>
		<description>Actually, It can&#039;t show the image map if I turn on the option &quot;show cluster names&quot; o.O</description>
		<content:encoded><![CDATA[<p>Actually, It can&#8217;t show the image map if I turn on the option &#8220;show cluster names&#8221; o.O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Santiago</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-10683</link>
		<dc:creator>Rodrigo Santiago</dc:creator>
		<pubDate>Tue, 05 Jun 2007 12:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-10683</guid>
		<description>I have installed everything apparently successfuly. It is a really, really great plugin, you should charge for it ;D

I am having two little problems: 

First, IPCCP can&#039;t insert the image map into the template I am using now. Weird, because it shows the map in other templates.

Second, when it shows image maps (into other templates), IPCCP shows the big image in the page footer. Is there some way to solve this (I already changed the .js path, removing &#039;/wordpress&#039; prefix, but it didn&#039;t solve the problem).

Thanks a lot,
Rodrigo.</description>
		<content:encoded><![CDATA[<p>I have installed everything apparently successfuly. It is a really, really great plugin, you should charge for it ;D</p>
<p>I am having two little problems: </p>
<p>First, IPCCP can&#8217;t insert the image map into the template I am using now. Weird, because it shows the map in other templates.</p>
<p>Second, when it shows image maps (into other templates), IPCCP shows the big image in the page footer. Is there some way to solve this (I already changed the .js path, removing &#8216;/wordpress&#8217; prefix, but it didn&#8217;t solve the problem).</p>
<p>Thanks a lot,<br />
Rodrigo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-3439</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 28 Mar 2007 14:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-3439</guid>
		<description>Hey Erik,
thanks for the bug-report.  looks like there&#039;s an unexpected formatting for the IP (&lt;b&gt; 10.0.4.99, 193.2&lt;/b&gt;).  I&#039;ll have a look into that and will modify the plug-in to filter those entries.
cheers,
-tmb
ps: sorry for the late answer, was afk for two weeks.</description>
		<content:encoded><![CDATA[<p>Hey Erik,<br />
thanks for the bug-report.  looks like there&#8217;s an unexpected formatting for the IP (<b> 10.0.4.99, 193.2</b>).  I&#8217;ll have a look into that and will modify the plug-in to filter those entries.<br />
cheers,<br />
-tmb<br />
ps: sorry for the late answer, was afk for two weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2891</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 17 Mar 2007 05:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2891</guid>
		<description>Hi there,

Great plug in.  But I&#039;m getting error messages.  What does this mean?

Cluster Map Generation Started
  0s &gt;&gt; Setting up GeoIP DONE
  1s &gt;&gt; Fetching database entries (SELECT IP FROM blogthis_firestats_hits) DONE (12788 entries)
  2s &gt;&gt; finished fetching 12788 entries
  2s &gt;&gt; Grouping entries by unique IPs
  2s &gt;&gt; Grouping entries by unique IPs DONE (3072 unique IPs)
  2s &gt;&gt; Beginning with IP lookup

Fatal error: Uncaught exception &#039;Exception&#039; with message &#039;Invalid IP address: &#039;10.0.4.99, 193.2&#039;&#039; in /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php:503 Stack trace: #0 /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php(534): Net_GeoIP-&gt;lookupCountryId(&#039;10.0.4.99, 193....&#039;) #1 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(721): Net_GeoIP-&gt;lookupCountryName(&#039;10.0.4.99, 193....&#039;) #2 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(1238): WpIPCCP-&gt;_recluster() #3 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(1329): WpIPCCP-&gt;_options_form() #4 [internal function]: ipccp_options_form(&#039;&#039;) #5 /var/www/imbloggingthis/wp-includes/functions.php(1300): call_user_func_array(&#039;ipccp_options_f...&#039;, Array) #6 /var/www/imbloggingthis/wp-admin/admin.php(57): do_action(&#039;options_page_ip...&#039;) #7 /var/www/imbloggingthis/wp-admin/options-general.php(2): require_once(&#039;/var/www/imblog...&#039;) #8 {main} thrown in /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 503</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Great plug in.  But I&#8217;m getting error messages.  What does this mean?</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Setting up GeoIP DONE<br />
  1s &gt;&gt; Fetching database entries (SELECT IP FROM blogthis_firestats_hits) DONE (12788 entries)<br />
  2s &gt;&gt; finished fetching 12788 entries<br />
  2s &gt;&gt; Grouping entries by unique IPs<br />
  2s &gt;&gt; Grouping entries by unique IPs DONE (3072 unique IPs)<br />
  2s &gt;&gt; Beginning with IP lookup</p>
<p>Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Invalid IP address: &#8216;10.0.4.99, 193.2&#8221; in /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php:503 Stack trace: #0 /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php(534): Net_GeoIP-&gt;lookupCountryId(&#8216;10.0.4.99, 193&#8230;.&#8217;) #1 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(721): Net_GeoIP-&gt;lookupCountryName(&#8216;10.0.4.99, 193&#8230;.&#8217;) #2 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(1238): WpIPCCP-&gt;_recluster() #3 /var/www/imbloggingthis/wp-content/plugins/ipccp/ipccp.php(1329): WpIPCCP-&gt;_options_form() #4 [internal function]: ipccp_options_form(&#8221;) #5 /var/www/imbloggingthis/wp-includes/functions.php(1300): call_user_func_array(&#8216;ipccp_options_f&#8230;&#8217;, Array) #6 /var/www/imbloggingthis/wp-admin/admin.php(57): do_action(&#8216;options_page_ip&#8230;&#8217;) #7 /var/www/imbloggingthis/wp-admin/options-general.php(2): require_once(&#8216;/var/www/imblog&#8230;&#8217;) #8 {main} thrown in /var/www/imbloggingthis/wp-content/plugins/ipccp/GeoIP/GeoIP.php on line 503</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2500</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 08 Mar 2007 15:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2500</guid>
		<description>Hey Daniel,
please try the latest version.  Judging by this image:
http://tricolore.ca/wordpress/wp-content/plugins/ipccp/images/ipccp_out_big.jpg
you are still running v0.b5.  I just uploaded &lt;a href=&quot;#download&quot;&gt;v0.b5.6&lt;/a&gt;.  Which way are you using the access the image (token or PHP-call)?  I checked your page and noticed, that the image map didn&#039;t get inserted in your page-code.  Let&#039;s see if the current version fixes that.
cheers,
-tmb

ps: I also noticed, that you are linking to this &lt;a href=&quot;http://tricolore.ca/audio/Infected%20Mushrooms%20-%20Psy%20live%20mix%20(Trance%20Goa%20atmosphere).jpg&quot;&gt;file&lt;/a&gt;, which I guess you wanted to be this &lt;a href=&quot;http://tricolore.ca/audio/Infected%20Mushrooms%20-%20Psy%20live%20mix%20(Trance%20Goa%20atmosphere).mp3&quot;&gt;file&lt;/a&gt;.  Don&#039;t know whether this is intentional, but it keeps generating an error message while loading your page.</description>
		<content:encoded><![CDATA[<p>Hey Daniel,<br />
please try the latest version.  Judging by this image:<br />
<a href="http://tricolore.ca/wordpress/wp-content/plugins/ipccp/images/ipccp_out_big.jpg" rel="nofollow"></a><a href='http://tricolore.ca/wordpress/wp-content/plugins/ipccp/images/ipccp_out_big.jpg'>http://tricolore.ca/wordpress/wp-content/plugins/ipccp/images/ipccp_out_big.jpg</a><br />
you are still running v0.b5.  I just uploaded <a href="#download">v0.b5.6</a>.  Which way are you using the access the image (token or PHP-call)?  I checked your page and noticed, that the image map didn&#8217;t get inserted in your page-code.  Let&#8217;s see if the current version fixes that.<br />
cheers,<br />
-tmb</p>
<p>ps: I also noticed, that you are linking to this <a href="http://tricolore.ca/audio/Infected%20Mushrooms%20-%20Psy%20live%20mix%20(Trance%20Goa%20atmosphere).jpg">file</a>, which I guess you wanted to be this <a href="http://tricolore.ca/audio/Infected%20Mushrooms%20-%20Psy%20live%20mix%20(Trance%20Goa%20atmosphere).mp3">file</a>.  Don&#8217;t know whether this is intentional, but it keeps generating an error message while loading your page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2475</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 08 Mar 2007 00:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2475</guid>
		<description>Hi there.. Great plugin, but I can&#039;t seem to figure out how to display the image properly so that it can show the zoomed image when clicked on it, and show the details of each cluster.</description>
		<content:encoded><![CDATA[<p>Hi there.. Great plugin, but I can&#8217;t seem to figure out how to display the image properly so that it can show the zoomed image when clicked on it, and show the details of each cluster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2349</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 05 Mar 2007 15:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2349</guid>
		<description>i think it&#039;s not the file permission, but rather the folder permissios.  maybe you could check the wordpress, wp-content und plugin folders?</description>
		<content:encoded><![CDATA[<p>i think it&#8217;s not the file permission, but rather the folder permissios.  maybe you could check the wordpress, wp-content und plugin folders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2339</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Mon, 05 Mar 2007 08:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2339</guid>
		<description>&quot;Are you sure, that after the upgrade all the file permissions are still intact?&quot; Yep, permission is 777 in the imagemap. Yesterday I removed the   call from the footer, but now I&#039;ve returned it. But result is now that I see you&#039;re map, not mine. Somehow ipccp doesn&#039;t generate a new map (or one with zero bytes).
y</description>
		<content:encoded><![CDATA[<p>&#8220;Are you sure, that after the upgrade all the file permissions are still intact?&#8221; Yep, permission is 777 in the imagemap. Yesterday I removed the   call from the footer, but now I&#8217;ve returned it. But result is now that I see you&#8217;re map, not mine. Somehow ipccp doesn&#8217;t generate a new map (or one with zero bytes).<br />
y</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2314</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Mon, 05 Mar 2007 00:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2314</guid>
		<description>Hey Adrianus,
sorry for the late answer, I was gone for the weekend.  I noticed that you copied the images.  After rerunning the plug-in nothing got saved.  Are you sure, that after the upgrade all the file permissions are still intact?
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Adrianus,<br />
sorry for the late answer, I was gone for the weekend.  I noticed that you copied the images.  After rerunning the plug-in nothing got saved.  Are you sure, that after the upgrade all the file permissions are still intact?<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2284</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sun, 04 Mar 2007 10:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2284</guid>
		<description>Your suggestion didn&#039;t help (that is: &quot;Maybe I would help, if you replace the four images in …/ipccp/images/ with the original ones (and then rerun the calculations)?&quot;). The logefile says: 

0s &gt;&gt; Setting up GeoIP DONE
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (7218 entries)
  0s &gt;&gt; finished fetching 7218 entries
  0s &gt;&gt; Grouping entries by unique IPs DONE (2152 unique IPs)
  0s &gt;&gt; Beginning with IP lookup
         1000 IPs done
         2000 IPs done
  4s &gt;&gt; finished grouping IPs into 449 unique places
  4s &gt;&gt; Rearranging some values DONE
  4s &gt;&gt; Beginning to sort places by number of visits DONE
  4s &gt;&gt; Beginning clustering
          50 cluster
         100 cluster
         150 cluster
  6s &gt;&gt; finished clustering into 188 cluster
  6s &gt;&gt; Finished allocation 9 colors
  6s &gt;&gt; Beginning to draw DONE
  6s &gt;&gt; Finished with additional drawings

So everything seems OK, but still the generated map is 0 Kb.</description>
		<content:encoded><![CDATA[<p>Your suggestion didn&#8217;t help (that is: &#8220;Maybe I would help, if you replace the four images in …/ipccp/images/ with the original ones (and then rerun the calculations)?&#8221;). The logefile says: </p>
<p>0s &gt;&gt; Setting up GeoIP DONE<br />
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (7218 entries)<br />
  0s &gt;&gt; finished fetching 7218 entries<br />
  0s &gt;&gt; Grouping entries by unique IPs DONE (2152 unique IPs)<br />
  0s &gt;&gt; Beginning with IP lookup<br />
         1000 IPs done<br />
         2000 IPs done<br />
  4s &gt;&gt; finished grouping IPs into 449 unique places<br />
  4s &gt;&gt; Rearranging some values DONE<br />
  4s &gt;&gt; Beginning to sort places by number of visits DONE<br />
  4s &gt;&gt; Beginning clustering<br />
          50 cluster<br />
         100 cluster<br />
         150 cluster<br />
  6s &gt;&gt; finished clustering into 188 cluster<br />
  6s &gt;&gt; Finished allocation 9 colors<br />
  6s &gt;&gt; Beginning to draw DONE<br />
  6s &gt;&gt; Finished with additional drawings</p>
<p>So everything seems OK, but still the generated map is 0 Kb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2261</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Sat, 03 Mar 2007 14:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2261</guid>
		<description>Hey Adianus,
After your comment I upgraded and the transition from WP2.1 to WP2.1.2 didn&#039;t change a thing for me.  So lets try to figure out, what happened at your place.  I noticed, that the image gets loaded, but has a file size of 0byte.  Also these two pictures seem to get generated correctly (Mar-3 0:08:39 CET)&lt;code&gt;&lt;strong&gt;
http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out.jpg
http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out_smal.jpg&lt;/strong&gt;&lt;/code&gt;
I don&#039;t know why the other picture doesn&#039;t get saved correctly.  Maybe I would help, if you replace the four images in &lt;code&gt;&lt;strong&gt;.../ipccp/images/&lt;/strong&gt;&lt;/code&gt; with the original ones (and then rerun the calculations)?
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Adianus,<br />
After your comment I upgraded and the transition from WP2.1 to WP2.1.2 didn&#8217;t change a thing for me.  So lets try to figure out, what happened at your place.  I noticed, that the image gets loaded, but has a file size of 0byte.  Also these two pictures seem to get generated correctly (Mar-3 0:08:39 CET)<code><strong><br />
<a href="http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out.jpg" rel="nofollow"></a><a href='http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out.jpg'>http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out.jpg</a><br />
<a href="http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out_smal.jpg" rel="nofollow"></a><a href='http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out_smal.jpg'>http://www.astroblogs.nl/wp-content/plugins/ipccp/images/ipccp_out_smal.jpg</a></strong></code><br />
I don&#8217;t know why the other picture doesn&#8217;t get saved correctly.  Maybe I would help, if you replace the four images in <code><strong>.../ipccp/images/</strong></code> with the original ones (and then rerun the calculations)?<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2260</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sat, 03 Mar 2007 12:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2260</guid>
		<description>I upgraded Wordpress today (2.11 &gt; 2.1.2). Now the IPCCP-map is gone. I didn&#039;t touch the plugin-folder, so what happened?</description>
		<content:encoded><![CDATA[<p>I upgraded Wordpress today (2.11 &gt; 2.1.2). Now the IPCCP-map is gone. I didn&#8217;t touch the plugin-folder, so what happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2052</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Fri, 23 Feb 2007 12:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2052</guid>
		<description>Hey Carlos,

your webserver is &lt;strong&gt;not&lt;/strong&gt; running on PHP5, which is required for GeoIP to work.  Please upgrade (or ask you provider whether PHP5 is already available) and everything should work fine.

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Carlos,</p>
<p>your webserver is <strong>not</strong> running on PHP5, which is required for GeoIP to work.  Please upgrade (or ask you provider whether PHP5 is already available) and everything should work fine.</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2050</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 23 Feb 2007 12:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2050</guid>
		<description>I have this Message if i activatet our Script in WP 2.0.7

Parse error: syntax error, unexpected &#039;)&#039;, expecting &#039;(&#039; in / www/ htdocs/ ipptrave/ wp-content/ plugins/ ipccp/ ipccp.php on line 504

Whats wrong ??

Regards Carlos</description>
		<content:encoded><![CDATA[<p>I have this Message if i activatet our Script in WP 2.0.7</p>
<p>Parse error: syntax error, unexpected &#8216;)&#8217;, expecting &#8216;(&#8216; in / www/ htdocs/ ipptrave/ wp-content/ plugins/ ipccp/ ipccp.php on line 504</p>
<p>Whats wrong ??</p>
<p>Regards Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2023</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 22 Feb 2007 15:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2023</guid>
		<description>Hey Peter,
thanks for the pointers!  I changed the Setup text above and the remote IP field description.  Funny though that the default values are zero - they get initialised to 1000px and 2000px here.  I&#039;ll look into that again.  As for the output: in the admin options panel, the last section should be the preview, which gets printed by the _output() call in line 1074 (v0.b5.3).  Come to think of it, could it be that your template got initialised empty as well?  The default value should be:
&lt;code&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;%IPCCP_MIN%&quot; %WIDTH_MIN% %IMAGEMAP% alt=&quot;%BLOGNAME% Cluster Map&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;&lt;/code&gt;
If the template is empty, of course nothing will be return.  If the template is not empty, does it show up in a post (that&#039;s got the token [IPCCP] in it)?
thanks for the suggestions,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Peter,<br />
thanks for the pointers!  I changed the Setup text above and the remote IP field description.  Funny though that the default values are zero &#8211; they get initialised to 1000px and 2000px here.  I&#8217;ll look into that again.  As for the output: in the admin options panel, the last section should be the preview, which gets printed by the _output() call in line 1074 (v0.b5.3).  Come to think of it, could it be that your template got initialised empty as well?  The default value should be:<br />
<code>&lt;div align="center"&gt;&lt;img src="%IPCCP_MIN%" %WIDTH_MIN% %IMAGEMAP% alt="%BLOGNAME% Cluster Map" border="0" /&gt;&lt;/div&gt;</code><br />
If the template is empty, of course nothing will be return.  If the template is not empty, does it show up in a post (that&#8217;s got the token [IPCCP] in it)?<br />
thanks for the suggestions,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Murray</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-2018</link>
		<dc:creator>Peter Murray</dc:creator>
		<pubDate>Thu, 22 Feb 2007 13:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-2018</guid>
		<description>Okay -- I think I got it.  The default installation has blanks for those entries (interpreted as zeros, no doubt).  As soon as I put reasonable values in, the plugin started working.

I got confused by the note above that says &quot;Make sure the webserver has write permissions on those /images/ipccp_out* files.&quot;  The leading slash made me think it was at the root level of the Wordpress installation, not the root level of the plugin&#039;s installation.

One suggestion for a wording change that initially tripped me up.  At the top of the Options screen one is prompted for &quot;Referer field name.&quot;  That had me confused with the stats plugin&#039;s HTTP Referer field, which is different of course than the field containing the remote IP address.

Now I just can&#039;t seem to get the preview to appear at the bottom of the Options screen.  The graphics are generated without error, but there isn&#039;t an IMG tag included in the generated Options screen to load the world map graphic.</description>
		<content:encoded><![CDATA[<p>Okay &#8212; I think I got it.  The default installation has blanks for those entries (interpreted as zeros, no doubt).  As soon as I put reasonable values in, the plugin started working.</p>
<p>I got confused by the note above that says &#8220;Make sure the webserver has write permissions on those /images/ipccp_out* files.&#8221;  The leading slash made me think it was at the root level of the Wordpress installation, not the root level of the plugin&#8217;s installation.</p>
<p>One suggestion for a wording change that initially tripped me up.  At the top of the Options screen one is prompted for &#8220;Referer field name.&#8221;  That had me confused with the stats plugin&#8217;s HTTP Referer field, which is different of course than the field containing the remote IP address.</p>
<p>Now I just can&#8217;t seem to get the preview to appear at the bottom of the Options screen.  The graphics are generated without error, but there isn&#8217;t an IMG tag included in the generated Options screen to load the world map graphic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1991</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Thu, 22 Feb 2007 00:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1991</guid>
		<description>Hey Peter,
I&#039;m a bit confused there.  You shouldn&#039;t have to create any folder.  IPCCP comes with the image folder (where the source files is as well).  All cluster map images will be created within that folder (as is all the linking done automatically from that folder).  The webserver needs access to those files.
In this error message &lt;code&gt;Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in …wp-content/plugins/ipccp/ipccp.php on line 677&lt;/code&gt; it claims to have been called with invalid dimensions.  What are your size settings for the preview and the zoomed image?  The only time I got that error message was by setting these values to zero (or any non positive integer value).
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Peter,<br />
I&#8217;m a bit confused there.  You shouldn&#8217;t have to create any folder.  IPCCP comes with the image folder (where the source files is as well).  All cluster map images will be created within that folder (as is all the linking done automatically from that folder).  The webserver needs access to those files.<br />
In this error message <code>Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in …wp-content/plugins/ipccp/ipccp.php on line 677</code> it claims to have been called with invalid dimensions.  What are your size settings for the preview and the zoomed image?  The only time I got that error message was by setting these values to zero (or any non positive integer value).<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Murray</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1989</link>
		<dc:creator>Peter Murray</dc:creator>
		<pubDate>Wed, 21 Feb 2007 21:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1989</guid>
		<description>I&#039;m seeing errors when trying to generate the first cluster map.  A clipping from the log at the bottom of the options page looks like this:


 40s &gt;&gt; finished clustering into 1085 cluster
 40s &gt;&gt; Finished allocation 2 colors
 40s &gt;&gt; Beginning to draw DONE
 42s &gt;&gt; Finished with additional drawings

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in ...wp-content/ plugins/ ipccp/ ipccp.php on line 677

Warning: imagecopyresized(): supplied argument is not a valid Image resource in ...wp-content/ plugins/ ipccp/ ipccp.php on line 678

Warning: imagedestroy(): supplied argument is not a valid Image resource in ...wp-content/ plugins/ ipccp/ ipccp.php on line 679

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in ...wp-content/ plugins/ ipccp/ ipccp.php on line 682

Warning: imagecopyresized(): supplied argument is not a valid Image resource in ...wp-content/ plugins/ ipccp/ ipccp.php on line 683

Warning: imagedestroy(): supplied argument is not a valid Image resource in ...wp-content/ plugins/ ipccp/ ipccp.php on line 684


I have created the /images directory at the top of the WordPress installation and the web server has permission to write to it.  All of the settings in the Options page are the defaults.

This looks really cool -- I hope I can get it to work!</description>
		<content:encoded><![CDATA[<p>I&#8217;m seeing errors when trying to generate the first cluster map.  A clipping from the log at the bottom of the options page looks like this:</p>
<p> 40s &gt;&gt; finished clustering into 1085 cluster<br />
 40s &gt;&gt; Finished allocation 2 colors<br />
 40s &gt;&gt; Beginning to draw DONE<br />
 42s &gt;&gt; Finished with additional drawings</p>
<p>Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 677</p>
<p>Warning: imagecopyresized(): supplied argument is not a valid Image resource in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 678</p>
<p>Warning: imagedestroy(): supplied argument is not a valid Image resource in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 679</p>
<p>Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 682</p>
<p>Warning: imagecopyresized(): supplied argument is not a valid Image resource in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 683</p>
<p>Warning: imagedestroy(): supplied argument is not a valid Image resource in &#8230;wp-content/ plugins/ ipccp/ ipccp.php on line 684</p>
<p>I have created the /images directory at the top of the WordPress installation and the web server has permission to write to it.  All of the settings in the Options page are the defaults.</p>
<p>This looks really cool &#8212; I hope I can get it to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1976</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 21 Feb 2007 12:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1976</guid>
		<description>No worries mate, glad I could help and that we worked everything out.  Thanks for the continuous feedback.</description>
		<content:encoded><![CDATA[<p>No worries mate, glad I could help and that we worked everything out.  Thanks for the continuous feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1974</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Wed, 21 Feb 2007 12:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1974</guid>
		<description>It works! I adjusted zoom.js and now everything is OK. Thanx for all your help with this! One question: is it possible to see the cities in the zoomed image? Now you can only see the city names + hits in the preview.</description>
		<content:encoded><![CDATA[<p>It works! I adjusted zoom.js and now everything is OK. Thanx for all your help with this! One question: is it possible to see the cities in the zoomed image? Now you can only see the city names + hits in the preview.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1967</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 21 Feb 2007 10:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1967</guid>
		<description>Hey Adrianus V,
I just checked your page.  When clicking it actually does show up at the bottom on the page.  That&#039;s because it couldn&#039;t load these two resources:
&lt;code&gt;&lt;strong&gt;http:&lt;!--nourl--&gt;//www.astroblogs.nl/wordpress/wp-content/plugins/ipccp/zoom/zoom.css&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt;&lt;strong&gt;http:&lt;!--nourl--&gt;//www.astroblogs.nl/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png&lt;/strong&gt;&lt;/code&gt;
That&#039;s because you don&#039;t have the original WordPress folder structure anymore.  Don&#039;t worry, just edit the &lt;code&gt;/wp-content/plugins/ipccp/zoom/zoom.js&lt;/code&gt;.  In lines &lt;strong&gt;193&lt;/strong&gt; and &lt;strong&gt;242&lt;/strong&gt; you&#039;ll find the two paths.  Delete the leading &lt;code&gt;&lt;strong&gt;/wordpress&lt;/code&gt; in those two paths and everything should work fine.  Looking forward to seeing it in action!

cheers,
-tmb

ps: line 242 for example should look something like:
&lt;code&gt;ipccp_loadPreloader.src = &#039;/wp-content/plugins/ipccp/zoom/ZoomProgress.png&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Adrianus V,<br />
I just checked your page.  When clicking it actually does show up at the bottom on the page.  That&#8217;s because it couldn&#8217;t load these two resources:<br />
<code><strong>http:<!--nourl-->//www.astroblogs.nl/wordpress/wp-content/plugins/ipccp/zoom/zoom.css</strong></code><br />
<code><strong>http:<!--nourl-->//www.astroblogs.nl/wordpress/wp-content/plugins/ipccp/zoom/ZoomProgress.png</strong></code><br />
That&#8217;s because you don&#8217;t have the original WordPress folder structure anymore.  Don&#8217;t worry, just edit the <code>/wp-content/plugins/ipccp/zoom/zoom.js</code>.  In lines <strong>193</strong> and <strong>242</strong> you&#8217;ll find the two paths.  Delete the leading <code><strong>/wordpress</strong></code> in those two paths and everything should work fine.  Looking forward to seeing it in action!</p>
<p>cheers,<br />
-tmb</p>
<p>ps: line 242 for example should look something like:<br />
<code>ipccp_loadPreloader.src = '/wp-content/plugins/ipccp/zoom/ZoomProgress.png';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1966</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Wed, 21 Feb 2007 10:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1966</guid>
		<description>Ok, I put  into my footer and the map appears. But when I click to zoom nothing happens. How can I get the big map?</description>
		<content:encoded><![CDATA[<p>Ok, I put  into my footer and the map appears. But when I click to zoom nothing happens. How can I get the big map?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1959</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Wed, 21 Feb 2007 08:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1959</guid>
		<description>Servus Adianus V,
just leave the template at it&#039;s default value for now.  All you have to do is add &lt;code&gt;&lt;strong&gt; [IPCCP]&lt;/strong&gt;&lt;/code&gt; to any post or page.  The plug-in will find that string and substitute it for the values in your template (including the picture).
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Servus Adianus V,<br />
just leave the template at it&#8217;s default value for now.  All you have to do is add <code><strong> [IPCCP]</strong></code> to any post or page.  The plug-in will find that string and substitute it for the values in your template (including the picture).<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1957</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Wed, 21 Feb 2007 07:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1957</guid>
		<description>I&#039;m improving! I&#039;ve installed counterize. Great plugin. I hope there is a way to import my old data. Now my counter is back to zero :-( 
With IPCCP the maps is generated, but I don&#039;t get a preview on my site. I suppose I have to use the output template: .

Do I have to adjust the %parameters%? (you&#039;ve noticed I&#039;m not an expert in programming).</description>
		<content:encoded><![CDATA[<p>I&#8217;m improving! I&#8217;ve installed counterize. Great plugin. I hope there is a way to import my old data. Now my counter is back to zero :-(<br />
With IPCCP the maps is generated, but I don&#8217;t get a preview on my site. I suppose I have to use the output template: .</p>
<p>Do I have to adjust the %parameters%? (you&#8217;ve noticed I&#8217;m not an expert in programming).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1952</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 22:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1952</guid>
		<description>Hey Adianus V,

it says &lt;strong&gt; WordPress database error: [Table ‘astroblogs.wp_Counterize’ doesn’t exist]&lt;/strong&gt; - I take it you don&#039;t have Counterize installed?  You will need some statistics plug-in that keeps track of the User-IP.  Pretty much any of the common plug-ins will do that for you.  Another method would be by using the servers logfile, but I don&#039;t know whether this is available to you.

cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Hey Adianus V,</p>
<p>it says <strong> WordPress database error: [Table ‘astroblogs.wp_Counterize’ doesn’t exist]</strong> &#8211; I take it you don&#8217;t have Counterize installed?  You will need some statistics plug-in that keeps track of the User-IP.  Pretty much any of the common plug-ins will do that for you.  Another method would be by using the servers logfile, but I don&#8217;t know whether this is available to you.</p>
<p>cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1950</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Tue, 20 Feb 2007 22:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1950</guid>
		<description>the new version (0.b5.2) gives better results! I now have an admin-panel and can finetune parameters. But after generating an image I receive the following message at the footer:

Cluster Map Generation Started
  0s &gt;&gt; Setting up GeoIP DONE
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize)
WordPress database error: [Table &#039;astroblogs.wp_Counterize&#039; doesn&#039;t exist]
SELECT IP FROM wp_Counterize

DONE (0 entries)
  0s &gt;&gt; finished fetching 0 entries
  0s &gt;&gt; Finished with additional drawings
Done generating a new cluster map

And at my site no picture is visible.</description>
		<content:encoded><![CDATA[<p>the new version (0.b5.2) gives better results! I now have an admin-panel and can finetune parameters. But after generating an image I receive the following message at the footer:</p>
<p>Cluster Map Generation Started<br />
  0s &gt;&gt; Setting up GeoIP DONE<br />
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize)<br />
WordPress database error: [Table 'astroblogs.wp_Counterize' doesn't exist]<br />
SELECT IP FROM wp_Counterize</p>
<p>DONE (0 entries)<br />
  0s &gt;&gt; finished fetching 0 entries<br />
  0s &gt;&gt; Finished with additional drawings<br />
Done generating a new cluster map</p>
<p>And at my site no picture is visible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1951</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 22:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1951</guid>
		<description>Due to the rather long render times with large data sets, giving some feedback while generating a new cluster map.  The output will be visible when generated by pressing &quot;Update &amp; Redraw&quot; in the admin panel and will look something like this:
&lt;code&gt;
&lt;strong&gt;Cluster Map Generation Started&lt;/strong&gt;
  0s &gt;&gt; Loading GeoIP into memory DONE
  0s &gt;&gt; Fetching database entries (SELECT IP FROM wp_Counterize) DONE (15700 entries)
  1s &gt;&gt; Beginning to process logfile (.../wp-content/plugins/ipccp/ips_from_logfile.txt)
         200000 lines read
         400000 lines read
         [...]
         2800000 lines read
         2865176 lines read
         100000 lines processed (100000 relevant IPs found)
         200000 lines processed (200000 relevant IPs found)
         [...]
         2800000 lines processed (2800000 relevant IPs found)
         2865175 entries kept
183s &gt;&gt; &lt;strong&gt;finished fetching 2880875 entries&lt;/strong&gt;
183s &gt;&gt; Grouping entries by unique IPs DONE (45575 unique IPs)
186s &gt;&gt; Beginning with IP lookup
         1000 IPs done
         2000 IPs done
         [...]
         44000 IPs done
         45000 IPs done
411s &gt;&gt; &lt;strong&gt;finished grouping IPs into 5677 unique places&lt;/strong&gt;
411s &gt;&gt; Rearranging some values DONE
411s &gt;&gt; Beginning to sort places by number of visits DONE
411s &gt;&gt; Beginning clustering
          50 cluster
         100 cluster
         [...]
         650 cluster
472s &gt;&gt; &lt;strong&gt;finished clustering into 657 cluster&lt;/strong&gt;
472s &gt;&gt; Finished allocation 9 colors
472s &gt;&gt; Beginning to draw DONE
474s &gt;&gt; Finished with additional drawings
&lt;strong&gt;Done generating a new cluster map&lt;/strong&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Due to the rather long render times with large data sets, giving some feedback while generating a new cluster map.  The output will be visible when generated by pressing &#8220;Update &#038; Redraw&#8221; in the admin panel and will look something like this:<br />
<code><br />
<strong>Cluster Map Generation Started</strong><br />
  0s >> Loading GeoIP into memory DONE<br />
  0s >> Fetching database entries (SELECT IP FROM wp_Counterize) DONE (15700 entries)<br />
  1s >> Beginning to process logfile (.../wp-content/plugins/ipccp/ips_from_logfile.txt)<br />
         200000 lines read<br />
         400000 lines read<br />
         [...]<br />
         2800000 lines read<br />
         2865176 lines read<br />
         100000 lines processed (100000 relevant IPs found)<br />
         200000 lines processed (200000 relevant IPs found)<br />
         [...]<br />
         2800000 lines processed (2800000 relevant IPs found)<br />
         2865175 entries kept<br />
183s >> <strong>finished fetching 2880875 entries</strong><br />
183s >> Grouping entries by unique IPs DONE (45575 unique IPs)<br />
186s >> Beginning with IP lookup<br />
         1000 IPs done<br />
         2000 IPs done<br />
         [...]<br />
         44000 IPs done<br />
         45000 IPs done<br />
411s >> <strong>finished grouping IPs into 5677 unique places</strong><br />
411s >> Rearranging some values DONE<br />
411s >> Beginning to sort places by number of visits DONE<br />
411s >> Beginning clustering<br />
          50 cluster<br />
         100 cluster<br />
         [...]<br />
         650 cluster<br />
472s >> <strong>finished clustering into 657 cluster</strong><br />
472s >> Finished allocation 9 colors<br />
472s >> Beginning to draw DONE<br />
474s >> Finished with additional drawings<br />
<strong>Done generating a new cluster map</strong></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1940</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 12:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1940</guid>
		<description>Ok, looks like we&#039;ve »corrected« too much ;)  Activation alone should NOT cause any errors!  Hold on till I release v0.b5.2 tonight and lets try again.

&lt;strong&gt;[Update]&lt;/strong&gt; I found the mixup that could cause a recluster call at the first activation of the plug-in and fixed it.  my bad!</description>
		<content:encoded><![CDATA[<p>Ok, looks like we&#8217;ve »corrected« too much ;)  Activation alone should NOT cause any errors!  Hold on till I release v0.b5.2 tonight and lets try again.</p>
<p><strong>[Update]</strong> I found the mixup that could cause a recluster call at the first activation of the plug-in and fixed it.  my bad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1939</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Tue, 20 Feb 2007 12:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1939</guid>
		<description>It&#039;s just MySQL I&#039;m using. I&#039;m not getting an admin-panel of IPCCP because after activating the plugin the site collapses. That is, the site as well as wp-admin. Renaming the map IPCCP into IPCCP1 restores my site. Do I have to specify somewhere a database name and IP field key?</description>
		<content:encoded><![CDATA[<p>It&#8217;s just MySQL I&#8217;m using. I&#8217;m not getting an admin-panel of IPCCP because after activating the plugin the site collapses. That is, the site as well as wp-admin. Renaming the map IPCCP into IPCCP1 restores my site. Do I have to specify somewhere a database name and IP field key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1937</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 11:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1937</guid>
		<description>you shouldn&#039;t need to!  that line fetches the data from the User specified database.  Q: have activated the plugin in the admin panel?  Entered (&amp;saved) your information in the options form?  BTW: which statistics database are you using?  The below mentioned error should only occur if you try to generate an image without specifying database name and IP field key.</description>
		<content:encoded><![CDATA[<p>you shouldn&#8217;t need to!  that line fetches the data from the User specified database.  Q: have activated the plugin in the admin panel?  Entered (&#038;saved) your information in the options form?  BTW: which statistics database are you using?  The below mentioned error should only occur if you try to generate an image without specifying database name and IP field key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1936</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Tue, 20 Feb 2007 11:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1936</guid>
		<description>Line 336 says: $sql = &#039;SELECT &#039;.$this-&gt;user_table_key.&#039; FROM &#039;.$this-&gt;user_table_name;

Do I have to change this?</description>
		<content:encoded><![CDATA[<p>Line 336 says: $sql = &#8216;SELECT &#8216;.$this-&gt;user_table_key.&#8217; FROM &#8216;.$this-&gt;user_table_name;</p>
<p>Do I have to change this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1935</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 11:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1935</guid>
		<description>That&#039;s actually good, because it means your memory problems are solved (for now).  What happens now is, that you don&#039;t actually have any return results from your database &lt;code&gt; SELECT FROM&lt;/code&gt; should look something like &lt;code&gt;SELECT &#039;IP&#039; FROM &#039;wp_counterize&#039;&lt;/code&gt;.  Check whether your IPCCP settings are correct (correspond to your statistics database).

Thanks for the report - I&#039;ll add some code catching empty returns.</description>
		<content:encoded><![CDATA[<p>That&#8217;s actually good, because it means your memory problems are solved (for now).  What happens now is, that you don&#8217;t actually have any return results from your database <code> SELECT FROM</code> should look something like <code>SELECT 'IP' FROM 'wp_counterize'</code>.  Check whether your IPCCP settings are correct (correspond to your statistics database).</p>
<p>Thanks for the report &#8211; I&#8217;ll add some code catching empty returns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1934</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Tue, 20 Feb 2007 10:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1934</guid>
		<description>I changed the string Net_GeoIp::MEMORY_CACHE into Net_GeoIp::STANDARD. But this caused a long list of errors:

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;FROM&#039; at line 1]
SELECT FROM 

[...] [&lt;font class=&quot;storydate&quot;&gt;edit by admin&lt;/font&gt;]</description>
		<content:encoded><![CDATA[<p>I changed the string Net_GeoIp::MEMORY_CACHE into Net_GeoIp::STANDARD. But this caused a long list of errors:</p>
<p>WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM' at line 1]<br />
SELECT FROM </p>
<p>[...] [<font class="storydate">edit by admin</font>]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1920</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Tue, 20 Feb 2007 00:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1920</guid>
		<description>we are getting there ;)  I doubt that this error has anything to do with the run time.  PHP is pretty specific there (you can try by setting it to some really low value and you&#039;ll get something like &lt;code&gt;Maximum execution time of 10 seconds exceeded&lt;/code&gt;)  I actually think, that indeed the script is running out of memory.  Your provide probably has a rather low value set per user.  If you care to try find this string &lt;code&gt;Net_GeoIp::MEMORY_CACHE&lt;/code&gt; and change it to &lt;code&gt;Net_GeoIp::STANDARD&lt;/code&gt;.  I never though that someone might run out of memory (these days ;)  Lets see whether that does the trick.  I&#039;ll implement an user option whether to run memory efficient or performance optimised in the next (sub)release.

&lt;strong&gt;[Update]&lt;/strong&gt; just did a little comparison.  Reading from a 352.410.753 byte logfile with no filter processing time increased from 400s to 521s when using the non cached GeoIP database call.</description>
		<content:encoded><![CDATA[<p>we are getting there ;)  I doubt that this error has anything to do with the run time.  PHP is pretty specific there (you can try by setting it to some really low value and you&#8217;ll get something like <code>Maximum execution time of 10 seconds exceeded</code>)  I actually think, that indeed the script is running out of memory.  Your provide probably has a rather low value set per user.  If you care to try find this string <code>Net_GeoIp::MEMORY_CACHE</code> and change it to <code>Net_GeoIp::STANDARD</code>.  I never though that someone might run out of memory (these days ;)  Lets see whether that does the trick.  I&#8217;ll implement an user option whether to run memory efficient or performance optimised in the next (sub)release.</p>
<p><strong>[Update]</strong> just did a little comparison.  Reading from a 352.410.753 byte logfile with no filter processing time increased from 400s to 521s when using the non cached GeoIP database call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1915</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Mon, 19 Feb 2007 20:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1915</guid>
		<description>Oeps, next error. My server was upgraded today to PHP 5. But when activating IPCCP I got the following error: 

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 19441809 bytes) in /storage/ mijndomein/ users/ 032386/ public/ sites/ www.astroblogs.nl/ wp-content/ plugins/ ipccp/ GeoIP/ GeoIP.php on line 361

Has this something to do with an exceding of the maximum PHP execution time?</description>
		<content:encoded><![CDATA[<p>Oeps, next error. My server was upgraded today to PHP 5. But when activating IPCCP I got the following error: </p>
<p>Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 19441809 bytes) in /storage/ mijndomein/ users/ 032386/ public/ sites/ <a href="http://www.astroblogs.nl/" rel="nofollow"></a><a href='http://www.astroblogs.nl/'>http://www.astroblogs.nl/</a> wp-content/ plugins/ ipccp/ GeoIP/ GeoIP.php on line 361</p>
<p>Has this something to do with an exceding of the maximum PHP execution time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeblogToolsCollection DE &#187; Blog Archive &#187; WordPress Plugin Releases am 17.2.</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1886</link>
		<dc:creator>WeblogToolsCollection DE &#187; Blog Archive &#187; WordPress Plugin Releases am 17.2.</dc:creator>
		<pubDate>Mon, 19 Feb 2007 06:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1886</guid>
		<description>[...] IP City Cluster erstellt eine geographische Karte mit Zugriffspunkten der einzelnen Besucher. Benötigt wird eine Datenbank (oder eine Logdatei), die die IP beobachtet.  (No Ratings Yet) &#160;Loading ... [...]</description>
		<content:encoded><![CDATA[<p>[...] IP City Cluster erstellt eine geographische Karte mit Zugriffspunkten der einzelnen Besucher. Benötigt wird eine Datenbank (oder eine Logdatei), die die IP beobachtet.  (No Ratings Yet) &nbsp;Loading &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1857</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Sun, 18 Feb 2007 13:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1857</guid>
		<description>Glad we figured that out!  It&#039;s not the first time that ppl thought they were running on a different system.  I don&#039;t even know why them providers keep dragging their feet.  Oh well - hope it all works out soon.  Thanks for the quick answer!
cheers,
-tmb</description>
		<content:encoded><![CDATA[<p>Glad we figured that out!  It&#8217;s not the first time that ppl thought they were running on a different system.  I don&#8217;t even know why them providers keep dragging their feet.  Oh well &#8211; hope it all works out soon.  Thanks for the quick answer!<br />
cheers,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1846</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sun, 18 Feb 2007 10:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1846</guid>
		<description>Yes, that&#039;s the reason: my server isn&#039;t running on PHP5! My host recently said that per february 6th everyone should work under PHP5, but that was for new users. The rest has to request an upgrade. So therefore I just asked them to upgrade to PHP5. I&#039;m now still running 4.3.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s the reason: my server isn&#8217;t running on PHP5! My host recently said that per february 6th everyone should work under PHP5, but that was for new users. The rest has to request an upgrade. So therefore I just asked them to upgrade to PHP5. I&#8217;m now still running 4.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1845</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sun, 18 Feb 2007 09:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1845</guid>
		<description>This is my result of the test:
Parse error: parse error, unexpected &#039;)&#039;, expecting &#039;(&#039; in / storage/ mijndomein/ users/ 032386/ public/ sites/ www.astroblogs.nl/ wp-content/ plugins/ ipccp/ geoip_tester.php on line 3

:-(</description>
		<content:encoded><![CDATA[<p>This is my result of the test:<br />
Parse error: parse error, unexpected &#8216;)&#8217;, expecting &#8216;(&#8216; in / storage/ mijndomein/ users/ 032386/ public/ sites/ <a href="http://www.astroblogs.nl/" rel="nofollow"></a><a href='http://www.astroblogs.nl/'>http://www.astroblogs.nl/</a> wp-content/ plugins/ ipccp/ geoip_tester.php on line 3</p>
<p>:-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1842</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Sun, 18 Feb 2007 09:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1842</guid>
		<description>Concerning the line 329 error,

so far using PHP4 is the only reason that error occured with me.  Try this &lt;a href=&quot;http://blog.vimagic.de/wordpress/go.php?http://blog.vimagic.de/wordpress/wp-content/downloads/geoip_tester.php.zip&quot;&gt;little script&lt;/a&gt; from within the IPCCP folder:
&lt;code&gt;&lt;?php
	require_once &quot;GeoIP/GeoIP.php&quot;;
	$geoip_country = Net_GeoIP::getInstance(&quot;GeoIP/GeoIP.dat&quot;, Net_GeoIp::MEMORY_CACHE);
	$geoip_city=Net_GeoIP::getInstance(&quot;GeoIP/GeoLiteCity.dat&quot;,Net_GeoIp::MEMORY_CACHE);
	print phpversion().&quot;\n&quot;;
?&gt;&lt;/code&gt;

When run under PHP4:
&lt;code&gt;
root% &lt;strong&gt;php4 geoip_tester.php &lt;/strong&gt;
Parse error: parse error, expecting `&#039;(&#039;&#039; in /blog.vimagic.de/ Net_GeoIP_TestEnv/ geoip_tester.php on line 3
&lt;/code&gt;

When run under PHP5:
&lt;code&gt;
root% &lt;strong&gt;php5 geoip_tester.php &lt;/strong&gt;
5.1.5
&lt;/code&gt;

otherwise I&#039;ve got no clue why the GeoIP call should fail.
hmmm,
-tmb</description>
		<content:encoded><![CDATA[<p>Concerning the line 329 error,</p>
<p>so far using PHP4 is the only reason that error occured with me.  Try this <a href="http://blog.vimagic.de/wordpress/go.php?http://blog.vimagic.de/wordpress/wp-content/downloads/geoip_tester.php.zip">little script</a> from within the IPCCP folder:<br />
<code>< ?php<br />
	require_once "GeoIP/GeoIP.php";<br />
	$geoip_country = Net_GeoIP::getInstance("GeoIP/GeoIP.dat", Net_GeoIp::MEMORY_CACHE);<br />
	$geoip_city=Net_GeoIP::getInstance("GeoIP/GeoLiteCity.dat",Net_GeoIp::MEMORY_CACHE);<br />
	print phpversion()."\n";<br />
?></code></p>
<p>When run under PHP4:<br />
<code><br />
root% <strong>php4 geoip_tester.php </strong><br />
Parse error: parse error, expecting `'('' in /blog.vimagic.de/ Net_GeoIP_TestEnv/ geoip_tester.php on line 3<br />
</code></p>
<p>When run under PHP5:<br />
<code><br />
root% <strong>php5 geoip_tester.php </strong><br />
5.1.5<br />
</code></p>
<p>otherwise I&#8217;ve got no clue why the GeoIP call should fail.<br />
hmmm,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1840</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Sun, 18 Feb 2007 09:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1840</guid>
		<description>Tried to install your plugin on my WP2.1 test environment but when activating I got the following error:

Parse error: syntax error, unexpected &#039;)&#039;, expecting &#039;(&#039; in / home/ mysite/ public_html/ wptest/ wp-content/ plugins/ ipccp/ ipccp.php on line 329</description>
		<content:encoded><![CDATA[<p>Tried to install your plugin on my WP2.1 test environment but when activating I got the following error:</p>
<p>Parse error: syntax error, unexpected &#8216;)&#8217;, expecting &#8216;(&#8216; in / home/ mysite/ public_html/ wptest/ wp-content/ plugins/ ipccp/ ipccp.php on line 329</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1839</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sun, 18 Feb 2007 08:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1839</guid>
		<description>ehhh.... my server IS running PHP 5! So that&#039;s not the reason. What else can it be?</description>
		<content:encoded><![CDATA[<p>ehhh&#8230;. my server IS running PHP 5! So that&#8217;s not the reason. What else can it be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmb</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1814</link>
		<dc:creator>tmb</dc:creator>
		<pubDate>Sat, 17 Feb 2007 21:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1814</guid>
		<description>hey Adrianus V,

that&#039;s most likely a PHP error.  I take it your server is running with PHP4 or something.  GeoIP requires PHP5.  Sorry about that!  Update PHP (ask your provider, maybe they are running both versions)  and it should work fine!

thanks for testing,
-tmb</description>
		<content:encoded><![CDATA[<p>hey Adrianus V,</p>
<p>that&#8217;s most likely a PHP error.  I take it your server is running with PHP4 or something.  GeoIP requires PHP5.  Sorry about that!  Update PHP (ask your provider, maybe they are running both versions)  and it should work fine!</p>
<p>thanks for testing,<br />
-tmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IP City Cluster WordPress Plugin &#187; D&#8217; Technology Weblog &#8212; Technology, Blogging, Gadgets, Fashion, Life Style.</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1813</link>
		<dc:creator>IP City Cluster WordPress Plugin &#187; D&#8217; Technology Weblog &#8212; Technology, Blogging, Gadgets, Fashion, Life Style.</dc:creator>
		<pubDate>Sat, 17 Feb 2007 21:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1813</guid>
		<description>[...] more info and download.... [...]</description>
		<content:encoded><![CDATA[<p>[...] more info and download&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus V</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1812</link>
		<dc:creator>Adrianus V</dc:creator>
		<pubDate>Sat, 17 Feb 2007 20:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1812</guid>
		<description>Hi,

I&#039;m using clustrmaps, but your plugin sounds very useful! But when I activated the plugin I got an error:
&quot;Parse error: parse error, unexpected &#039;)&#039;, expecting &#039;(&#039; in /storage/ mijndomein/ users/ 032386/ public/ sites/ www.astroblogs.nl/ wp-content/ plugins/ ipccp/ ipccp.php on line 329&quot;

Do you know what&#039;s causing this? 

Grz,

Adrianus V (from the Netherlands)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using clustrmaps, but your plugin sounds very useful! But when I activated the plugin I got an error:<br />
&#8220;Parse error: parse error, unexpected &#8216;)&#8217;, expecting &#8216;(&#8216; in /storage/ mijndomein/ users/ 032386/ public/ sites/ <a href="http://www.astroblogs.nl/" rel="nofollow"></a><a href='http://www.astroblogs.nl/'>http://www.astroblogs.nl/</a> wp-content/ plugins/ ipccp/ ipccp.php on line 329&#8243;</p>
<p>Do you know what&#8217;s causing this? </p>
<p>Grz,</p>
<p>Adrianus V (from the Netherlands)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblog Tools Collection &#187; Blog Archive &#187; WordPress Plugin Releases for 2/17</title>
		<link>http://blog.vimagic.de/ip-city-cluster-wordpress-plugin/comment-page-1/#comment-1811</link>
		<dc:creator>Weblog Tools Collection &#187; Blog Archive &#187; WordPress Plugin Releases for 2/17</dc:creator>
		<pubDate>Sat, 17 Feb 2007 17:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vimagic.de/ip-city-cluster-wp-plugin/#comment-1811</guid>
		<description>[...] IP City Cluster generates a geographical cluster map based on where from people access you website. It requires a statistics database (or logfile) that keeps track of the IP. [...]</description>
		<content:encoded><![CDATA[<p>[...] IP City Cluster generates a geographical cluster map based on where from people access you website. It requires a statistics database (or logfile) that keeps track of the IP. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
