PHP
  Home arrow PHP arrow Setting Up a Web-Based File Manager: b...
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
IBM Rational Software Development Conference
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PHP

Setting Up a Web-Based File Manager: bfExplorer
By: Barzan "Tony" Antal
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 5
    2008-04-15

    Table of Contents:
  • Setting Up a Web-Based File Manager: bfExplorer
  • Installing bfExplorer
  • Configuring and Using bfExplorer
  • Taking a Break

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    Save your reputation with your customers. Learn how you can have embedding success with Advantage Database Server (ADS).

    Setting Up a Web-Based File Manager: bfExplorer
    (Page 1 of 4 )

    Everybody knows how to use a conventional desktop application that acts as a file manager. And we all know how useful these manipulation utilities really are. They give us a hierarchical view of the content of our folders. They also have dozens of extra functions. In this series, we’re going to see how we can do this on a web server. We will present two freeware PHP-based file managers. You’ll find out how to install and configure them.

    Before we begin, we must point out some assumptions. First of all, during this tutorial we assume that you have access to a web server, meaning you can either run your own or have a paid hosting service. However, it is most important that you must meet these server requirements: PHP version higher than 4.0.6, MySQL version higher than 4.0.0, and the presence of GD and Zlib.

    If you didn't understand the aforementioned requirements, but you have access to a paid hosting service, then don't worry because chances are that the requirements are already met. Reliable hosting companies always update their server applications to the latest release in order to improve their all-around security, fix bugs, and so forth. On the other hand, if you are running your own web server, then PHP, MySQL, and libraries like GD and Zlib are second nature.

    Now let's move on to the clarifications. PHP is required because both of the file managers that we'll present in this two-part tutorial are written in PHP. It is one of the most widely used general-purpose scripting languages and it shines through anything that deals with web development because it can be embedded in HTML with ease. MySQL is the world's most popular open source database. We need database access for user accounts.

    GD is a code library that allows you to create images dynamically. In our case, the web-based file managers require this library to generate thumbnails; in short, this means dynamically working with images "on-the-fly." Next comes Zlib. It is a module that allows you to transparently work with archives; the module requires the Zlib library. Zlib support is not enabled by default with PHP. Do this with: "PHP --with-zlib[=DIR]".

    Nevertheless, if your current web server is through a hosting company and it's a paid web space, then the previous requirements are almost always met. Even so, during this tutorial, we'll find out what to do when something doesn't work accordingly. And you can always contact the customer technical support of your hosting company.

    We are going to lead you through the installation and configuration process of the following two web-based file managers: BytesFall Explorer and PHPfileNavigator. Both are extremely powerful, lightweight, stable and reliable, multi-user based, and are freeware. This is the first half of a two-part series. Therefore, we'll cover the BytesFall Explorer (abbreviated as: bfExplorer) first. Expect a comprehensive guide.

    Now that you know what to expect -- let's begin!

    More PHP Articles
    More By Barzan "Tony" Antal


       · Thanks for reading this article. I hope you have found it educational and...
     

       

    PHP ARTICLES

    - Comparing Files and Databases with PHP Bench...
    - Setting Up a Web-Based Image Gallery
    - Using Timers to Benchmark PHP Applications
    - Benchmarking Applications with PHP
    - Setting Up a Web-Based File Manager: PHPfile...
    - Developing a Modular Class For a PHP File Up...
    - Setting Up a Web-Based File Manager: bfExplo...
    - Defining a Custom Function for File Uploader...
    - Parsing Child Nodes with the DOM XML extensi...
    - Creating an Error Handling Module for a PHP ...
    - Accessing Attributes and Cloning Nodes with ...
    - Retrieving Information on Selected Files wit...
    - Handling HTML Strings and Files with the DOM...
    - Building File Uploaders with PHP 5
    - Working with Multiple Document Nodes with th...

     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway