<?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"
	>
<channel>
	<title>Comments on: Post Filter</title>
	<atom:link href="http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/</link>
	<description>World of money links - Forex, Ventures, Capital and Investments</description>
	<pubDate>Tue, 07 Oct 2008 15:11:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: lt</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-11189</link>
		<dc:creator>lt</dc:creator>
		<pubDate>Fri, 27 Apr 2007 15:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-11189</guid>
		<description>curl and extension filtering is added, please check updates!</description>
		<content:encoded><![CDATA[<p>curl and extension filtering is added, please check updates!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-3960</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 12 Feb 2007 16:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-3960</guid>
		<description>OK, I think I have got this working with CURL.  All you need to do is replace the fp_get_remote_file function with the following:

function fp_get_remote_file($url) {
	# use CURL library to fetch remote file
	$ch = curl_init();
	curl_setopt ($ch, CURLOPT_URL, $url);
	curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
	curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 0);
	$results = curl_exec($ch);

	curl_close ($ch);
	
	return $results;
}

However, one problem exists, if there is any embedded flash video the plugin will try, unsuccessfully, to transload that also.</description>
		<content:encoded><![CDATA[<p>OK, I think I have got this working with CURL.  All you need to do is replace the fp_get_remote_file function with the following:</p>
<p>function fp_get_remote_file($url) {<br />
	# use CURL library to fetch remote file<br />
	$ch = curl_init();<br />
	curl_setopt ($ch, CURLOPT_URL, $url);<br />
	curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);<br />
	curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 0);<br />
	$results = curl_exec($ch);</p>
<p>	curl_close ($ch);</p>
<p>	return $results;<br />
}</p>
<p>However, one problem exists, if there is any embedded flash video the plugin will try, unsuccessfully, to transload that also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-3953</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 12 Feb 2007 14:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-3953</guid>
		<description>Unfortunately this does not seem to work with some hosts, such as Dreamhost, who do not allow fopen in their PHP.  I am trying to re-write with the CURL lib but so far I am not getting results.</description>
		<content:encoded><![CDATA[<p>Unfortunately this does not seem to work with some hosts, such as Dreamhost, who do not allow fopen in their PHP.  I am trying to re-write with the CURL lib but so far I am not getting results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lt</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-329</link>
		<dc:creator>lt</dc:creator>
		<pubDate>Wed, 06 Sep 2006 15:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-329</guid>
		<description>we'll this is all considerations to next version :)</description>
		<content:encoded><![CDATA[<p>we&#8217;ll this is all considerations to next version :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fitzgerald</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-323</link>
		<dc:creator>Patrick Fitzgerald</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-323</guid>
		<description>Excellent, I was just blogging about my &lt;a href="http://www.barelyfitz.com/blog/archives/2006/09/05/426/" rel="nofollow"&gt;need for such a plugin.&lt;/a&gt;

Would it be possible to go back through my previous posts and run the plugin on them? Maybe in the options there could be an "run now on all entries" button. At this point I have a number of images posted through Flickr that need the treatment.</description>
		<content:encoded><![CDATA[<p>Excellent, I was just blogging about my <a href="http://www.barelyfitz.com/blog/archives/2006/09/05/426/" rel="nofollow">need for such a plugin.</a></p>
<p>Would it be possible to go back through my previous posts and run the plugin on them? Maybe in the options there could be an &#8220;run now on all entries&#8221; button. At this point I have a number of images posted through Flickr that need the treatment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BarelyBlogging</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-322</link>
		<dc:creator>BarelyBlogging</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-322</guid>
		<description>&lt;strong&gt;idea for a wordpress plugin: copy linked images to server...&lt;/strong&gt;


It&#8217;s nice to have services such as Flickr where I can upload an image, then click a button to create an entry on my blog displaying and linking to the image. Unfortunately, there may come a time with I close my Flickr account or Flickr closes up...</description>
		<content:encoded><![CDATA[<p><strong>idea for a wordpress plugin: copy linked images to server&#8230;</strong></p>
<p>It&#8217;s nice to have services such as Flickr where I can upload an image, then click a button to create an entry on my blog displaying and linking to the image. Unfortunately, there may come a time with I close my Flickr account or Flickr closes up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lt</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-296</link>
		<dc:creator>lt</dc:creator>
		<pubDate>Mon, 04 Sep 2006 08:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-296</guid>
		<description>i'm sorry for late reply !

Yes it parses only post , i think i can imporve it for parsing meta also. Please watch the notifications about updates!</description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry for late reply !</p>
<p>Yes it parses only post , i think i can imporve it for parsing meta also. Please watch the notifications about updates!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.blogforward.com/money/2006/08/04/wordpress-post-filter-plugin/#comment-148</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 27 Aug 2006 09:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogforward.com/money/wordpress-post-filter-plugin/#comment-148</guid>
		<description>Very nice plugin and seems to be working very well! 

However it seems to only be parsing the contents of the post (the wp_posts table). Is it possible to make a version that will also parse the meta-data (the wp_postmeta table)

The reason I ask is that my users will submit external image URLs through a custom field which is stored in postmeta.

So is there an easy tweak to make the plugin also parse this table?

Thanks, 
Andy</description>
		<content:encoded><![CDATA[<p>Very nice plugin and seems to be working very well! </p>
<p>However it seems to only be parsing the contents of the post (the wp_posts table). Is it possible to make a version that will also parse the meta-data (the wp_postmeta table)</p>
<p>The reason I ask is that my users will submit external image URLs through a custom field which is stored in postmeta.</p>
<p>So is there an easy tweak to make the plugin also parse this table?</p>
<p>Thanks,<br />
Andy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
