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

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 Online   content
I type Like navaho

Registered: 03/10/00
Posts: 25452
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 Offline
Wizard

Registered: 01/10/00
Posts: 5132
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 Offline
Wizard

Registered: 01/10/00
Posts: 5132
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 
Who's Online
2 registered (AllenAyres, blaaskaak), 19 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Spell Check [beta]
by AllenAyres
12/01/08 09:32 AM
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
New Mods
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
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25449
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks