php forum
php mysql forum
php mysql smarty
 
Page 2 of 10 < 1 2 3 4 ... 9 10 >
Topic Options
#202971 - 05/04/04 11:33 AM Re: [6.7] [beta] UBB.Uploader
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Twinsburg, Ohio

   Re: [6.7] [beta] UBB.Uploader to Del.icio.us Add to del.icio.us
  Digg Re: [6.7] [beta] UBB.Uploader Digg it

Top
#202972 - 05/04/04 11:54 AM Re: [6.7] [beta] UBB.Uploader
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Great Work Brett!

Thank you very much!!! thumbsup
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#202973 - 05/04/04 03:58 PM Re: [6.7] [beta] UBB.Uploader
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
Thanks Brett for the great mod laugh
_________________________
- Allen wavey
- What Drives You?

Top
#202974 - 05/04/04 05:04 PM Re: [6.7] [beta] UBB.Uploader
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
laugh Works great. I love the ability to delete other members files.
_________________________
Code monkey like Fritos

Top
#202975 - 05/04/04 07:04 PM Re: [6.7] [beta] UBB.Uploader
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5119
Loc: Portland, OR, USA
Dare I say it, I like it more than flare wink ... At least I'm already authenticated when I click upload file form :x...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#202976 - 05/05/04 01:59 PM Re: [6.7] [beta] UBB.Uploader
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Brett, something I added that really made the Admin manager easier was the following.

FIND:
Code:
				<a href="$vars_config{CGIURL}/ubb_upload.cgi?ubb=manager;f=$real_forum;p=$f">$url/$f</a>
REPLACE WITH:
Code:
				<a href="$vars_config{CGIURL}/ubb_upload.cgi?ubb=manager;f=$real_forum;p=$f">$f (<i>~ . &GetPubName($f) . qq~</i>)</a>
That way you can see the public name of the member's who folder that is. I'm sure I'm not the only one who doesn't have member numbers memorized
_________________________
Code monkey like Fritos

Top
#202977 - 05/05/04 04:19 PM Re: [6.7] [beta] UBB.Uploader
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Twinsburg, Ohio
Very nice. I like it laugh

I just put it to grab the publics names list instead of opening each profile, because it would stress on a high board on getpubname, but added it. wink (Uploaded both zips, with only ubb_upload.cgi changed)

Top
#202978 - 05/05/04 05:06 PM Re: [6.7] [beta] UBB.Uploader
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Is anyone else having problem using this with IE 6?

I get the referer error in IE, but not in Firefox
_________________________
Code monkey like Fritos

Top
#202979 - 05/06/04 07:22 AM Re: [6.7] [beta] UBB.Uploader
Nightcrawler Offline
User

Registered: 12/17/03
Posts: 47
Loc: San Diego
It works fine for me so far, however when I "Submit Changes" in Primary Settings, I get the error below at the top of the page and I need to submit twice before the changes take effect.

Error
Form validation errors:

: You did not enter a value for this field


I checked and the vars_misc.cgi file has undef instead of say no or 2 or some such for boxes I didn't check (like the fact I'm not using it for avatars). Is that the problem?

I also have the Recycle Bin hack installed, but I didn't have the problem before the Uploader hack.

Top
#202980 - 05/06/04 07:25 AM Re: [6.7] [beta] UBB.Uploader
Nightcrawler Offline
User

Registered: 12/17/03
Posts: 47
Loc: San Diego
Quote:
Originally posted by Ian Spence:

Is anyone else having problem using this with IE 6?

I get the referer error in IE, but not in Firefox


I was using IE and got the error, so I used the non-referer version.

Top
#202981 - 05/07/04 12:20 AM Re: [6.7] [beta] UBB.Uploader
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Twinsburg, Ohio
I'm starting to wonder if it's worth it, because some user out there is gonna have a firewall or router to block the ref. I think any future version will have it as an on/off switch, defaulted to off.

Top
#202982 - 05/07/04 05:26 AM Re: [6.7] [beta] UBB.Uploader
Eric Flyxe Offline
Member

Registered: 05/03/01
Posts: 57
Great, finally!!

One detail - could you remove the case sensitivity? Or do i have to specify both in the config? (Havenīt installed it yet)

picture.jpg works but picture.JPG doesnīt

For my non-technical users. wink

Top
#202983 - 05/07/04 05:41 AM Re: [6.7] [beta] UBB.Uploader
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5119
Loc: Portland, OR, USA
That's standard with all unix hosts; where a letter makes it differant period.

IE:
PiCtUrE.jpg isn't the same as picture.jpg; should show with the same name as uploaded, if the extension is JPG theil need to rename it to jpg.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#202984 - 05/07/04 11:07 PM Re: [6.7] [beta] UBB.Uploader
Poopy Pants Offline
Member

Registered: 08/22/01
Posts: 100
Form validation errors:

: You did not enter a value for this field
: You did not enter a value for this field

Is it typical to have these errors show up when making the changes in the control panel?

Even though the errors are there, the hack does work on the bulletin board. I'm just curious if I am missing something when I hacked the board.

Top
#202985 - 05/07/04 11:32 PM Re: [6.7] [beta] UBB.Uploader
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Twinsburg, Ohio
Did you add/upload the changes in cp2_lib.cgi?

Top
#202986 - 05/08/04 08:02 AM Re: [6.7] [beta] UBB.Uploader
Nightcrawler Offline
User

Registered: 12/17/03
Posts: 47
Loc: San Diego
I'm having that error.

I just checked and rechecked with a fresh download of the hack, I did make the change to cp2_lib.cgi and I still get the error.

Top
#202987 - 05/08/04 09:43 AM Re: [6.7] [beta] UBB.Uploader
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
make sure you fill in EVERYTHING. Every textbox must be filled in, even if you just put 0 in it
_________________________
Code monkey like Fritos

Top
#202988 - 05/08/04 02:59 PM Re: [6.7] [beta] UBB.Uploader
Poopy Pants Offline
Member

Registered: 08/22/01
Posts: 100
Yes, every field has a value.

Top
#202989 - 05/08/04 10:15 PM Re: [6.7] [beta] UBB.Uploader
Nightcrawler Offline
User

Registered: 12/17/03
Posts: 47
Loc: San Diego
D'Oh! Now it all makes sense.

Top
#202990 - 05/10/04 08:14 PM Re: [6.7] [beta] UBB.Uploader
Poopy Pants Offline
Member

Registered: 08/22/01
Posts: 100
any possible updates on the errors we're getting?

Top
Page 2 of 10 < 1 2 3 4 ... 9 10 >


Moderator:  Charles, Gizmo 
Top Posters Last 30 Days
AllenAyres 12
Gizmo 10
S7ARBVCK 2
Cambridge 1
Murphdog 1
MattUK 1
Kevin H 1
Who's Online
0 Registered (), 29 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
BeyondCompare v3.00
by blaaskaak
Yesterday at 02:46 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
New Mods
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
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks