<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 01:13:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPIt.net: Creating a SECURE file manager with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/4736</guid>
      <link>http://www.phpdeveloper.org/news/4736</link>
      <description><![CDATA[In a follow-up to the <a href="http://www.phpdeveloper.org/news/4712">previous post</a> on the creation of a file manager with PHP, a <a href="http://www.phpit.net/article/creating-secure-file-manager-php/">new piece</a> has shown up, augmenting it with the promise of a secure file manager created in PHP.
<p>
<quote>
<i>
This is a follow-up tutorial on <a href="http://www.phpit.net/article/creating-file-manager-php/">"Creating a file manager with PHP"</a>, and I highly recommend reading the previous tutorial first, before reading this tutorial.
<p>
In the previous tutorial I showed you how to build a simple file manager, which could upload, download, edit and delete, with PHP, but there was one problem: it wasn't completely secure if you had your upload directory in a public place. That's why in this tutorial I'm going to show you how to fix that.
</i>
</quote>
<p>
In <a href="http://www.phpit.net/article/creating-secure-file-manager-php/">the new script</a> he helps you rework the previous script, making it a bit safer for your files to be someplace public. One of the keys is creating a "protected file" with a 404 header at the top, thwarting any would-be leachers. He also includes the code for editing and deleting these protected files as if they were normal...]]></description>
      <pubDate>Thu, 26 Jan 2006 06:59:09 -0600</pubDate>
    </item>
  </channel>
</rss>
