<?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: Google PageRank algorithm leaked</title>
	<atom:link href="http://www.blogstorm.co.uk/google-pagerank-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/</link>
	<description>Internet marketing and search engine optimisation</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: William Tooke</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-384829</link>
		<dc:creator>William Tooke</dc:creator>
		<pubDate>Wed, 04 May 2011 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-384829</guid>
		<description>Can you explain the algorithm a bit? is it Real?</description>
		<content:encoded><![CDATA[<p>Can you explain the algorithm a bit? is it Real?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annie</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-153088</link>
		<dc:creator>annie</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-153088</guid>
		<description>actually i&#039;m going to do my FYP with the tilte related to google&#039;s pagerank algorithm. So can i get more info about how to use/apply this algorithm especially is the source code?</description>
		<content:encoded><![CDATA[<p>actually i&#8217;m going to do my FYP with the tilte related to google&#8217;s pagerank algorithm. So can i get more info about how to use/apply this algorithm especially is the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmetrics for beginners &#171; The 28-Hour-Day diet</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-69074</link>
		<dc:creator>Webmetrics for beginners &#171; The 28-Hour-Day diet</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-69074</guid>
		<description>[...] Toolbar from Google and see what all the fuss is about. Certainly everybody gets excited with each &#8216;new leak&#8217; of the PageRank algorithmÂ but whether the algorithm needs to be cracked, or your pages stuffed with keywords&#8230;who cares [...]</description>
		<content:encoded><![CDATA[<p>[...] Toolbar from Google and see what all the fuss is about. Certainly everybody gets excited with each &#8216;new leak&#8217; of the PageRank algorithmÂ but whether the algorithm needs to be cracked, or your pages stuffed with keywords&#8230;who cares [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minterest</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1607</link>
		<dc:creator>Minterest</dc:creator>
		<pubDate>Sun, 04 Nov 2007 03:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1607</guid>
		<description>Wow this is a nice one.... from where did u get this?</description>
		<content:encoded><![CDATA[<p>Wow this is a nice one&#8230;. from where did u get this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1592</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 01 Nov 2007 20:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1592</guid>
		<description>//Get the contents of the page which lists the top100 money making blogs&lt;br /&gt;
$spammers=file_get_contents(&quot;http://www.45n5.com/top100/&quot;);&lt;br /&gt;
&lt;br /&gt;
//If the domain being checked doesn&#039;t appear in this list set page rank to be a random number between one and ten&lt;br /&gt;
$pos = strpos($spammers, $domain);&lt;br /&gt;
if ($pos === false) {&lt;br /&gt;
$newpagerank=rand(0, 10);&lt;br /&gt;
} &lt;br /&gt;
//If in the list make page rank a random number between 0 and their old page rank&lt;br /&gt;
else {&lt;br /&gt;
$newpagerank=rand(0, $pagerank);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
For all those who don&#039;t know php &lt;img src=&quot;http://www.blogstorm.co.uk/images/icon_smile.gif&quot; alt=&quot;Smile&quot;&gt;</description>
		<content:encoded><![CDATA[<p>//Get the contents of the page which lists the top100 money making blogs<br />
$spammers=file_get_contents(&#8220;http://www.45n5.com/top100/&#8221;);</p>
<p>//If the domain being checked doesn&#8217;t appear in this list set page rank to be a random number between one and ten<br />
$pos = strpos($spammers, $domain);<br />
if ($pos === false) {<br />
$newpagerank=rand(0, 10);<br />
} <br />
//If in the list make page rank a random number between 0 and their old page rank<br />
else {<br />
$newpagerank=rand(0, $pagerank);<br />
}</p>
<p>For all those who don&#8217;t know php <img src="http://www.blogstorm.co.uk/images/icon_smile.gif" alt="Smile"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Errante</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1562</link>
		<dc:creator>Daniel Errante</dc:creator>
		<pubDate>Wed, 31 Oct 2007 16:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1562</guid>
		<description>I believe it.</description>
		<content:encoded><![CDATA[<p>I believe it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biju</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1551</link>
		<dc:creator>Biju</dc:creator>
		<pubDate>Wed, 31 Oct 2007 11:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1551</guid>
		<description>I don&#039;t have a clue about that algorithm. Probably because I&#039;m not a programmer. Can anyone just explain in layman&#039;s terms what that actually means??</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a clue about that algorithm. Probably because I&#8217;m not a programmer. Can anyone just explain in layman&#8217;s terms what that actually means??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1531</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Mon, 29 Oct 2007 17:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1531</guid>
		<description>Guys, Guys! Its a Joke! Don&#039;t start drawing conclusions that its a part of the PR algorithm! PR Algorithm more secure than the MicroSoft  Windows Source Code!! &lt;img src=&quot;http://www.blogstorm.co.uk/images/icon_biggrin.gif&quot; alt=&quot;Big Grin&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Guys, Guys! Its a Joke! Don&#8217;t start drawing conclusions that its a part of the PR algorithm! PR Algorithm more secure than the MicroSoft  Windows Source Code!! <img src="http://www.blogstorm.co.uk/images/icon_biggrin.gif" alt="Big Grin"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sa</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1527</link>
		<dc:creator>sa</dc:creator>
		<pubDate>Sun, 28 Oct 2007 21:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1527</guid>
		<description>That&#039;s really funny &lt;img src=&quot;http://www.blogstorm.co.uk/images/icon_smile.gif&quot; alt=&quot;Smile&quot;&gt;</description>
		<content:encoded><![CDATA[<p>That&#8217;s really funny <img src="http://www.blogstorm.co.uk/images/icon_smile.gif" alt="Smile"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.blogstorm.co.uk/google-pagerank-algorithm/#comment-1525</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sun, 28 Oct 2007 18:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/newblog/google-pagerank-algorithm/#comment-1525</guid>
		<description>Is this a link bait campaign, to bring more traffic to your site Or just a nice joke. &lt;br /&gt;
I really cannot stop laughing.</description>
		<content:encoded><![CDATA[<p>Is this a link bait campaign, to bring more traffic to your site Or just a nice joke. <br />
I really cannot stop laughing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

