|
Topics:
|
Lethal Penguin Stuff:
|
ZipMasterFlex
Download
(Count: 3455 downloads)
Purpose:
This web-based application was designed as file distribution system that can create a single compressed
file containing all the individual files selected by a user.
Features
- Dynamically create Zip files on the fly (May Require Zip Module)
- Administration login to maintain file list
- No FTP needed to add/remove files
- Diplay Date File was Added
- Records Number of File Requests
- Ability to limit file types
Requirements
- Linux
- Server Side Zip Module (if not already installed), such as Info-Zip
- MySQL
- PHP with Safe Mode Off
Installation
- Create a MySQL database with whatever name you like. Dump ZipMasterFlex.sql into newly-created MySQL database (phpMyAdmin is excellent for this).
- Open config.php and change noted variables. Note, mime.html is available for limiting file type uploads.
- Upload contents of ZipMasterFlex to your web server with the following DIRECTORY permissions:
- ZipMasterFlex: 777
- docs: 777
- Navigate to the ZipMasterFlex directory on your webserver (e.g., http://yoursite/ZipMasterFlex/) and go to admin.php. Enter the password defined in config.php.
- Add documents.
- That's it!
Troubleshooting
If you run into PHP warning messages, particularly Cannot modify header information - headers already sent by..., the Zip module may not be installed on your server. Check with your system admin. Also note, safe mode must be disabled!
License
ZipMasterFlex
Version 1.0
Released June 27, 2003
© Lethal Penguin 2003 by Norman Kline
ZipMasterFlex is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See http://www.gnu.org/ for more information regarding the GNU General Public License.
|