php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#118180 - 04/24/01 08:11 PM Upload HAck please Help @all
SkipperII Offline
Member

Registered: 03/09/01
Posts: 46

    Upload HAck please Help @all  to Del.icio.us Add to del.icio.us
  Digg  Upload HAck please Help @all Digg it
Hello at @all,
i need a hack . My English is not so goog but i want Upload Files (Upload Hack like UBB 5.x) and not the UBB Code Buttons Hack to work Upload Zip Files (Savegames & Racgames) in my Forum.... please help i need it yesterdey

SkipperII laugh :rolleyes:

Top
#118181 - 04/29/01 07:25 PM Re: Upload HAck please Help @all
ELY_M Offline
Member

Registered: 03/23/01
Posts: 133
Good news.

I have it at

ELY M's Upload Hack

you have control over what your users can upload and have toggle on and off option. the most words are wordletizied.

<FONT COLOR="#000000" SIZE="1">[ April 29, 2001 07:26 PM: Message edited by: ELY_M ]</font>

Top
#118182 - 04/30/01 08:45 AM Re: Upload HAck please Help @all
yosco Offline
Junior Member

Registered: 04/17/01
Posts: 27
Nice hack, Is it final?

Top
#118183 - 04/30/01 09:10 AM Re: Upload HAck please Help @all
Marvin_FFM Offline
Member

Registered: 02/26/01
Posts: 40
Loc: Frankfurt, Germany / Bethlehem...
Quote:
quote:



hi ely,

can we see a demo ? couldnīt find a ubb at perl.com ...

code looks well - but unfortunality thatīs no evidence laugh <SCNR>

marvin
_________________________
ICQ# 11307124.

Top
#118184 - 04/30/01 02:53 PM Re: Upload HAck please Help @all
SkipperII Offline
Member

Registered: 03/09/01
Posts: 46
Yes a ... Demo i want! laugh laugh

Top
#118185 - 04/30/01 05:38 PM Re: Upload HAck please Help @all
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
it's a mostly control panel modification, would be difficult for a demo, I am gonna try it out tonight and see how we do, if it works well, we'll add it to our database.

Thanks Ely...
_________________________
- Allen wavey
- What Drives You?

Top
#118186 - 04/30/01 06:30 PM Re: Upload HAck please Help @all
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
works really well, nice work ELY! smile

a couple of minor suggestions:

- change the instructions to this:
Code:
code:


that way the text for the link won't some ugly mess wink

- use the vars_wordlets_mods file instead of the vars_wordlets file so we won't have to update so much when we do minor ubb upgrade patches...

demo:
http://www.ubbdev.com/db/cgi/ultimatebb.cgi?ubb=newtopic&f=20

- you prolly won't be able to see this since you have to be authorized to post new in there, but it installs in ~20 min and works.
_________________________
- Allen wavey
- What Drives You?

Top
#118187 - 04/30/01 06:53 PM Re: Upload HAck please Help @all
Tolitz Offline
Member

Registered: 09/15/00
Posts: 164
Loc: Los Angeles, CA
Hmmmm, I'm trying to incorporate this hack, but I can't find this in cp_lib.cgi:

print FILE qq!stringLengthLimit => q~$stringLengthLimit~,n!;

or this in cp_vars_misc.pl:

$vars_misc{stringLengthLimit} = 180 unless $vars_misc{stringLengthLimit};

I'm using UBB 6.04... was this part of another hack? Or am I just missing it after about four tries?
_________________________
Open Tech Support

Top
#118188 - 04/30/01 07:00 PM Re: Upload HAck please Help @all
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
That's in the latest version(s) .04b/.04c
_________________________
- Allen wavey
- What Drives You?

Top
#118189 - 04/30/01 09:00 PM Re: Upload HAck please Help @all
SkipperII Offline
Member

Registered: 03/09/01
Posts: 46
Can you make a new description for the UBB Version 6.0? Please Please? smile smile smile smile smile smile but I can't find this:
Code:
code:

Code:
code:

etc. etc....

Thx

SkipperII

Top
#118190 - 04/30/01 10:17 PM Re: Upload HAck please Help @all
anticonscience Offline
Junior Member

Registered: 04/07/01
Posts: 15
Loc: Houston, Texas
yes....i'm using 6.03 and don't have those lines....can you issue an update?
_________________________
http://www.anti-forum.com

Top
#118191 - 04/30/01 11:43 PM Re: Upload HAck please Help @all
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
This is the update...;) You guys are the ones using old software...:)
_________________________
- Allen wavey
- What Drives You?

Top
#118192 - 05/01/01 01:11 AM Re: Upload HAck please Help @all
Tolitz Offline
Member

Registered: 09/15/00
Posts: 164
Loc: Los Angeles, CA
Well okay, even without the help, I got it to work on UBB 6.04, but there is a bug on this script:

1.) The way this script works is that it gives a jscript pop-up window with a set height and width that is not resizable (much like the upload hack for UBB5). The problem here is that this pop-up window uses the UBB header and footer information - which means you get scrollbars galore if you have a header that uses a long titlebar and a left menubar.

Click here to see what it looks like

I looked at the upload.cgi file and there are several instances of $Header and $Footer info being included. Why can't it be like the UBB5 upload hack that just uses a simple pop-up window with the pertinent upload information? Might wanna look into that.

And since this hack is obviously documented ONLY for 6.04b and 6.04c, I'd update the documentation to reflect that fact, unless you'd wanna make the extra effort to include updated documentation that will benefit those of us who are not willing to rehack their boards everytime Infopop issues an update (which is every week).

I'd love to use the hack, and I can probably modify it to suit my needs, but as it stands right now, it won't do me any good out of the box. Anyway, that's my two cents.

Good job anywayz...

<FONT COLOR="#000000" SIZE="1">[ May 01, 2001 01:12 AM: Message edited by: Canis Lupus ]</font>
_________________________
Open Tech Support

Top
#118193 - 05/01/01 10:44 AM Re: Upload HAck please Help @all
J1 Offline
Junior Member

Registered: 05/01/01
Posts: 2
which attributes for upload_form.cgi?
always when i want to upload a savegame error 500 appears.

i dont know what to do

Top
#118194 - 05/01/01 12:21 PM Re: Upload HAck please Help @all
ELY_M Offline
Member

Registered: 03/23/01
Posts: 133
Thanks to the guy with open tech forums.

I have an idea.

I will make another CP hack for user to choose if they want to have header and footer included in a window or exclude them.

Top
#118195 - 05/01/01 12:39 PM Re: Upload HAck please Help @all
ELY_M Offline
Member

Registered: 03/23/01
Posts: 133
Quote:
quote:



try to chmmod it to 777.

Top
#118196 - 05/01/01 01:07 PM Re: Upload HAck please Help @all
SkipperII Offline
Member

Registered: 03/09/01
Posts: 46
Can anyone make a new description for the UBB Version 6.0? Please Please? Need Help! laugh

Top
#118197 - 05/01/01 02:20 PM Re: Upload HAck please Help @all
mw2com Offline
Junior Member

Registered: 02/02/01
Posts: 18
i am running 6.04 and i coudn't find 3 of the files and most of the lines the instutions talk about !!!! i have installed 4 mods in my board now but i carnt make heads or tails out of this one!!!

i have tried but all i get is problems

any ideas????

Top
#118198 - 05/01/01 02:33 PM Re: Upload HAck please Help @all
Tolitz Offline
Member

Registered: 09/15/00
Posts: 164
Loc: Los Angeles, CA
Hey Mikey...

Quote:
quote:


I guess we need to wait for ELY_M to do some updates the hack, and maybe add some "possible" documentation for 6.04 and lower...
_________________________
Open Tech Support

Top
#118199 - 05/01/01 02:44 PM Re: Upload HAck please Help @all
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
The coding you are looking for is not in the older versions of ubb, but if you look, you will see where it needs to go, the coding is very similar, it just needs to go in the group. The code you are trying to find is additional coding added to .04b and .04c...

If you use a file compare program like beyond compare, to compare the files in .04c to your present code, you'll see exactly where this code needs to go... be resourceful, don't have ELY stop developing new stuff to find your code for you...
_________________________
- Allen wavey
- What Drives You?

Top
Page 1 of 2 1 2 >


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

Latest Posts
[7.3.1] add search to showmembers page
by blaaskaak
Today at 04:50 AM
BeyondCompare v3.00
by blaaskaak
09/05/08 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
New Mods
[7.3.1] add search to showmembers page
by blaaskaak
Today 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