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: 25419
Loc: Texas

   [6.7] [beta] ubb.db v3 to Del.icio.us Add to del.icio.us
  Digg [6.7] [beta] ubb.db v3 Digg it
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: 25419
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: 25419
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: 25419
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: 25419
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: 25419
Loc: Texas
heheh smile

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

Top


Moderator:  Charles, Gizmo 
Top Posters Last 30 Days
AllenAyres 20
Gizmo 10
blaaskaak 2
S7ARBVCK 2
Iann128 1
Claus1 1
M4D 1
Who's Online
0 Registered (), 35 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Security Patch released for all 7.x versions
by AllenAyres
Yesterday at 08:00 PM
What do you use to edit the files
by AllenAyres
Yesterday at 07:54 PM
Team UBBDev Rides Again!
by AllenAyres
Yesterday at 07:32 PM
Here I am! Rock me like a Hurricane!
by AllenAyres
Yesterday at 07:20 PM
BeyondCompare v3.00
by AllenAyres
Yesterday at 07:16 PM
[7.3.1] add search to showmembers page
by AllenAyres
Yesterday at 07:13 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
New Mods
[7.3.1] add search to showmembers page
by blaaskaak
Yesterday at 04:50 AM
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks