<?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: How to Unzip Folders on the Server Using a Simple PHP Script</title>
	<atom:link href="http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/</link>
	<description>Wordpress Design and Development</description>
	<lastBuildDate>Thu, 22 Dec 2011 06:00:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Vasu</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-1027</link>
		<dc:creator>Vasu</dc:creator>
		<pubDate>Thu, 22 Dec 2011 06:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-1027</guid>
		<description>Here&#039;s an alternate method:

&lt;pre&gt;
$zip = new ZipArchive;

  $zipped = $zip-&gt;open(&#039;test.zip&#039;);

  if ( $zipped ) {

  $zip-&gt;extractTo(dirname(__FILE__).&#039;test&#039;);

  $zip-&gt;close();
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an alternate method:</p>
<pre>
$zip = new ZipArchive;

  $zipped = $zip-&gt;open('test.zip');

  if ( $zipped ) {

  $zip-&gt;extractTo(dirname(__FILE__).'test');

  $zip-&gt;close();
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: toby</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-949</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Tue, 30 Aug 2011 12:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-949</guid>
		<description>@raoul and @be - The issue is likely your server setup.  Contact your hosting provider and ask them to support the function listed above.</description>
		<content:encoded><![CDATA[<p>@raoul and @be &#8211; The issue is likely your server setup.  Contact your hosting provider and ask them to support the function listed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raoul</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-937</link>
		<dc:creator>raoul</dc:creator>
		<pubDate>Fri, 19 Aug 2011 08:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-937</guid>
		<description>hm.. no luck. Script runs fine. Just no result.</description>
		<content:encoded><![CDATA[<p>hm.. no luck. Script runs fine. Just no result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-267</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Tue, 28 Sep 2010 14:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-267</guid>
		<description>That is an issue with your hosting provider.</description>
		<content:encoded><![CDATA[<p>That is an issue with your hosting provider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: be</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-266</link>
		<dc:creator>be</dc:creator>
		<pubDate>Sat, 18 Sep 2010 11:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-266</guid>
		<description>Warning: system() has been disabled for security reasons...

it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Warning: system() has been disabled for security reasons&#8230;</p>
<p>it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RB</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-229</link>
		<dc:creator>RB</dc:creator>
		<pubDate>Tue, 25 May 2010 18:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-229</guid>
		<description>You are fantastic!!! Saved me so much time after spending a couple of hours trying to figure out(I&#039;m new to this)...thank you! (O:</description>
		<content:encoded><![CDATA[<p>You are fantastic!!! Saved me so much time after spending a couple of hours trying to figure out(I&#8217;m new to this)&#8230;thank you! (O:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Alvares</title>
		<link>http://www.themightymo.com/2010/02/10/how-to-unzip-folders-on-the-server-using-a-simple-php-script/comment-page-1/#comment-209</link>
		<dc:creator>Paul Alvares</dc:creator>
		<pubDate>Tue, 23 Mar 2010 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=654#comment-209</guid>
		<description>Champ! it works great =]</description>
		<content:encoded><![CDATA[<p>Champ! it works great =]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

