vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   ecDownloads Buddy (https://vborg.vbsupport.ru/showthread.php?t=111293)

d8tabyte 04-26-2006 02:17 AM

Im getting this too - I jsut disabled the product and it works fine.

CyberRanger 04-26-2006 02:46 AM

Quote:

Originally Posted by d8tabyte
Im getting this too - I jsut disabled the product and it works fine.

What version of vbulletin are you running? Would you mind PM'ing me a login to your site where I could poke around the admincp?

efil 04-30-2006 09:04 PM

Quote:

When downloading a file, the user is forced to select "save as" or "open" file. This will prevent files from automatically opening. Added 29-Mar-06
it's not working for me.

efi.

CyberRanger 04-30-2006 09:12 PM

Quote:

Originally Posted by efil
it's not working for me.

efi.

Can you provide more details? PM me your site info, with an admin user login, and I'll check it out.

RustedBucket 05-01-2006 01:29 PM

Any way to mod this to prevent downloads per usergroups per number of posts?

efil 05-02-2006 01:00 PM

Quote:

Can you provide more details? PM me your site info, with an admin user login, and I'll check it out.

i use ecdownloads 4.1.1 , is it OK?

CyberRanger 05-02-2006 01:04 PM

Quote:

Originally Posted by efil
i use ecdownloads 4.1.1 , is it OK?

Yes, that should work fine.

efil 05-02-2006 01:27 PM

When downloading a file, with explorer i don't get "save as" or "open" file
i'm getting this: downloads.php?do=file&id=56&act=down
in new windows and after that nothing.

in firefox i get the video and not save as.

CyberRanger 05-02-2006 01:34 PM

Quote:

Originally Posted by efil
When downloading a file, with explorer i don't get "save as" or "open" file
i'm getting this: downloads.php?do=file&id=56&act=down
in new windows and after that nothing.

in firefox i get the video and not save as.

Okay, let's make sure you have did the file hacks correctly. When you are viewing the detail page for a file, assuming you have permissions to "edit all" files, do you see an option called "Assign Uploader"?

efil 05-02-2006 01:53 PM

here is the Assign Uploader (pic 1)
and here is the screen after i push the Assign Uploader.(pic 2)

i think there is a strange button but it's working.

that is not my problem.

the problem is that i can not have the option to "save as"

CyberRanger 05-02-2006 02:07 PM

Quote:

Originally Posted by efil
here is the Assign Uploader (pic 1)
and here is the screen after i push the Assign Uploader.(pic 2)

i think there is a strange button but it's working.

that is not my problem.

the problem is that i can not have the option to "save as"

Right, I understand you are not having a problem with the "assign uploader." By verifying that you have that link, I know the hook is working correctly.

Let me research it some more. Can you point me to your site so I can do some testing?

efil 05-02-2006 02:12 PM

<a href="http://www.televizia.net" target="_blank">http://www.televizia.net</a>

the site is in hebrew.

CyberRanger 05-02-2006 02:34 PM

Quote:

Originally Posted by efil
http://www.televizia.net

the site is in hebrew.

Oh ... that sort of hurt my head!:knockedout:

Okay, I'd like you to try modifying the plugin to see if this helps.

In the admincp, go to Plugin System -> Plugin Manager. Edit the plugin "ecDownloads Buddy Routines".

Look for the following lines:

PHP Code:

case "pdf"$ctype="application/pdf"; break;
case 
"exe"$ctype="application/octet-stream"; break; 

add two lines between the two above so you have:

PHP Code:

case "pdf"$ctype="application/pdf"; break;
case 
"wmv"$ctype="video/x-ms-wmv"; break;
case 
"WMV"$ctype="video/x-ms-wmv"; break;
case 
"exe"$ctype="application/octet-stream"; break; 


CyberRanger 05-02-2006 02:54 PM

Quote:

Originally Posted by efil
When downloading a file, with explorer i don't get "save as" or "open" file
i'm getting this: downloads.php?do=file&id=56&act=down
in new windows and after that nothing.

in firefox i get the video and not save as.

Hmm ... even without the above modification, I'm prompted to open or "save as" when I try a wmv file on my test site. I wonder if it is a server side issue. What type of server are you running?

efil 05-02-2006 03:10 PM

it's not working.

efil 05-02-2006 03:25 PM

it's seems the problem is just with the explorer.
i tried with firefox and with opera and it's working.

CyberRanger 05-02-2006 03:57 PM

Quote:

Originally Posted by efil
it's seems the problem is just with the explorer.
i tried with firefox and with opera and it's working.

I really don't know what else to try. What is your server OS and what is the web server?

efil 05-08-2006 05:19 PM

Quote:

What is your server OS and what is the web server?
http://www.onsmart.com/windows.htm

efil 05-29-2006 03:30 AM

Hi westpointer,
can you help?

i still have the problem when i'm using explorer.

thank you,
efi.

Zowners 06-03-2006 10:35 PM

Ive installed the plugin but it wont let me edit usergroup permisions it keeps refreshing saying rebuild bitfields successful.

Anyway to get past this?

CyberRanger 06-05-2006 12:28 PM

Quote:

Originally Posted by Zowners
Ive installed the plugin but it wont let me edit usergroup permisions it keeps refreshing saying rebuild bitfields successful.

Anyway to get past this?

Someone else had that problem too. That's really odd. I may just remove the rebuild bitfield from the plugin.

CyberRanger 06-06-2006 12:00 PM

Okay, I removed the "rebuild bitfields" from the product. If you had trouble with that before, download the updated product (ver 2.2). Note step #4 of the instructions. You will now need to manually rebuild the bitfields.

DaPro 06-07-2006 01:45 PM

west, do you have any plans on working on a vBux integration script? Or do you need the permission of the author of both ecdownloads and vB before doing something like that? Because if no one is going to work on it, I might have a friend of mine work on it with me. Let me know.

CyberRanger 06-07-2006 02:05 PM

Quote:

Originally Posted by DaPro
west, do you have any plans on working on a vBux integration script?

Yes, I do. I'm waiting to get some updated files from RS_Jelle and then I'm going to start working on some issues, like vBux integration.

kamaldarwish 06-14-2006 11:21 PM

Thanks for your effort.
I am sorry to inform you that your steps and guides are not clear. Makes the installer lost. Could you please revise your steps for using this program.

by the way downloads.php line 190 is somethig else in 3.5.4

Wish you all the best.

CyberRanger 06-15-2006 11:30 AM

Quote:

Originally Posted by kamaldarwish
by the way downloads.php line 190 is somethig else in 3.5.4

grrrr .... Ronin going and moving things around on me! Okay, try place the hook after line 148 so that you have this:

http://www.brentandmary.net/images/d...buddy-hook.gif

For text based folks:

On or about line 145, FIND

PHP Code:

if (($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['canmanagepurgatory']) || ($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['caneditallfiles']))
{
    
$dlinks .= ' | <a href="./downloads.php?do=manfiles">'.$vbphrase['ecdownloads_manage_files'].'</a>';


BELOW that ADD:

PHP Code:

($hook vBulletinHook::fetch_hook('add_to_dlinks')) ? eval($hook) : false

So you know have:

PHP Code:

if (($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['canmanagepurgatory']) || ($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['caneditallfiles']))
{
    
$dlinks .= ' | <a href="./downloads.php?do=manfiles">'.$vbphrase['ecdownloads_manage_files'].'</a>';
}

(
$hook vBulletinHook::fetch_hook('add_to_dlinks')) ? eval($hook) : false;

if (
$_GET['do'] == 'cat')


BTW - 3.5.4 is the vb version. It has nothing to do with ecDownloads.

wichall 06-23-2006 11:32 PM

Does this hack fix the bit in ecdownloads where it shows the member viewing the profile's files rather than the person's files?

If not, any idea how to fix it?

GrCh_Jeff 07-04-2006 11:01 PM

I love the hack but is there any way to make a button that says "assign" instead of this: See image

CyberRanger 07-04-2006 11:13 PM

Quote:

Originally Posted by GrCh_Jeff
I love the hack but is there any way to make a button that says "assign" instead of this: See image

That's weird. You seem to be missing a phrase. Add a phrase with the info below and you should be set.

Standard Phrase: downloads_buddy_assign_uploader
Product: ecDownloads Buddy
Text: Assign New Uploader

GrCh_Jeff 07-05-2006 02:01 AM

Quote:

Originally Posted by westpointer
That's weird. You seem to be missing a phrase. Add a phrase with the info below and you should be set.

Standard Phrase: downloads_buddy_assign_uploader
Product: ecDownloads Buddy
Text: Assign New Uploader


It is already present downloads_buddy_assign_uploader

CyberRanger 07-06-2006 01:42 PM

July 6: Version 2.3 released. Modified to work with ecDownloadsII. Fixed text not showing for "Assign New Uploader".

I HIGHLY recommend you update ecDownloads to ecDownloadsII and install the new ecDownloads Buddy. Both contain fixes for security issues. I plan to integrate ecDownloads Buddy back into ecDownloadsII but it will take me a few weeks.

HappyPike 07-07-2006 05:54 PM

When I click the ecDownloadsII link, I get a no permission message. Any idea why?

https://vborg.vbsupport.ru/showthread.php?t=120122

DementedMindz 07-07-2006 09:04 PM

the staff needs to get together and talk about things... it seems like they removed it.. which is crazy cause paul knew about it being released again and westpointer was given permission plenty of times... westpointer whats going on now with ecDownloadsII

Robbed 07-07-2006 09:52 PM

ya this sucks, i was just about to upgrade to fix the security update.

The staff here is hurting us by not letting us get ecdownloads fixed.

Robbed 07-07-2006 10:39 PM

Update from the staff

https://vborg.vbsupport.ru/showthrea...20#post1024620

GrCh_Jeff 07-21-2006 10:32 PM

Just to let you know that I have extensively tested ecdownloadsII and ecdownloadsbuddy add-on and both worked perfect with 3.6 RC2 on my forum.

CyberRanger 07-27-2006 06:10 PM

If you are using ecDownloads Buddy, you should UNINSTALL it and install ecDownloadsII ver 5.0.1.

Rexster 11-11-2006 06:51 PM

How can i limit the amount of charactors a file name can be? It seems someone can upload a large named file and it stretches the box so big that it makes my news section very skinny .

CyberRanger 11-12-2006 04:20 PM

Quote:

Originally Posted by Rexster
How can i limit the amount of charactors a file name can be? It seems someone can upload a large named file and it stretches the box so big that it makes my news section very skinny .

You should no longer be using this product. If you are, please uninstall ecDownloads Buddy and upgrade ecDownloads to DownloadsII.


All times are GMT. The time now is 01:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01689 seconds
  • Memory Usage 1,836KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete