<?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: Coding an Armory Crawler in PHP &#8211; basic HOWTO</title>
	<atom:link href="http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/</link>
	<description>Seeking Better Worlds</description>
	<lastBuildDate>Fri, 07 May 2010 19:25:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jacob</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1650</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1650</guid>
		<description>Well cURL is indeed also required for this method, just that you say there is an easier way if you have cURL installed. you have if this is working for you.</description>
		<content:encoded><![CDATA[<p>Well cURL is indeed also required for this method, just that you say there is an easier way if you have cURL installed. you have if this is working for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Blogging and Altitis Birthsday &#124; Altitis</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1388</link>
		<dc:creator>Master Blogging and Altitis Birthsday &#124; Altitis</dc:creator>
		<pubDate>Sun, 15 Jun 2008 10:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1388</guid>
		<description>[...] Some people are apparently still interested in my clumsy attempts to write my own armory crawler in php. [...]</description>
		<content:encoded><![CDATA[<p>[...] Some people are apparently still interested in my clumsy attempts to write my own armory crawler in php. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1336</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 14 May 2008 10:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-1336</guid>
		<description>Gwaenda, stop saying you lack understanding dude, I have a php professor that explains stuff in a way that makes it seem like everything is a piece of cake so when I read any manual for 30 minutes and still I don&#039;t have a clue what it is all about I know it isn&#039;t my fault! lol.</description>
		<content:encoded><![CDATA[<p>Gwaenda, stop saying you lack understanding dude, I have a php professor that explains stuff in a way that makes it seem like everything is a piece of cake so when I read any manual for 30 minutes and still I don&#8217;t have a clue what it is all about I know it isn&#8217;t my fault! lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwaendar</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-124</link>
		<dc:creator>Gwaendar</dc:creator>
		<pubDate>Mon, 05 Nov 2007 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-124</guid>
		<description>Just to demonstrate my complete lack of culture and understanding, I&#039;ve visited PEAR, read a lot of the manual, and still couldn&#039;t get a clue what the package is good for, and more importantly, how I could leverage it for my own needs.&lt;br/&gt;&lt;br/&gt;It appears to my totally novice eye that it provides different means of doing what I used cURL and SimpleXML for? What did I miss here?</description>
		<content:encoded><![CDATA[<p>Just to demonstrate my complete lack of culture and understanding, I&#8217;ve visited PEAR, read a lot of the manual, and still couldn&#8217;t get a clue what the package is good for, and more importantly, how I could leverage it for my own needs.</p>
<p>It appears to my totally novice eye that it provides different means of doing what I used cURL and SimpleXML for? What did I miss here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geekster</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-121</link>
		<dc:creator>Geekster</dc:creator>
		<pubDate>Sun, 04 Nov 2007 18:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-121</guid>
		<description>This was very helpful. To repay you I&#039;ll have to recommend you use PEAR with XML Parser, because it&#039;s pretty ez stuff.&lt;br/&gt;&lt;br/&gt;http://pear.php.net/&lt;br/&gt;&lt;br/&gt;Search on XML and you&#039;ll find the parser. There are examples in there... You will also need to download the PEAR base module (pear.php)... it&#039;s the #1 download on the main page...&lt;br/&gt;&lt;br/&gt;My idea was to collect data and output to a file locally that can be parsed. This works better than trying to parse directly because you control the data in a static form.</description>
		<content:encoded><![CDATA[<p>This was very helpful. To repay you I&#8217;ll have to recommend you use PEAR with XML Parser, because it&#8217;s pretty ez stuff.</p>
<p><a href="http://pear.php.net/">http://pear.php.net/</a></p>
<p>Search on XML and you&#8217;ll find the parser. There are examples in there&#8230; You will also need to download the PEAR base module (pear.php)&#8230; it&#8217;s the #1 download on the main page&#8230;</p>
<p>My idea was to collect data and output to a file locally that can be parsed. This works better than trying to parse directly because you control the data in a static form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiggr</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-113</link>
		<dc:creator>Tiggr</dc:creator>
		<pubDate>Fri, 02 Nov 2007 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-113</guid>
		<description>Hey. Thank you sooooo much for putting this up. I had been struggling with this for the last 2 nights. I was really confused by the fact I saw xml in the source but my page got different results.&lt;br/&gt;&lt;br/&gt;Thank You, Thank you, Thank you :)</description>
		<content:encoded><![CDATA[<p>Hey. Thank you sooooo much for putting this up. I had been struggling with this for the last 2 nights. I was really confused by the fact I saw xml in the source but my page got different results.</p>
<p>Thank You, Thank you, Thank you <img src='http://altitis.treehuggers.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwaendar</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-27</link>
		<dc:creator>Gwaendar</dc:creator>
		<pubDate>Mon, 01 Oct 2007 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-27</guid>
		<description>Belated reply due to RL absence, but as I mentionned in my post, using ini_set followed by fopen($armoryurl) and file_get_contents  does the trick too - it&#039;s a more brutish approach though.</description>
		<content:encoded><![CDATA[<p>Belated reply due to RL absence, but as I mentionned in my post, using ini_set followed by fopen($armoryurl) and file_get_contents  does the trick too &#8211; it&#8217;s a more brutish approach though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-25</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Tue, 18 Sep 2007 10:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-25</guid>
		<description>Ohh, you find this is the code&lt;br/&gt; $xml = xml2ary($data);&lt;br/&gt;&lt;br/&gt;Its just me parsing it within the function. want to output an array instead of XML</description>
		<content:encoded><![CDATA[<p>Ohh, you find this is the code<br /> $xml = xml2ary($data);</p>
<p>Its just me parsing it within the function. want to output an array instead of XML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj</title>
		<link>http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-24</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Tue, 18 Sep 2007 10:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://altitis.treehuggers.info/2007/09/14/coding-an-armory-crawler-in-php-basic-howto/#comment-24</guid>
		<description>Its an easy way, yes.&lt;br/&gt;But it requires that you server is compiled with cURL.&lt;br/&gt;&lt;br/&gt;Trolling some forums and php.net and found a pure PHP way:&lt;br/&gt;&lt;br/&gt;pasted the code here so its easy to see: &lt;br/&gt;http://www.htmlsidan.se/code/?id=1237&lt;br/&gt;&lt;br/&gt;Then you just parse it with an XML function/parser</description>
		<content:encoded><![CDATA[<p>Its an easy way, yes.<br />But it requires that you server is compiled with cURL.</p>
<p>Trolling some forums and php.net and found a pure PHP way:</p>
<p>pasted the code here so its easy to see: <br /><a href="http://www.htmlsidan.se/code/?id=1237">http://www.htmlsidan.se/code/?id=1237</a></p>
<p>Then you just parse it with an XML function/parser</p>
]]></content:encoded>
	</item>
</channel>
</rss>
