Topic: PunUploadExtra 1.1
##
##
## Mod title: PunUploadExtra
##
## Mod version: 1.1
## Works on PunBB: 1.2.*
## Release date: 2006-03-05
## Author: beotiger (beotiger@yandex.ru)
##
## Description: This mod allows your forum users upload their files to the
## site and download them. Also the mod has permission system for upload
## managing. All file management goes through this mod.
## AM plugin is included to
## set permissions for usergroups.
##
## Affected files: none
##
## Affects DB: Yes
##
## Notes: This mod was originally based on punUpload 1.1.1 by
## ultime (Pierre-Luc Lacroix - ultime@omgultime.com),
## and UploadMoD by Yevgen Zinchenko aka Loiso (loiso@ukrtop.com),
## but has been much rebuilt and added many new features
##
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
Main comments for the first release see at http://punbb.org/forums/viewtopic.php?id=10707
There are main changes:
1. Fixed all possible vulnerabilities.
2. French localization have been added (due to Apupv participating - we thank him!)
3. Filenames and their descriptions are now truncated to 30 characters in the next way:
- if the length of filename is more than 30 characters long, it's outputed as first symbols of filename, '...', and its extension (so no more than 30 characters shown);
- all words in description extended 22 characters cut to 22 characters.
4. All files in directory uploaded/ now can not exceed 100 Mbytes in size (this value regulates by the constant MAX_DIR_UPLOAD in the first line in file uploads.php, so you can change it to whatever you wish).
Living demo look at http://punbb.awardspace.us/uploads.php (russian test forum)
We recommend to upgrade, for upgrading is quite easy - just replace the main file uploads.php in the forum root directory by the one from archive, and you are done!