<?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: How To Display Feed Count For Google FeedProxy In Text</title>
	<atom:link href="http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/</link>
	<description>Tutorials . Comic . Web Design . Freelance . Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Best of the Web: January - NETTUTS</title>
		<link>http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/#comment-3923</link>
		<dc:creator>Best of the Web: January - NETTUTS</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://kailoon.com/?p=450#comment-3923</guid>
		<description>[...] Visit Article [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit Article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kailoon</title>
		<link>http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/#comment-3805</link>
		<dc:creator>kailoon</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://kailoon.com/?p=450#comment-3805</guid>
		<description>I&#039;m using this code in this site and it works fine.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this code in this site and it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/#comment-3803</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Tue, 20 Jan 2009 13:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://kailoon.com/?p=450#comment-3803</guid>
		<description>use following code from curt init - curl close for ($whaturl=&quot;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id&quot;;)

$ch = curl_init();

//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// Personally I prefer CURLAUTH_ANY as it covers all bases
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
// This is occassionally required to stop CURL from verifying the peer&#039;s certificate.
// CURLOPT_SSL_VERIFYHOST may also need to be TRUE or FALSE if
// CURLOPT_SSL_VERIFYPEER is disabled (it defaults to 2 - check the existence of a
// common name and also verify that it matches the hostname provided)
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
//Set the URL
curl_setopt($ch, CURLOPT_URL, $url);
//Execute the fetch
$data = curl_exec($ch);
//Close the connection
curl_close($ch);</description>
		<content:encoded><![CDATA[<p>use following code from curt init &#8211; curl close for ($whaturl=&#8221;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id&#8221;;)</p>
<p>$ch = curl_init();</p>
<p>//Set curl to return the data instead of printing it to the browser.<br />
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br />
// Personally I prefer CURLAUTH_ANY as it covers all bases<br />
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);<br />
// This is occassionally required to stop CURL from verifying the peer&#8217;s certificate.<br />
// CURLOPT_SSL_VERIFYHOST may also need to be TRUE or FALSE if<br />
// CURLOPT_SSL_VERIFYPEER is disabled (it defaults to 2 &#8211; check the existence of a<br />
// common name and also verify that it matches the hostname provided)<br />
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);<br />
//Set the URL<br />
curl_setopt($ch, CURLOPT_URL, $url);<br />
//Execute the fetch<br />
$data = curl_exec($ch);<br />
//Close the connection<br />
curl_close($ch);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://kailoon.com/how-to-display-feed-counter-in-text-for-feedproxy-google/#comment-3800</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Tue, 20 Jan 2009 11:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://kailoon.com/?p=450#comment-3800</guid>
		<description>https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id

with this link i am not getting curl response</description>
		<content:encoded><![CDATA[<p><a href="https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id" rel="nofollow">https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id</a></p>
<p>with this link i am not getting curl response</p>
]]></content:encoded>
	</item>
</channel>
</rss>
