<?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: file_get_contents</title>
	<atom:link href="http://jasongraphix.com/journal/file_get_contents/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasongraphix.com/journal/file_get_contents/</link>
	<description>A journal of art, thoughts, and projects by Jason Beaird.</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jay</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-537</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 29 Aug 2007 16:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-537</guid>
		<description>Here we are two years later and your post saved me quite a bit of time today. A friend on a Dreamhost account had a plugin that used file_get_contents and I replaced the call with your script.

Thanks for putting it up.
</description>
		<content:encoded><![CDATA[<p>Here we are two years later and your post saved me quite a bit of time today. A friend on a Dreamhost account had a plugin that used file_get_contents and I replaced the call with your script.</p>
<p>Thanks for putting it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-536</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Fri, 12 Aug 2005 15:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-536</guid>
		<description>OUCH!  Sorry to hear about that.  I knew I switched over to Dreamhost before they started that, but I didn&#039;t know it was only 3 months ago.  I never knew (still don&#039;t know) that it isn&#039;t kosher to use allow_url_fopen.  I can understand how a hacker that is able to get to your php source code could do some damage with it...but if a malicious person has access to my php source code, I might as well kiss the entire site goodbye anyway.
</description>
		<content:encoded><![CDATA[<p>OUCH!  Sorry to hear about that.  I knew I switched over to Dreamhost before they started that, but I didn&#8217;t know it was only 3 months ago.  I never knew (still don&#8217;t know) that it isn&#8217;t kosher to use allow_url_fopen.  I can understand how a hacker that is able to get to your php source code could do some damage with it&#8230;but if a malicious person has access to my php source code, I might as well kiss the entire site goodbye anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Hayden</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-535</link>
		<dc:creator>Stefan Hayden</dc:creator>
		<pubDate>Fri, 12 Aug 2005 04:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-535</guid>
		<description>the fact that dreamhost turned off allow_url_fopen has been a pain in my side since they did it about 3 months ago. For my senior portfolio one of my websites was based off the allow_url_fopen function set. The day before the presentation is when dreamhost turned it off (and the default is not to receive those messages). To bad nobody every told me not to use allow_url_fopen instead of cURL.
</description>
		<content:encoded><![CDATA[<p>the fact that dreamhost turned off allow_url_fopen has been a pain in my side since they did it about 3 months ago. For my senior portfolio one of my websites was based off the allow_url_fopen function set. The day before the presentation is when dreamhost turned it off (and the default is not to receive those messages). To bad nobody every told me not to use allow_url_fopen instead of cURL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-534</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Sun, 07 Aug 2005 16:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-534</guid>
		<description>Interesting!
</description>
		<content:encoded><![CDATA[<p>Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-533</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sat, 06 Aug 2005 08:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-533</guid>
		<description>Glad your move went well.
It&#039;s time for me to move now.

Btw, WOW Nice Site!

j/k. Don&#039;t blacklist me. I&#039;m coo.
</description>
		<content:encoded><![CDATA[<p>Glad your move went well.<br />
It&#8217;s time for me to move now.</p>
<p>Btw, WOW Nice Site!</p>
<p>j/k. Don&#8217;t blacklist me. I&#8217;m coo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-532</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Sat, 06 Aug 2005 04:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-532</guid>
		<description>Yea, I can&#039;t really take credit for any of the above code. :) The solution was from Mike D&#039;s website, and the fix was from the Dreamhost page (both linked above)...I just put 2 and 2 together.

Asbestos-containing popcorn was banned in 1978, and our house was built around that time, so there&#039;s a possibility that it contained asbestos.  We decided to chance it though and remove it ourselves.  We were sure to cover the air ducts and wear masks during the process.  The &lt;a href=&quot;http://www.epa.gov/asbestos&quot; rel=&quot;nofollow&quot;&gt;EPA Info on Asbestos&lt;/a&gt; is pretty scary, until you read that &quot;People who get asbestosis have usually been exposed to high levels of asbestos for a long time.&quot;  and that there are no studies on short term exposure.  I think it&#039;s a little overkill.
</description>
		<content:encoded><![CDATA[<p>Yea, I can&#8217;t really take credit for any of the above code. :) The solution was from Mike D&#8217;s website, and the fix was from the Dreamhost page (both linked above)&#8230;I just put 2 and 2 together.</p>
<p>Asbestos-containing popcorn was banned in 1978, and our house was built around that time, so there&#8217;s a possibility that it contained asbestos.  We decided to chance it though and remove it ourselves.  We were sure to cover the air ducts and wear masks during the process.  The <a href="http://www.epa.gov/asbestos" rel="nofollow">EPA Info on Asbestos</a> is pretty scary, until you read that &#8220;People who get asbestosis have usually been exposed to high levels of asbestos for a long time.&#8221;  and that there are no studies on short term exposure.  I think it&#8217;s a little overkill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin P.</title>
		<link>http://jasongraphix.com/journal/file_get_contents/#comment-531</link>
		<dc:creator>Justin P.</dc:creator>
		<pubDate>Sat, 06 Aug 2005 02:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/file_get_contents/#comment-531</guid>
		<description>So this is a replacement for one line in Mike&#039;s solution? Hmm, too bad I&#039;m not running MT. Sounds cool.

re: Popcorn ceiling. You know that stuff has asbestos in it right? I know that&#039;s probably why you had masks on in those photos, but dang, it gets everywhere (eyes, ears, etc..). Nasty.

Your new house looks great, the new work environment looks comfy :)
</description>
		<content:encoded><![CDATA[<p>So this is a replacement for one line in Mike&#8217;s solution? Hmm, too bad I&#8217;m not running MT. Sounds cool.</p>
<p>re: Popcorn ceiling. You know that stuff has asbestos in it right? I know that&#8217;s probably why you had masks on in those photos, but dang, it gets everywhere (eyes, ears, etc..). Nasty.</p>
<p>Your new house looks great, the new work environment looks comfy :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

