UBB.Dev
Posted By: AllenAyres [6.4] ELY_M's Upload - 01/22/2003 6:47 AM
Name: ELY_M's Upload Mod.

Description: Allows you to upload/attach files in posts.

Link: MultiHack File

Demo: none

Requirement: UBB™ 6.4 , Mod Wordlets, and LK\'s CP Mod Addon
Posted By: d-talk Re: [6.4] ELY_M's Upload - 01/22/2003 11:10 AM
Hi,

do you have a zip-file for us?

thanks
d-talk
Posted By: Custom4auto.com Re: [6.4] ELY_M's Upload - 01/22/2003 9:21 PM
I installed it and everything seemed to work great, but I cannot enable it on more than 1 forum at a time. As soon as I turn it on in a different forum the previous one will automatically reset.

Any ideas?

Thanks

Marc
Posted By: Custom4auto.com Re: [6.4] ELY_M's Upload - 01/22/2003 9:58 PM
Never mind, I checked the 6.3 thread on this one and found the necessary modifications...works great now...

Marc
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 01/23/2003 1:57 AM
can you point me to the modifications you found? I'll update the file smile
Posted By: Xiphoid_pAOM Re: [6.4] ELY_M's Upload - 01/23/2003 7:24 AM
Hey Allen, thanks for the port. smile

I think Marc is talking about the code in cp_forums.cgi:

[code][/code]...where 17 should be 19 to get the radio buttons to stick.

I just tried this though, in both spots in cp_forums.cgi and the problem is still persisting. There must be some other instances of it in the code.
Posted By: Custom4auto.com Re: [6.4] ELY_M's Upload - 01/23/2003 6:14 PM
Yes, that's the code I used, after I changed the 2 instances as mentioned in the 6.3 post it still didn't work so I did a search for just "0 .. 17"...there are 4 total, changed those to 19 also and it worked. I think LK mentioned that too in the other thread.

Hope that helps,

Marc
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 01/24/2003 5:52 AM
thanks, I had grabbed the files from a later date and thought that was already done, I'll update the file shortly smile
Posted By: Xiphoid_pAOM Re: [6.4] ELY_M's Upload - 01/24/2003 9:14 AM
I still had problems with the radio buttons even after fixing the "17" in those four places. Maybe it's just me though. Allen, possibly you could see if it works for you.
Posted By: d-talk Re: [6.4] ELY_M's Upload - 01/24/2003 5:08 PM
Hi,

were can I find the multihack-programm, or have anybody a zip-file for me???

thanks
d-talk
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 01/24/2003 8:45 PM
https://www.ubbdev.com/mhp/mhack2.msi (2.8 mb) - for those with a current windows install.

https://www.ubbdev.com/mhp/mhack2.zip (5.5 mb) - for those who need some .dll's updated smile
Posted By: LedFoot Re: [6.4] ELY_M's Upload - 02/06/2003 9:06 PM
Allen, I know I am missing something here.

I have searched high and low in all instances of the ELY_M upload hacks throughout the ages and I can't seem to find a method of activating this on a new topic, or post reply form.

The MHP installed without a hitch and I was able to configure the Modifications Settings, as well as each Forum by preference. I should mention LK's CPAddon, WordletsMod, SpellCheck and QuickReply were previously installed and might I say, work flawlessly!...(UBB.Classic 6.4.0.1)

Is there any additional work that needs to be done to get this to work correctly?
Posted By: LedFoot Re: [6.4] ELY_M's Upload - 02/06/2003 10:28 PM
errrr ahhhh....never mind, I found the problem. (ME!)

During the MHP analyze, I got an error so I investigated. The vars_wordlets_mod entry was looking for the ); and 1; to be separated by a single CR.

I modified the MHP to only look for the 1; and add above. Duhhhh, I went back and moved the ); to the proper location and have been blasting away at uploads ever since.
Posted By: Xiphoid_pAOM Re: [6.4] ELY_M's Upload - 02/28/2003 3:40 AM
A question on how the file name is made... instead of using a random file name, or one with the member's name in it, or their member number, is there a way to let the user input a file name?

This is a big problem for me because my users use this upload feature to post numerous files of the same type (recorded games for the game, Age of Mythology, which are dropped into a special folder when downloaded) and a lot of people are complaining that the files are just overwriting each other because they're all named for the user or their number.

Thanks in advance for any help... this would be a boon to my forums if someone could figure it out. smile
Posted By: GetAGrip Re: [6.4] ELY_M's Upload - 02/28/2003 11:10 PM
Yes, what Xiphoid said...

My pervious install of this mod is on 6.1.0.3, and the file is uploaded with the original name. I need to be able to keep descriptive names to be able to sort through the upload folder.

Any suggestions?
Posted By: ericruhl Re: [6.4] ELY_M's Upload - 03/07/2003 4:49 AM
Quote
quote:
My pervious install of this mod is on 6.1.0.3, and the file is uploaded with the original name. I need to be able to keep descriptive names to be able to sort through the upload folder.

Any suggestions?
Search for my reply in a previous version. I detailed how to maintain the current filename. I don't remember and I'd have to search too otherwise I'd tell ya smile

I'm still looking for a way to restrict uploads to specific users, so if anyone has any idea how to do that please let me know smile An admin-set checkbox in member profiles would rock, that way I could restrict this to subscribing members only.
Posted By: GetAGrip Re: [6.4] ELY_M's Upload - 03/08/2003 12:12 AM
Found it here:
https://ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=20;t=000630;p=4#000053

I just applied this on my 6.4 version, and it did work to save the original fime name. But the overwrite protection didn't work. I was able to re-upload the same file, with no warning, and the file did not get CHMOD'd to 0444. Maybe I just need to check my upload settings...

There may be a conflict with the new settings in the CP:
Quote
quote:

How do you want the filename to be named after the user uploaded?
There are three options for filenames:
1. Random filename in number after member uploaded (members can't overwrite files).
2. the filename to be named from the username of the user.
3. filename to be named by the member's number.
One difference between the instructions and the newer version of ELYs_Upload:
$vars_misc{SAVE_DIRECTORY}
is now:
$vars_modifications{elym_upload_SAVE_DIRECTORY}
Posted By: Chasm Re: [6.4] ELY_M's Upload - 03/09/2003 8:47 PM
seems to work well thanks, descriptive names hack next please smile
Posted By: ZeNissart Re: [6.4] ELY_M's Upload - 03/23/2003 1:37 PM
Works on 6.5 confused
Posted By: Vtec44 Re: [6.4] ELY_M's Upload - 05/13/2003 5:38 AM
Hmm, I have v6.5 but can't seem to activate the upload feature. It says "File Uploading is not allowed in this forum" but can't seem to find how to activate it anywhere. I do have the "Modification Settings" hack installed, but still don't anything in there that will activate the file upload. HELP!
Posted By: Vtec44 Re: [6.4] ELY_M's Upload - 05/13/2003 5:50 AM
Nevermind. I'm such a dork, it's in Forum Settings.
Posted By: Hexican Re: [6.4] ELY_M's Upload - 05/15/2003 12:50 AM


Duuuhhhhh... Nevermind. Great hack laugh
Posted By: Hexican Re: [6.4] ELY_M's Upload - 05/26/2003 9:09 AM
Ok... something weird here... Have 5 different forums authorized to upload. The bullet in the Forum Description resets to nothing being checked in the forum just like it was when it was first installed when it feels like it.

You can upload a file and then it resets and it shows that uploading is not allowed in this forum. You can go back and reset it to "Yes" and it sets itself back to nothing again.

Is this an issue with 6.5 or something I have set wrong?


Thanks
Posted By: Hexican Re: [6.4] ELY_M's Upload - 05/27/2003 1:22 PM
Figured it out... thanks anyway...
Posted By: PKassab Re: [6.4] ELY_M's Upload - 06/18/2003 9:21 PM
I installed the hack but nothing differnt is showing up in my forums to allow upload i even activated it through the CP

Peter
Posted By: d-talk Re: [6.4] ELY_M's Upload - 08/07/2003 10:22 PM
Hi,

everytime I create a new forum in control pannel, the forums with upload-right are reseted...so upload is not aloud...what can I do..?
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 08/10/2003 2:01 AM
Not sure, I'll have a look when I get back from my break™
Posted By: autostream Re: [6.4] ELY_M's Upload - 08/12/2003 7:56 AM
how do you keep guest from uploading???
I have modified one of the files so the file names of the upload are the name of the member plus a random number so the file never gets rewritten and you can see who uploaded it.
but when guest upload it names it that random number twice
Posted By: RodeoJack Re: [6.4] ELY_M's Upload - 01/14/2004 10:49 PM
Could we get this for 6.7, please?
Multihack didn't care for it much.
Thanks!
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 01/15/2004 5:58 AM
k, I can't promise any time frame (as I don't have computer access at this time tipsy ), but I'll look at it if Weird Al doesn't first wink
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 01/15/2004 6:05 AM
Quote
Originally posted by AllenAyres:

k, I can't promise any time frame (as I don't have computer access at this time tipsy ), but I'll look at it if Weird Al doesn't first wink

class begins tuesday, so take your time wink
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 02/15/2004 4:57 PM
No mod for 6.7 yet?
Posted By: Charles Re: [6.4] ELY_M's Upload - 02/16/2004 5:28 PM
it would be nice yeah smile
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/16/2004 10:04 PM
If Allen hasn't given this a shot yet, I could start looking at it, but I can't promise anything as school has me swamped
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 02/17/2004 12:13 AM
I haven't had time to look at it yet smirk
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/17/2004 2:48 AM
shocked does anyone have the zip version? I've got a cold and don't want to download multihack
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 02/17/2004 7:24 AM
https://www.ubbdev.com/ubb/upload/00000494/elym_upload.zip smile
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 02/19/2004 9:16 PM
Any progress? No stress, just wondering, looking forward to this mod.. smile
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/20/2004 12:28 AM
Quote
Originally posted by epicflupe:

Any progress?
Absolutely none smile
Posted By: PhillipBurum Re: [6.4] ELY_M's Upload - 02/20/2004 1:33 AM
Brutal Honesty, I love it!
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/21/2004 6:07 AM
Code
q~upload_file_name_dontworry~ => q~upload_file_name_dontworry~,
I've looked in all old versions I can find... does anyone know the point of this wordlet, and maybe what it should be?
Posted By: RandyM Re: [6.4] ELY_M's Upload - 02/21/2004 7:24 AM
Quote
Originally posted by Ian Spence:

I've got a cold and don't want to download multihack
Interesting
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/21/2004 9:24 PM
I've made some progress, and had to make some changes.

The file structure for uploaded files will be similar to that of flareupload.

(Designated Dir Path As You Set)/(Member Number, or 'unregistered')/(actual file name, as it appeared on your hard drive)

ie...

afa.png

If the folder doesn't exist, it will make it itself, not prompt you to tell your administrator to make the folder via ftp.

Still have a while to go, wordletizing, cleaning some code, cp, xhtml

Quote
Originally posted by RandyM:

Interesting
tipsy
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 02/21/2004 9:43 PM
Maybe a fourth option - letting the uploading user specify the subdirectory?

Would be nice, perhaps for use with Bobbitts great album

http://perl.bobbitt.ca/album/

I haven´t checked out ely_m:s upload, is the attached files displayed with the post?
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/21/2004 9:48 PM
His album has it's own uploader, so that would be redundant.

It does not attach it to your post, it gives you a link which you can put into your post
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 02/21/2004 9:54 PM
Do you have a link to a board using the 6.4-version of this script?

One more question: Can you see all uploaded pics/files on the user profile of each user?
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 02/21/2004 10:05 PM
I don't, but if you look around this topic, someone might have it

only the admins who have ftp access can. All the files are stored in folders corresponding to their member number.
Posted By: Nightcrawler Re: [6.4] ELY_M's Upload - 02/22/2004 5:52 PM
Quote
Originally posted by Ian Spence:

I've made some progress, and had to make some changes.
Thanks for doing all of this for us! smile I really appreciate all of your hard work.
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 02/22/2004 5:58 PM
Yes, it´s great!
Posted By: Eric Flyxe Re: [6.4] ELY_M's Upload - 03/06/2004 4:35 AM
No progress with this yet?

If not - isn´t it possible to BUY flare upload with a license? I need a good UBB-integrated uploader.

Any other alternatives?
Posted By: Charles Capps Re: [6.4] ELY_M's Upload - 03/06/2004 6:10 AM
Licenses for the technology behind FlareUpload 2 are not available, unfortunately.
Posted By: PhillipBurum Re: [6.4] ELY_M's Upload - 04/27/2004 5:31 PM
btt
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 04/27/2004 5:33 PM
btt?
Posted By: PhillipBurum Re: [6.4] ELY_M's Upload - 04/27/2004 5:39 PM
Back to top, Looking for updates. I have seen this MOD in use on 6.7.1, but cannot find it available for D/L.

wink
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 04/27/2004 5:54 PM
it's not available for download.

Brett has it listed as "Nearly Finished, Ready(Beta Hacks)"
Posted By: PhillipBurum Re: [6.4] ELY_M's Upload - 04/27/2004 6:15 PM
Sweet, thanks!
Posted By: eXtremeTim Re: [6.4] ELY_M's Upload - 04/29/2004 6:44 PM
Is there a version that works on 6.6.0?
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 04/29/2004 10:46 PM
Quote
Originally posted by Ian Spence:

it's not available for download.

Brett has it listed as "Nearly Finished, Ready(Beta Hacks)"
Posted By: eXtremeTim Re: [6.4] ELY_M's Upload - 04/30/2004 3:56 AM
But his will be for 6.7.1 Im using 6.6.0 thats why I was asking if there was already one for 6.6.0. wink
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 04/30/2004 4:26 AM
the 6.7 one should work for 6.6
Posted By: eXtremeTim Re: [6.4] ELY_M's Upload - 04/30/2004 5:27 AM
Its so good to be back on ubb. smile

I look forward to seeing the 6.7.1 being released soon.
Posted By: gsmaster Re: [6.4] ELY_M's Upload - 05/01/2004 5:55 PM
Is this mod working on UBB 6.7.1 ?
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 05/01/2004 6:36 PM
Quote
Originally posted by Ian Spence:

Originally posted by Ian Spence:
[qb]
it's not available for download.

Brett has it listed as "Nearly Finished, Ready(Beta Hacks)"
[/qb]

Posted By: PhillipBurum Re: [6.4] ELY_M's Upload - 08/04/2004 5:19 PM
Any updates from the May 1st. status?
Posted By: Ian Spence Re: [6.4] ELY_M's Upload - 08/04/2004 8:10 PM
It was released a while ago as UBB.Upload by Brett
Posted By: Gizmo Re: [6.4] ELY_M's Upload - 08/05/2004 5:15 AM
yeh, my whining and title sugguestions... The 6.7.x build is a complete rewrite from the ground up; hence the name change.
Posted By: Felix 10 Re: [6.4] ELY_M's Upload - 05/25/2005 6:00 AM
Ian,

SCREEN SHOT

In the picture above I need to be able to port the link generated by the uploader into the post when click on the LINK.

I have the code:
Code
 

<a href="javascript:void(0)" onclick="window.opener.insertAtCaret(window.opener.document.replier.message, ' %%LINK%% '); window.focus();">%%LINK%%</a>

it transport the wording "LINK" but I dont know how to port the actual file link.

Can you help me out? please.
Thanks in advance,

Felix
Posted By: Felix 10 Re: [6.4] ELY_M's Upload - 07/23/2005 6:50 PM
Anybody can give a hand on this?

Thanks
Posted By: AllenAyres Re: [6.4] ELY_M's Upload - 07/23/2005 7:47 PM
I am not a javascript guru or I'd help ya out smile
© UBB.Developers