Home arrow PHP arrow Setting Up a Web-Based File Manager: PHPfileNavigator2

Setting Up a Web-Based File Manager: PHPfileNavigator2

This is the second half of the two-part series titled “Setting Up a Web-Based File Manager.” Here we are going to continue with the installation and configuration of web-based file managers. We’ll present another freeware, open-source PHP-based file manipulation utility in the same way we explained bfExplorer in the previous part. This time, it’s going to be the PHPfileNavigator2 (pfn2).

TABLE OF CONTENTS:
  1. Setting Up a Web-Based File Manager: PHPfileNavigator2
  2. Installing pfn2
  3. Configuring and Using pfn2
  4. Final Words
By: Barzan "Tony" Antal
Rating: starstarstarstarstar / 8
April 22, 2008

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

In the previous part, we described why you should use a web-based file manager. Then we presented a PHP-based open-source file manager called “BytesFall Explorer.” We recommend reading the first half before moving on. You should find it published here on DevShed. Although we’ll do our best to explain the core concepts once again, it certainly doesn’t replace reading the whole article.

Before we begin, let’s point out the assumptions. You should have access to a web-server (either paid hosting on a shared server or a dedicated server that you run), PHP versions higher than 4.0.6, MySQL versions 4.0.x or higher, and the following libraries: GD (> or = 2.0.1) and Zlib.

In the previous part, we dwelled a bit more on these server applications, so if you are in doubt and don’t know what to do, then please refer back to the first article. Otherwise, you can move on. Keep in mind that during the installation process, there’s a stage where PHPfileNavigator checks the server requirements. This is when it points out if your server is lacking some packages or if there’s some configuration problem.

Now we can begin. But first let’s check out the features of pfn2. It is a secure, multi-user file manipulation utility that allows indexing, searching, web access control, tree-view, downloading compressed versions of files and directories, powerful image management, file type restriction, verbose logging (activity and error logs), full administration, uploading new files, editing existing files, and so forth.

Let’s see how we can set it up on our web server. Read on.



 
 
>>> More PHP Articles          >>> More By Barzan "Tony" Antal
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 2 - Follow our Sitemap

Dev Shed Tutorial Topics: