<?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: QuantCast Screen Scraper</title>
	<atom:link href="http://redinkdesign.net/programming/php/quantcast-screen-scraper/feed/" rel="self" type="application/rss+xml" />
	<link>http://redinkdesign.net/programming/php/quantcast-screen-scraper/</link>
	<description>Good code is its own best documentation</description>
	<lastBuildDate>Sat, 07 Jan 2012 23:03:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Skeep</title>
		<link>http://redinkdesign.net/programming/php/quantcast-screen-scraper/comment-page-1/#comment-4518</link>
		<dc:creator>Skeep</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:25:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4518</guid>
		<description>Sorry looks like HTML is being cleaned.

It looks like Quantcast may have changed their code a little. To get rank to work I changed line 41 to:
$start = strpos($this-&gt;siteContents,&#039;&lt;li class=&quot;rank&quot;&gt;&#039;);

I also had to change line 49 to:
$start = strpos($this-&gt;siteContents, &#039;&lt;div class=&quot;summary&quot;&gt;&#039;);

That fixed the script for me.</description>
		<content:encoded><![CDATA[<p>Sorry looks like HTML is being cleaned.</p>
<p>It looks like Quantcast may have changed their code a little. To get rank to work I changed line 41 to:<br />
$start = strpos($this-&gt;siteContents,&#8217;&lt;li class=&#8221;rank&#8221;&gt;&#8217;);</p>
<p>I also had to change line 49 to:<br />
$start = strpos($this-&gt;siteContents, &#8216;&lt;div class=&#8221;summary&#8221;&gt;&#8217;);</p>
<p>That fixed the script for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skeep</title>
		<link>http://redinkdesign.net/programming/php/quantcast-screen-scraper/comment-page-1/#comment-4517</link>
		<dc:creator>Skeep</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:23:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-4517</guid>
		<description>It looks like Quantcast may have changed their code a little. To get rank to work I changed line 41 to:
$start = strpos($this-&gt;siteContents,&#039;&#039;);

I also had to change line 49 to:
$start = strpos($this-&gt;siteContents, &#039;&#039;);

That fixed the script for me.</description>
		<content:encoded><![CDATA[<p>It looks like Quantcast may have changed their code a little. To get rank to work I changed line 41 to:<br />
$start = strpos($this-&gt;siteContents,&#8221;);</p>
<p>I also had to change line 49 to:<br />
$start = strpos($this-&gt;siteContents, &#8221;);</p>
<p>That fixed the script for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin Surajbali</title>
		<link>http://redinkdesign.net/programming/php/quantcast-screen-scraper/comment-page-1/#comment-1007</link>
		<dc:creator>Ashwin Surajbali</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:36:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-1007</guid>
		<description>&lt;blockquote cite=&quot;#comment-content-995&quot;&gt;
&lt;a href=&quot;#comment-995&quot; rel=&quot;nofollow&quot;&gt;anoop&lt;/a&gt; :
    HI nice script.. Rank scrab is not working…………
  &lt;/blockquote&gt;
Thanks, I&#039;ll double check it. They might have changed their layout slightly.</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-content-995"><p>
<a href="#comment-995" rel="nofollow">anoop</a> :<br />
    HI nice script.. Rank scrab is not working…………
  </p></blockquote>
<p>Thanks, I&#8217;ll double check it. They might have changed their layout slightly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anoop</title>
		<link>http://redinkdesign.net/programming/php/quantcast-screen-scraper/comment-page-1/#comment-995</link>
		<dc:creator>anoop</dc:creator>
		<pubDate>Tue, 08 Jun 2010 06:11:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-995</guid>
		<description>HI nice script.. Rank scrab is not working............</description>
		<content:encoded><![CDATA[<p>HI nice script.. Rank scrab is not working&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

