<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/css" href="http://jfoucher/rssfeed.css" ?><rss version="2.0" 
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>
<channel>
<title>Jfoucher.com - A la voile sur la toile</title>
<link>http://jfoucher.info</link>
<description>This is Jonathan Foucher's new blog, using a home grown content management system. It is a live experiment in web application design, so things are going to break, there will be bugs and things will generally not work as expected. So good luck ;)</description>
<copyright>Copyright 2003-2005, Jonathan Foucher</copyright>
		 <item>
        <title>Comment 23 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-23</link>
        
        <author>A la voile sur la toile [Sailing the web]   A note to users of  StatTraq extensions</author>
        <pubDate>Thu, 14 Oct 2004 17:02:05 +0200</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-23</guid>
        <content:encoded><![CDATA[<pingback />[...] e views, not the actual posts viewed by your visitors. It also confuses the hell out of my <a href="http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin/">Popular posts plugin</a>, forcing me to use mad hacks to have it report the correct t [...]]]></content:encoded>
		</item>
				 <item>
        <title>Comment 79 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-79</link>
        
        <author>littleman09z</author>
        <pubDate>Wed, 03 Nov 2004 04:36:42 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-79</guid>
        <content:encoded><![CDATA[I can not get this to work. I know it is so basic... I put the file in the plugins dir activated it (done that a 1,000 times lol) then i get confused whith your directions should i put [code]  <?php 
 popular('string',int);
 ?>[/code] where I want it on my page.. i have tried that but I get [code]"

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 'int' at line 1]
SELECT COUNT(*) AS cnt, article_id, url FROM wp_1stattraq WHERE user_agent_type=0 AND article_id!='feed' AND url LIKE '%name=%' GROUP BY url ORDER BY cnt DESC LIMIT 0,int
"[/code]I have no idea i tried lookin at the plugin code... Any Ideas!]]></content:encoded>
		</item>
				 <item>
        <title>Comment 80 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-80</link>
        
        <author>Jonathan</author>
        <pubDate>Wed, 03 Nov 2004 15:01:06 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-80</guid>
        <content:encoded><![CDATA[Hi, it's because when you call the <code>popular_posts(string,int)</code> function , you have to replace 'int' and 'string' by the number of posts you want to show and the format you want to show them in, respectively. That should do the trick.]]></content:encoded>
		</item>
				 <item>
        <title>Comment 667 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-667</link>
        
        <author>hello world (press)   most popular</author>
        <pubDate>Wed, 26 Jan 2005 13:57:58 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-667</guid>
        <content:encoded><![CDATA[<pingback />[...]   ?php  popular('%t (%v views) , nombres d articles visibles );  ?>  <a href="http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin/">sources</a> 	 	 	                         	 	 	 		 	-->     Comments    [...]]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1175 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1175</link>
        
        <author>Kelvin Wong</author>
        <pubDate>Sun, 13 Mar 2005 15:31:16 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1175</guid>
        <content:encoded><![CDATA[Hi,

Am using WP1.5 and used the function like this:

  <?php popular(); ?>

But got this error:

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 'WHERE user_agent_type=0 AND article_id!='feed' AND article_id!=]
SELECT COUNT(*) AS cnt, article_id, url FROM WHERE user_agent_type=0 AND article_id!='feed' AND article_id!=0 GROUP BY article_id ORDER BY cnt DESC LIMIT 0,5

Warning: Invalid argument supplied for foreach() in /home/kelvinw/public_html/journal/wp-content/plugins/most_popular.php on line 88]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1176 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1176</link>
        
        <author>Kelvin Wong</author>
        <pubDate>Sun, 13 Mar 2005 15:33:11 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1176</guid>
        <content:encoded><![CDATA[sorry, looks like the php script dissappearred.

Anyway, I used your script like this:

popular() (within the php tags of course)
]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1177 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1177</link>
        
        <author>Kelvin Wong</author>
        <pubDate>Sun, 13 Mar 2005 15:45:56 +0100</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1177</guid>
        <content:encoded><![CDATA[Sorry my fault, did get stattraq installed properly!]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1300 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1300</link>
        
        <author>rakhmat</author>
        <pubDate>Sun, 03 Jul 2005 14:42:28 +0200</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1300</guid>
        <content:encoded><![CDATA[i don't get it, what value that can i use for the string command ?]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1302 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1302</link>
        
        <author>Dennis Metzcher</author>
        <pubDate>Sun, 17 Jul 2005 19:58:11 +0200</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1302</guid>
        <content:encoded><![CDATA[Used this plugin exactly as directed with the simplest setting. Getting this error: "Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/most_popular.php on line 88"

Have decided to uninstall the plugin. StatTraq is installed and running fine.]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1311 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1311</link>
        
        <author>Jiyul</author>
        <pubDate>Sat, 27 Aug 2005 14:59:34 +0200</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1311</guid>
        <content:encoded><![CDATA[I rewrite this script to work. If anyone unstaisfy with this, mine may help you.
http://softwitch.net/blog/index.php/pop-post/]]></content:encoded>
		</item>
				 <item>
        <title>Comment 1312 on Popular Posts Wordpress Plugin</title>
        <link>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1312</link>
        
        <author>Jonathan</author>
        <pubDate>Wed, 31 Aug 2005 17:29:28 +0200</pubDate>
        <guid>http://jfoucher.info/2004/10/11/popular-posts-wordpress-plugin#comment-1312</guid>
        <content:encoded><![CDATA[Great stuff Jiyul, thanks a lot. I urge all those for whom the plugin doesn't work to try that one. I'm not developping or supporting these old plugins anymore, so it's great to see that somebody has finally decided to rewrite and improve one!]]></content:encoded>
		</item>
		</channel>
</rss>