|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
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. 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
thank you  I've been outta town for >1 week, will check it out when I get back home later this weekend 
|
|
|
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
...and when can we expect the upload hack ported to 6.4???
thanks d-talk
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
quote: Originally posted by AllenAyres: thank you I've been outta town for >1 week, will check it out when I get back home later this weekend 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
|
|
|
|
Joined: Jan 2002
Posts: 39
Member
|
Member
Joined: Jan 2002
Posts: 39 |
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 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
I don't think you can do that, would depend on the security settings of the second server. Demo link updated up top https://www.ubbdev.com/db/cgi/db.cgi Seems to work fine twslex, thanks for the update Some work still needs to be done here... there's lots of possibilities with this script.
|
|
|
|
Joined: Apr 2001
Posts: 142
Member
|
Member
Joined: Apr 2001
Posts: 142 |
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 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 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
It's possible, but probably outside the scope of this script. Possibly if someone else has done this, they can share 
|
|
|
|
Joined: Oct 2001
Posts: 13
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 13 |
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. 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
bug in all versions: &RequireCode("$vars_config{NonCGIPath}/Templates/public_common.cgi"); should be: &RequireCode("$vars_config{NonCGIPath}/Templates/public_common.pl"); 
|
|
|
|
Joined: May 2000
Posts: 1,168
Member
|
Member
Joined: May 2000
Posts: 1,168 |
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
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
did you use the css file like Allen said to?
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
I wouldn't try it. Any modification that's semi standalone will return a whole lot of error
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
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.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
few more bugfixes and code updates for 6.7 version 
|
|
|
|
Joined: May 2000
Posts: 1,168
Member
|
Member
Joined: May 2000
Posts: 1,168 |
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
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
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 
|
|
|
|
Joined: May 2000
Posts: 1,168
Member
|
Member
Joined: May 2000
Posts: 1,168 |
That would be super. Please let me know if there is anything that I can do to assist you.
- MT
|
|
|
|
Joined: May 2000
Posts: 1,168
Member
|
Member
Joined: May 2000
Posts: 1,168 |
What's the status update on this?
- MT
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
You mean in the last 48 hours over a holiday in which I was (and am still) on-call? no change yet 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|