|
directory indexer
|
Other links at PHP > Scripts and Programs > File Manipulation |
| 1. |
EXPOW
|
|
|
Expow is a PHP script that generates directory indexes with file management functionalities. It can replace Apache directory autoindexer, generate indexes "on the fly", with visualization facilities and includes the file management ability. Viewing features: file listing in tables, tree view, frames(optional), intensive css and icon use, image preload, and Overlib support to preview thumbs of pictures. File management features: directory and file creation, file upload, url upload, and delete file/empty directory.
|
| 2. |
DigiOz Directory Indexer
|
|
|
The DigiOz Directory Indexer is a simple script that looks into a subfolder inside the directory it resides in and lists all the files in that folder, displaying them in a linked format on the screen, along with the date modified and size of the file. This script comes particularly handy when you have a huge list of files you have to post a link to on a page, and dont want to type the link to them by hand one by one. The script will produce a simple HTML index file for you, which you can then save under a different name and use elsewhere on your website. Some features of this code includes the sorting of the files by name, by date file modified and by size.
|
| 3. |
Gallery
|
|
|
File gallery with upload posibility. Features: easy config file, image watermark protection, recursive subfolders, uploads in root directory, file views/downloads counter.
|
| 4. |
Absolute Include
|
|
|
A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include("/folder/file.inc"); to generate error messages.
|
| 5. |
file uploader
|
|
|
Allows users to upload files to your website. I wrote this script to illustrate the basic operations required for file uploading, I dont recommend it be used as is, because people may upload programs and scripts. If you want only images to be uploaded, you may want to modify the extension of any file that doesnt have isnt a jpg, png, or gif.
|
|
|