<?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: Click Counter Plugin For WordPress</title>
	<atom:link href="http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Sat, 13 Mar 2010 20:56:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: busse</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-101122</link>
		<dc:creator>busse</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-101122</guid>
		<description>hi

how i can make so that when i have image, then this go does not allow to open in new window like its link.</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>how i can make so that when i have image, then this go does not allow to open in new window like its link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyujinkai</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-100547</link>
		<dc:creator>Jyujinkai</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-100547</guid>
		<description>Hmm... i dropped the table and then tried again and it worked... weird.. thanks for your time and this cool plugin</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; i dropped the table and then tried again and it worked&#8230; weird.. thanks for your time and this cool plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyujinkai</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-100546</link>
		<dc:creator>Jyujinkai</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-100546</guid>
		<description>Well it is error for me... . I looked though PHPmyAdmin and it looks like the thing is there... as in tehre is a table.. and if you go to my site you can see everything says &quot;no click&quot; so the plugin is working.. but when you click something and refresh nothing is changed.</description>
		<content:encoded><![CDATA[<p>Well it is error for me&#8230; . I looked though PHPmyAdmin and it looks like the thing is there&#8230; as in tehre is a table.. and if you go to my site you can see everything says &#8220;no click&#8221; so the plugin is working.. but when you click something and refresh nothing is changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-100545</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-100545</guid>
		<description>Jyujinkai » the very same works fine with me...</description>
		<content:encoded><![CDATA[<p>Jyujinkai » the very same works fine with me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyujinkai</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-100543</link>
		<dc:creator>Jyujinkai</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-100543</guid>
		<description>Hi... I am having a problem.... I copy and paste the code into the SQL area of PHPmyAdmin and it errors... i am pasting this...

CREATE TABLE `wp_linkclicks` (
 `link_id` INT NOT NULL AUTO_INCREMENT ,
 `link_url` TEXT NOT NULL ,
 `link_clicks` INT NOT NULL ,
 `link_date` DATETIME NOT NULL ,
 `link_title` TEXT NOT NULL ,
 UNIQUE (
  `link_id`
 )
);

this is the error....

MySQL said:  
#1064 - 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;`link_id` INT NOT NULL AUTO_INCREMENT ,
Â `link_url` TEXT NOT NULL ,
Â `link_c&#039; at line 2</description>
		<content:encoded><![CDATA[<p>Hi&#8230; I am having a problem&#8230;. I copy and paste the code into the SQL area of PHPmyAdmin and it errors&#8230; i am pasting this&#8230;</p>
<p>CREATE TABLE `wp_linkclicks` (<br />
 `link_id` INT NOT NULL AUTO_INCREMENT ,<br />
 `link_url` TEXT NOT NULL ,<br />
 `link_clicks` INT NOT NULL ,<br />
 `link_date` DATETIME NOT NULL ,<br />
 `link_title` TEXT NOT NULL ,<br />
 UNIQUE (<br />
  `link_id`<br />
 )<br />
);</p>
<p>this is the error&#8230;.</p>
<p>MySQL said:<br />
#1064 &#8211; 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 &#8216;`link_id` INT NOT NULL AUTO_INCREMENT ,<br />
Â `link_url` TEXT NOT NULL ,<br />
Â `link_c&#8217; at line 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-99883</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Sun, 14 Feb 2010 15:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-99883</guid>
		<description>Syed » You need a *pageview* counter.</description>
		<content:encoded><![CDATA[<p>Syed » You need a *pageview* counter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-99854</link>
		<dc:creator>Syed</dc:creator>
		<pubDate>Sun, 14 Feb 2010 03:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-99854</guid>
		<description>I don&#039;t know how to show number of hits in post

for example:

I have link as &quot;Sample&quot; in a post and i am getting the result only when i hover the link.

I would like to get result like &quot; SaranR (450 hits) &quot;

Please help me</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how to show number of hits in post</p>
<p>for example:</p>
<p>I have link as &#8220;Sample&#8221; in a post and i am getting the result only when i hover the link.</p>
<p>I would like to get result like &#8221; SaranR (450 hits) &#8221;</p>
<p>Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-99818</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-99818</guid>
		<description>michael » no. Or don&#039;t use shadowbox or whatever.</description>
		<content:encoded><![CDATA[<p>michael » no. Or don&#8217;t use shadowbox or whatever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-99813</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-99813</guid>
		<description>Is there any easy work around for this?</description>
		<content:encoded><![CDATA[<p>Is there any easy work around for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucato</title>
		<link>http://planetozh.com/blog/2004/09/click-counter-plugin-for-wordpress/comment-page-10/#comment-99785</link>
		<dc:creator>Lucato</dc:creator>
		<pubDate>Fri, 12 Feb 2010 09:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/#comment-99785</guid>
		<description>I&#039;m sorry, maybe it&#039;s due my newbie level with these codes. I didn&#039;t get to find any stuff in your document related to add the brackets into a link into a post and not how to make it work only for a specific link and not for all links as &quot;install &amp; forget&quot; type. Otherwise, I hadn&#039;t post this doubt and took your time. ;0)
Would you mind to point here or send me by e-mail how to add the brackets into the post, or the code just for wished links instead of all them. Maybe a FAQ section in your document here having these topics would be helpful for beginners like me. :0)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, maybe it&#8217;s due my newbie level with these codes. I didn&#8217;t get to find any stuff in your document related to add the brackets into a link into a post and not how to make it work only for a specific link and not for all links as &#8220;install &amp; forget&#8221; type. Otherwise, I hadn&#8217;t post this doubt and took your time. ;0)<br />
Would you mind to point here or send me by e-mail how to add the brackets into the post, or the code just for wished links instead of all them. Maybe a FAQ section in your document here having these topics would be helpful for beginners like me. :0)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
