Modification Name: ubb.db v3
Author(s): AllenAyres
Description: Adds a plug-n-play file database to your site with ubb authentication.
Demo: https://www.ubbdev.com/ubbcgi/db.cgi Requirements: ubb.classicâ„¢ 6.7
Download Link: https://www.ubbdev.com/ubb/upload/00000494/ubbdb67.zip Credits: Cal (thank you for permission to distribute

)
Credits and Thank yous: - LK for the majority of the grunt work updating from the v5 series it was written for and adding additional admin features
- Mark Badolato for code optimization and putting up with my questions
- Charles Capps for code assistance
- Burak for code assistance
- Clankiller and Wierd Al for bugfixes
Install Notes: - Unzip the file and upload the cgi-bin contents to your ubb cgi directory in ascii, setting permissions to 755. Upload the /uploads folder to your ubb non-cgi directory and set permissions to 777.
- Access your admin at db.cgi?action=admin there are some 'starter' categories in there you can edit.
- A method was added to make using additional file types easir to upload. Line # 282:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|jpg)});
Change the (zip|txt|jpg) to add whatever file types you need. For example, to add .gif file, you would change that line to read:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|gif|jpg)});
To-Do:- templates
- better customization features
- continue optimizing code
- breadcrumbs could be better
Changelog:- to 01/03/2004 - v3 - many bugfixes and updates to 6.7 code
- Nov. 29, 2002 - v2.9 - bugfixes and minor updates (thanks Clankiller)
- Nov. 20, 2002 - v2.8 - removed unused code (thanks Burak

)
- Nov. 20, 2002 - v2.7 - Added easier method to upload additional file types (thanks Mark

)
- Nov. 11, 2002 - v2.5 - Wordlets Done
- Oct. 28, 2002 - Initial Update for v6.3+
- Way
way back - cal henderson wrote this for ubbcodehackers and ubb v5