<?xml version="1.0" encoding="iso-8859-1"?><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: dodoupload 1.3</title>
	<atom:link href="http://pure-essence.net/2005/07/01/dodoupload-13/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net/2005/07/01/dodoupload-13/</link>
	<description>you must visit this geeky girl's weblog!</description>
	<lastBuildDate>Tue, 10 Nov 2009 01:15:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-64527</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 26 Sep 2007 17:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-64527</guid>
		<description>The file type limiting does not work 

$require_file_type = &quot;images/gif&quot;;	

when selected it still allowes any files to be uploaded</description>
		<content:encoded><![CDATA[<p>The file type limiting does not work </p>
<p>$require_file_type = &#8220;images/gif&#8221;;	</p>
<p>when selected it still allowes any files to be uploaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yugioh</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-18909</link>
		<dc:creator>Yugioh</dc:creator>
		<pubDate>Wed, 07 Sep 2005 18:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-18909</guid>
		<description>// Emular register_globals on
if (!ini_get(&#039;register_globals&#039;)) {
    $superglobales = array($_SERVER, $_ENV,
        $_FILES, $_COOKIE, $_POST, $_GET);
    if (isset($_SESSION)) {
        array_unshift($superglobales, $_SESSION);
    }
    foreach ($superglobales as $superglobal) {
        extract($superglobal, EXTR_SKIP);
    }
}</description>
		<content:encoded><![CDATA[<p>// Emular register_globals on<br />
if (!ini_get(&#8217;register_globals&#8217;)) {<br />
    $superglobales = array($_SERVER, $_ENV,<br />
        $_FILES, $_COOKIE, $_POST, $_GET);<br />
    if (isset($_SESSION)) {<br />
        array_unshift($superglobales, $_SESSION);<br />
    }<br />
    foreach ($superglobales as $superglobal) {<br />
        extract($superglobal, EXTR_SKIP);<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yugioh</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-18908</link>
		<dc:creator>Yugioh</dc:creator>
		<pubDate>Wed, 07 Sep 2005 18:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-18908</guid>
		<description>I have the response. It&#039;s for register globals = off, and requieres on. Try to add this at index (after </description>
		<content:encoded><![CDATA[<p>I have the response. It&#8217;s for register globals = off, and requieres on. Try to add this at index (after</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-18894</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Wed, 31 Aug 2005 18:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-18894</guid>
		<description>talk to your host</description>
		<content:encoded><![CDATA[<p>talk to your host</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-16804</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Wed, 06 Jul 2005 20:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-16804</guid>
		<description>it&#039;s not in the readme, it&#039;s in the index.php. lots of options you can set as variables.. basic php knowledge is required and obviously assumed for people using this script.</description>
		<content:encoded><![CDATA[<p>it&#8217;s not in the readme, it&#8217;s in the index.php. lots of options you can set as variables.. basic php knowledge is required and obviously assumed for people using this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyn</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-16803</link>
		<dc:creator>cyn</dc:creator>
		<pubDate>Wed, 06 Jul 2005 20:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-16803</guid>
		<description>sorry that I didn&#039;t read the readme file about this.  How can I set and change the bytes?  I don&#039;t see it in the readme file.  Thanks for your help anyway!  

</description>
		<content:encoded><![CDATA[<p>sorry that I didn&#8217;t read the readme file about this.  How can I set and change the bytes?  I don&#8217;t see it in the readme file.  Thanks for your help anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-16768</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Wed, 06 Jul 2005 15:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-16768</guid>
		<description>It IS an option to change the size and it&#039;s been an option since version 1.0</description>
		<content:encoded><![CDATA[<p>It IS an option to change the size and it&#8217;s been an option since version 1.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyn</title>
		<link>http://pure-essence.net/2005/07/01/dodoupload-13/comment-page-1/#comment-16767</link>
		<dc:creator>Cyn</dc:creator>
		<pubDate>Wed, 06 Jul 2005 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/07/01/dodoupload-13/#comment-16767</guid>
		<description>I&#039;m currently using the new version which I uploaded onto my site.  It is possible you can enable to make the bytes bigger than 15000.  I was thinking of storing my portfolio art works I have done like jpg file.  I think this is for uploading gifs stuff only.  </description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using the new version which I uploaded onto my site.  It is possible you can enable to make the bytes bigger than 15000.  I was thinking of storing my portfolio art works I have done like jpg file.  I think this is for uploading gifs stuff only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
