|
directory indexer
|
Other links at PHP > Scripts and Programs > File Manipulation |
| 1. |
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.
|
| 2. |
Up load file form
|
|
|
Real helpful script if you want to have visitors or only members upload files to your site via a form. An e-mail notification will be sent to you with the persons e-mail, file uploaded,and message. A link will be generated to show them the file uploaded on completion.
|
| 3. |
PHP Image Uploader
|
|
|
This script allows visitors to upload up to 5 images at a time to your website. It only allows images to be uploaded, allows you to put a size limit if you want, and checks if a file already exists. Full working demo is available.
|
| 4. |
imgHost
|
|
|
- Can change file zize and file types - Script outputs the uploaded URL in a form - Two links are be out putted: Direct link and IMG link - Uses random names to prevent naming issues - Images can be deleted after a certain number of days of no views - Easily customized
|
| 5. |
Download Center Lite
|
|
|
Download Center Lite enables a website owner to offer file downloads of any file type on the website. The script can be used in two ways. First you can use it, if you want to hide the real path to your download folder on your web server. You can prevent direct access to the download folder. And second you can make sure that your visitors get the download dialogue for downloading the file instead of the file displayed within the browser.
|
|
|