<?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 for KBeezie</title>
	<atom:link href="http://kbeezie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kbeezie.com</link>
	<description>&#60;me&#62;coder&#60;/me&#62;</description>
	<lastBuildDate>Thu, 10 Dec 2009 03:16:07 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Scraping Google Front Page Results by Frank</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-291</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-291</guid>
		<description>heh, i fixed it. 

replace:

$h3 = $g-&gt;find(&#039;h3.r&#039;, 0);
$s = $g-&gt;find(&#039;div.s&#039;, 0);
$a = $h3-&gt;find(&#039;a&#039;, 0);

with:

$h3 = $g-&gt;find(&#039;h3.r&#039;, 0);
	$s = $g-&gt;find(&#039;div.s&#039;, 0);
	if($h3 != &quot;&quot;){
           $a = $h3-&gt;find(&#039;a&#039;, 0); 
        }

if you dont understant why this is needed cheak out the recent chages google have made to some of there results pages by searching for: tiger woods latest update</description>
		<content:encoded><![CDATA[<p>heh, i fixed it. </p>
<p>replace:</p>
<p>$h3 = $g-&gt;find(&#8216;h3.r&#8217;, 0);<br />
$s = $g-&gt;find(&#8216;div.s&#8217;, 0);<br />
$a = $h3-&gt;find(&#8216;a&#8217;, 0);</p>
<p>with:</p>
<p>$h3 = $g-&gt;find(&#8216;h3.r&#8217;, 0);<br />
	$s = $g-&gt;find(&#8216;div.s&#8217;, 0);<br />
	if($h3 != &#8220;&#8221;){<br />
           $a = $h3-&gt;find(&#8216;a&#8217;, 0);<br />
        }</p>
<p>if you dont understant why this is needed cheak out the recent chages google have made to some of there results pages by searching for: tiger woods latest update</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scraping Google Front Page Results by Frank</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-290</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-290</guid>
		<description>Hi mate,

Sadly i have to report that this script no longer works due to some changes google have made to thier pages. A new ajax element has been added also contained in li.g. if you hit a page with the new ajax bit the script fails. It would be good if you could help fix the script so it works again because its  good one :)</description>
		<content:encoded><![CDATA[<p>Hi mate,</p>
<p>Sadly i have to report that this script no longer works due to some changes google have made to thier pages. A new ajax element has been added also contained in li.g. if you hit a page with the new ajax bit the script fails. It would be good if you could help fix the script so it works again because its  good one <img src='http://kbeezie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cloaking and Faking the Referrer by kbeezie</title>
		<link>http://kbeezie.com/view/cloaking-and-faking-referrer/comment-page-1/#comment-289</link>
		<dc:creator>kbeezie</dc:creator>
		<pubDate>Tue, 08 Dec 2009 11:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=200#comment-289</guid>
		<description>@Victory
It&#039;s possible, but you would have to update the javascript to take into account the DOM selection differences between browsers.</description>
		<content:encoded><![CDATA[<p>@Victory<br />
It&#8217;s possible, but you would have to update the javascript to take into account the DOM selection differences between browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cloaking and Faking the Referrer by Victory</title>
		<link>http://kbeezie.com/view/cloaking-and-faking-referrer/comment-page-1/#comment-276</link>
		<dc:creator>Victory</dc:creator>
		<pubDate>Wed, 02 Dec 2009 00:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=200#comment-276</guid>
		<description>is it possible to just stick to POST/form-submit on all browsers?</description>
		<content:encoded><![CDATA[<p>is it possible to just stick to POST/form-submit on all browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by kbeezie</title>
		<link>http://kbeezie.com/about/comment-page-1/#comment-273</link>
		<dc:creator>kbeezie</dc:creator>
		<pubDate>Tue, 01 Dec 2009 03:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbeezie.com/?page_id=2#comment-273</guid>
		<description>In the kblinker script I wrote a while back, I wrote a couple lines that would take the query string via $_SERVER[&#039;QUERY_STRING&#039;] and place it onto the end of the destination url. In that way anything attached to the original url would get passed onto the destination. So perhaps by that kind of mean.</description>
		<content:encoded><![CDATA[<p>In the kblinker script I wrote a while back, I wrote a couple lines that would take the query string via $_SERVER['QUERY_STRING'] and place it onto the end of the destination url. In that way anything attached to the original url would get passed onto the destination. So perhaps by that kind of mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Python with Nginx via Passenger by kbeezie</title>
		<link>http://kbeezie.com/view/using-python-nginx-passenger/comment-page-1/#comment-269</link>
		<dc:creator>kbeezie</dc:creator>
		<pubDate>Sun, 29 Nov 2009 14:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=103#comment-269</guid>
		<description>Without using sudo, try executing ruby -v to see if anything shows up at all, if not try &#039;which ruby&#039;. If nothing still shows up then either the PATH isn&#039;t configured correctly to Ruby, or Ruby itself isn&#039;t properly installed. &#039;sudo&#039; itself doesn&#039;t find commands per se, but is simply a way of saying &#039;I want to run the following command as a super-user or root&#039;.</description>
		<content:encoded><![CDATA[<p>Without using sudo, try executing ruby -v to see if anything shows up at all, if not try &#8216;which ruby&#8217;. If nothing still shows up then either the PATH isn&#8217;t configured correctly to Ruby, or Ruby itself isn&#8217;t properly installed. &#8217;sudo&#8217; itself doesn&#8217;t find commands per se, but is simply a way of saying &#8216;I want to run the following command as a super-user or root&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Andrew</title>
		<link>http://kbeezie.com/about/comment-page-1/#comment-254</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbeezie.com/?page_id=2#comment-254</guid>
		<description>Hi

I have a question regarding the cloaking script please. Just wondered how I can have the &#039;bh&#039; url string allow a variable on the end. I&#039;m using a tracking script which appends my query string with for example &#039;http://www.bhurlhere.com?kw=23456&#039;

regards

Andy</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have a question regarding the cloaking script please. Just wondered how I can have the &#8216;bh&#8217; url string allow a variable on the end. I&#8217;m using a tracking script which appends my query string with for example &#8216;http://www.bhurlhere.com?kw=23456&#8242;</p>
<p>regards</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Python with Nginx via Passenger by vanderkerkoff</title>
		<link>http://kbeezie.com/view/using-python-nginx-passenger/comment-page-1/#comment-250</link>
		<dc:creator>vanderkerkoff</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=103#comment-250</guid>
		<description>kbeezie, form some reason sudo is not finding ruby

any ideas?</description>
		<content:encoded><![CDATA[<p>kbeezie, form some reason sudo is not finding ruby</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paypal IPN with PhP by SwiftlyTilting</title>
		<link>http://kbeezie.com/view/paypal-ipn-with-php/comment-page-1/#comment-229</link>
		<dc:creator>SwiftlyTilting</dc:creator>
		<pubDate>Sun, 22 Nov 2009 16:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbeezie.com/?p=1#comment-229</guid>
		<description>Thanks I&#039;ve been looking for an in depth explanation on how to do this.</description>
		<content:encoded><![CDATA[<p>Thanks I&#8217;ve been looking for an in depth explanation on how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Python with Nginx via Passenger by Hongli Lai</title>
		<link>http://kbeezie.com/view/using-python-nginx-passenger/comment-page-1/#comment-227</link>
		<dc:creator>Hongli Lai</dc:creator>
		<pubDate>Sun, 22 Nov 2009 00:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=103#comment-227</guid>
		<description>Hi kbeezie, good writeup. :) I just published a blog article about Phusion Passenger and Python today. Maybe you&#039;d care to comment? http://izumi.plan99.net/blog/index.php/2009/11/21/phusion-passenger-for-python/

&lt;i&gt;&quot;We’ll need to download and compile Ruby version 1.9.1 patch level 129. While this is not the latest, I’ve had unconfirmed reports that anything newer than p129 is not fully compatible with Passenger.&quot;&lt;/i&gt;

This is correct. Later versions of 1.9.1 have bugs in the &#039;tempfile&#039; library. These bugs have been fixed in Ruby&#039;s SVN repository but so far there hasn&#039;t been a 1.9.1 release containing the bug fixes.

By the way, it&#039;s not necessary to install Rails in order to use Phusion Passenger. Rails is only required if you deploy Rails apps.</description>
		<content:encoded><![CDATA[<p>Hi kbeezie, good writeup. <img src='http://kbeezie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I just published a blog article about Phusion Passenger and Python today. Maybe you&#8217;d care to comment? <a href="http://izumi.plan99.net/blog/index.php/2009/11/21/phusion-passenger-for-python/" rel="nofollow">http://izumi.plan99.net/blog/index.php/2009/11/21/phusion-passenger-for-python/</a></p>
<p><i>&#8220;We’ll need to download and compile Ruby version 1.9.1 patch level 129. While this is not the latest, I’ve had unconfirmed reports that anything newer than p129 is not fully compatible with Passenger.&#8221;</i></p>
<p>This is correct. Later versions of 1.9.1 have bugs in the &#8216;tempfile&#8217; library. These bugs have been fixed in Ruby&#8217;s SVN repository but so far there hasn&#8217;t been a 1.9.1 release containing the bug fixes.</p>
<p>By the way, it&#8217;s not necessary to install Rails in order to use Phusion Passenger. Rails is only required if you deploy Rails apps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
