php forum
php mysql forum
php mysql smarty
 
Topic Options
#202073 - 01/03/04 04:47 PM [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Modification Name: ubb.db v3

Author(s): AllenAyres

Description: Adds a plug-n-play file database to your site with ubb authentication.

Demo: http://www.ubbdev.com/ubbcgi/db.cgi

Requirements: ubb.classic™ 6.7

Download Link: http://www.ubbdev.com/ubb/upload/00000494/ubbdb67.zip

Credits: Cal (thank you for permission to distribute laugh )

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 thumbsup
- Mark Badolato for code optimization and putting up with my questions smile
- Charles Capps for code assistance smile
- Burak for code assistance smile
- Clankiller and Wierd Al for bugfixes smile

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:

Code:
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:
Code:
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 smile )
- Nov. 20, 2002 - v2.7 - Added easier method to upload additional file types (thanks Mark smile )
- 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
_________________________
- Allen wavey
- What Drives You?

Top
#202074 - 01/04/04 12:42 AM Re: [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
breadcrumbs fixed with wierd al's help smile Zip updated smile
_________________________
- Allen wavey
- What Drives You?

Top
#202075 - 01/05/04 08:49 AM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Does this work for 6.6.1?
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202076 - 01/05/04 09:15 AM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
So I guess the short answer is, "no, it doesn't work with 6.6.1". Can it be ported?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202077 - 01/05/04 11:41 AM Re: [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
I haven't tested it with 6.6, but you can. Upload it and see what happens, that's pretty simple tipsy
_________________________
- Allen wavey
- What Drives You?

Top
#202078 - 01/05/04 12:44 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
I should have actually been clearer. I did test it using 6.6.1. Sorry for that mistake. I got some sort of "hash" error... it was looking for something that I hadn't heard of before.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202079 - 01/05/04 01:15 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Can you post the error here?
_________________________
- Allen wavey
- What Drives You?

Top
#202080 - 01/05/04 03:03 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Sure.... give me a second to re-install the mod.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202081 - 01/05/04 03:11 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
PLEASE REMEMBER THAT THIS ERROR IS BEING GENERATED BY 6.6.1, NOT 6.7 BETA:

Software error:
Can't locate object method "TIEHASH" via package "UBB::TiedURL" at /XXX/XXX/cgi-bin/db.cgi line 107.

For help, please send mail to the webmaster (matt.torbin@peigenesis.com), giving this error message and the time and date of the error.

I'm not sure what it means...

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202082 - 01/05/04 03:24 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Yeah, then the hack certainly requires 6.7. That error is being generated by the lack of the 6.7 URL generation routines.
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202083 - 01/05/04 03:36 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Damn... 6.6.1 got totally passed over. frown I guess there's no chance of a port, huh?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202084 - 01/05/04 03:43 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
6.7 is close to going final - I would suggest waiting a week or three and upgrading. wink
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202085 - 01/05/04 04:00 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Yeah, that's what I'm thinking too... but all that work... LOL... such is life.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202086 - 01/05/04 08:47 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
comment out the line and see what happens smile
_________________________
- Allen wavey
- What Drives You?

Top
#202087 - 01/05/04 09:52 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
The URL maker will blow up, which sorta breaks the hack entirely. smile
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202088 - 01/05/04 09:59 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
heheh smile

The old one should still work with 6.6.
_________________________
- Allen wavey
- What Drives You?

Top


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 31 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks