UBB.Dev
Posted By: twslex [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/08/2003 2:00 PM
Quote
quote:
Here's the updated files for 6.5-6.6 :

https://www.ubbdev.com/ubb/upload/00000494/ubbdb66.zip

Bits updated and 2-3 bugs fixed not noted from the beginning

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

You'll need to be using a css file like we have here:

https://www.ubbdev.com/ubb/css/frost.css

Upload, set permissions to 755 for the ubbdb.cgi and lib.cgi files and 777 on everything else.
Hi,

For those of u who are using it.

A quick and dirty (haven't tested only partial bits of it yet) port of this mod to ubb 6.4

Download: http://www.warmass.nl/ubbdev/ubbdb.zip

Demo: https://www.ubbdev.com/db/cgi/db.cgi

In it is both a db.63x and a db.64x
Rename the db.64x to db.cgi to use it.

Test it with care. cool
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/10/2003 6:01 PM
thank you smile I've been outta town for >1 week, will check it out when I get back home later this weekend smile
Posted By: d-talk Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/10/2003 6:09 PM
...and when can we expect the upload hack ported to 6.4???

thanks
d-talk
Posted By: twslex Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/11/2003 11:03 AM
Quote
quote:
Originally posted by AllenAyres:
thank you smile I've been outta town for >1 week, will check it out when I get back home later this weekend smile
Hi,

Been testing it over the last days, the only think i can find is that the top10 download is not correct.

For cat 1 it look at db.cgi, for cat two it looks at db1.cgi and so on.

Which should be, cat 1 is db1.cgi, cat 2 is db2 and so on.

TwsLex
Posted By: Xiphoid_pAOM Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/22/2003 5:26 AM
I have a question on this... let's say I have my board on a server set up solely for CGI and I don't want a lot of space taken up from the files that people are going to upload. How would I go about changing the upload path to another server? Is this possible?

Thanks smile
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 02/11/2003 8:00 AM
I don't think you can do that, would depend on the security settings of the second server.

Demo link updated up top smile

https://www.ubbdev.com/db/cgi/db.cgi

Seems to work fine twslex, thanks for the update smile

Some work still needs to be done here... there's lots of possibilities with this script.
Posted By: ZeNissart Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 04/03/2003 3:34 AM
Quote
quote:
Originally posted by Xiphoid_pAOM:
I have a question on this... let's say I have my board on a server set up solely for CGI and I don't want a lot of space taken up from the files that people are going to upload. How would I go about changing the upload path to another server? Is this possible?
I've got the same problem frown
In many php upload scripts, you can specify a login and username of a ftp server... is it possible to implement that on this script confused
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 04/18/2003 11:08 PM
It's possible, but probably outside the scope of this script. Possibly if someone else has done this, they can share smile
Posted By: Xiphoid Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 04/21/2003 4:21 AM
Glad to hear that it's possible. After months, I'm still trying to find a solution to this for the ubbdb and other upload script.

If anyone has any hints as to how I could go about doing this, I'd be greatly in debt to them. smile
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 06/07/2003 10:54 PM
bug in all versions:

&RequireCode("$vars_config{NonCGIPath}/Templates/public_common.cgi");

should be:

&RequireCode("$vars_config{NonCGIPath}/Templates/public_common.pl");


tipsy
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 11/24/2003 1:13 AM
Here's the updated files for 6.5-6.6 :

https://www.ubbdev.com/ubb/upload/00000494/ubbdb66.zip

Bits updated and 2-3 bugs fixed not noted from the beginning tipsy

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

You'll need to be using a css file like we have here:

https://www.ubbdev.com/ubb/css/frost.css

Upload, set permissions to 755 for the ubbdb.cgi and lib.cgi files and 777 on everything else.
Posted By: Digital Boy Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/29/2003 9:24 PM
The funniest thing happened with this hack... as much as I played with it, I could never get the table to be anything but jet black... Couldn't see a thing.

Go figure....

- MT
Posted By: Ian Spence Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/29/2003 10:41 PM
did you use the css file like Allen said to?
Posted By: RandyM Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 4:54 AM
Will this work with 6.7?
Posted By: Ian Spence Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 4:58 AM
I wouldn't try it. Any modification that's semi standalone will return a whole lot of error
Posted By: RandyM Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 5:10 AM
hmm, I'm not really building anything new till the release code is out for 6.7. I've been reducing the amount of hacks I install with each version. I want to do something new with the templates this time so I'll just wait for the hacks to catch up.
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 8:34 AM
Here's the updated files for 6.7 :

https://www.ubbdev.com/ubb/upload/00000494/ubbdb67.zip

Bits updated and 2-3 bugs fixed not noted from the beginning

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

You'll need to be using a css file like we have here:

https://www.ubbdev.com/ubb/css/frost.css

Upload, set permissions to 755 for the ubbdb.cgi and lib.cgi files and 777 on everything else.


smile
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 9:39 AM
few more bugfixes and code updates for 6.7 version smile
Posted By: Digital Boy Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 3:38 PM
I wasn't sure where to reference the css. If I put it in the HTML inserts, I throw off the rest of the pages. Is there any way to not use it? I tried pulling all the CSS code out, which should have worked, but didn't seem to have an effect.

- MT
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/30/2003 7:59 PM
hmmm... I maybe re-doing it without css, as it's difficult to use like this without the base code being css'd and most sites don't use our css'd templates smile
Posted By: Digital Boy Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 12/31/2003 5:13 PM
That would be super. Please let me know if there is anything that I can do to assist you.

- MT
Posted By: Digital Boy Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/02/2004 11:31 PM
What's the status update on this?

- MT
Posted By: AllenAyres Re: [6.4 - 6.5 - 6.6] [beta] ubbdb - 01/03/2004 1:47 AM
You mean in the last 48 hours over a holiday in which I was (and am still) on-call?

no change yet tipsy
© UBB.Developers