vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

spandexman 08-25-2006 02:48 PM

I'm having trouble uploading large files. The file is 15megs but it always gives me a connection error when I try to upload it.

Someone posted you need to edit the .htaccess file but I cant find it.

CyberRanger 08-25-2006 05:53 PM

Quote:

Originally Posted by spandexman
I'm having trouble uploading large files. The file is 15megs but it always gives me a connection error when I try to upload it.

Someone posted you need to edit the .htaccess file but I cant find it.

Search is your friend :-)

Quote:

Originally Posted by westpointer
php has a limit. To over-ride it, add this to your .htaccess file in the same folder that downloads.php is in.

Code:

php_value upload_max_filesize 25M
php_value post_max_size 25M

change the 25M to whatever you'd like it to be.


Zia 08-28-2006 03:43 AM

Quote:

Originally Posted by Icy
I'm having a weired problem.. I add .mp3 extension.. Add files using mass import.. chmod 777 just the download directory.. But none can download any single file.. Its just stop after few seconds/minutes.. Sometimes its stop after downloading 200 kb sometimes after 1 mb sometimes after 75 kb :confused:.. I did upgrade from Ron|n's eCDownload.. I'm on vB 3.6.0.. Any help? Also a quick question to Westpointer.. When u 'll integrate it with vBPlaza?

Edit: My file name is Artcell - Rahur Grash [www.golpo.net].mp3 I've tried removing [www.golpo.net] but still same results.. Is thr anything I've to do to use it with vB 3.6.0 ?

any news on it?

CyberRanger 08-28-2006 01:33 PM

Quote:

Originally Posted by Zia
any news on it?

Real life has been kicking my butt the last month. By the 2nd week of September I should be able to devote more time to DownloadsII. We (really RS_Jelle) is working on a minor version to correct a few small issues.

Zia 08-29-2006 07:34 AM

Quote:

Originally Posted by westpointer
Real life has been kicking my butt the last month. By the 2nd week of September I should be able to devote more time to DownloadsII. We (really RS_Jelle) is working on a minor version to correct a few small issues.

westpointer..
wish really i could put some pad on ur butt..so u wont be hart..
real life is first man..

take care..n good luck...

Nokia Tech 08-30-2006 12:35 AM

Installed, Working fine... Great Thanks

RS_Jelle 08-30-2006 08:56 PM

1 Attachment(s)
We would like to announce a beta of DownloadsII 5.0.3. This is a bugfix release that should fix all known bugs. You can install it safe on a live environment normally. Please report any bugs, so we can make DownloadsII 5.0.3 even better :)

Quote:

Originally Posted by Changelog
westpointer
  • Linked downloads don't open any more in the same window
Jelle
  • Some more code cleanup (removed ec_demo mode, ...)
  • Fixed a bug with tags being stripped from the description
  • Fixed the "Bandwidth value maxed out at 4294967 KB" issue (int(10) to bigint(30))
  • Removed the filesize condition from the download delay time
  • Sort on total comments in the dropdown box
  • Sort on file name in the category view now also clickable in the table header
  • Fixed an unnecessary query for the vBulletin editor when viewing a file and comments are disabled


DementedMindz 08-31-2006 03:09 AM

RS_Jelle thanks and what is the best way to update?

Daky 08-31-2006 04:55 AM

Heya,
Is it possible to make some changes in search option?
I would like user to be able to chose which category to search ?

At the moment i have 8 categories, and over 20 000 files.
Some of the files are with the similar name, but file extension is different.

Is this possible to be done?
Thank you!

HappyPike 08-31-2006 05:05 AM

Thanks Jelle and westpointer! :up:

Any ETA for the next major version release? ;)

gothicuser 08-31-2006 08:37 AM

Absolutely first class guys, many thanks :D :D

RS_Jelle 08-31-2006 10:58 AM

Quote:

Originally Posted by DementedMindz
RS_Jelle thanks and what is the best way to update?

Just the normal way:
  1. Upload all files
  2. Import the product (allow overwrite)
That's it :)

The search function will become more advanced in the next big release, we are working on this already.
There is no ETA for this release, it's finished when it's ready for it. This is a major new release with a lot of new features, so this is why we release this small bugfix release in the meantime ;)

CyberRanger 08-31-2006 11:39 AM

Thanks RS_Jelle for releasing this. I hope to be able to really start contributing again in a week or so. I'm going to let the beta be downloaded for a few days then I'll add it as the official version.

RS_Jelle 09-02-2006 10:40 AM

Please vote for DownloadsII in the MotM contest of september 2006! :)

Als nominate it for the next MotM, so we can take part of it again if we won't win. Just click the nomination link next to the install link of the mod ;)

DementedMindz 09-02-2006 05:16 PM

RS_Jelle and westpointer i voted cause i thought from day 1 this should be up there... my main reason is the support given here is by far the best support compared to any other mod on this site.

HappyPike 09-02-2006 05:29 PM

I voted too. :)
Quote:

my main reason is the support given here is by far the best support compared to any other mod on this site.
Agreed. :up:

Hornstar 09-03-2006 03:33 AM

yeah voted, brought it up to 18, look forward to this new release, love getting new features ^^

BETIServices 09-03-2006 04:19 AM

Installed Beta on 3.6 GOLD and works fine. :D

Hornstar 09-03-2006 06:44 AM

Yeah I have the beta one working fine so far on vb.3.6 gold ^^

also This is what i used to show it on the navbar

Code:

<!-- Downloads menu -->
<td class="vbmenu_control"><a href="downloads.php">Downloads</a></td>
<!-- /Downloads menu -->


its showing fine, but not sure if anyone has got a better way of showing it to their members apart from making a forum to show it.

RS_Jelle 09-03-2006 04:09 PM

Indeed, that's the code for it ;)
I will add it to the install text file, I didn't know it was missing.

HappyPike 09-03-2006 04:16 PM

hey Jelle, where is the code for the "Fixed a bug with tags being stripped from the description" fix? I was doing a diff on the PHP files and didn't find it.

I haven't upgraded to the new version completely yet -- only applied the changes in the PHP file.

RS_Jelle 09-03-2006 05:02 PM

It's in downloads.php on line 1187:

PHP Code:

            if ($_POST['wysiwyg'] == 1)
            {
                
$_POST['desc'] = convert_wysiwyg_html_to_bbcode($_POST['message'], 0);
            }
            else
            {
                 
$_POST['desc'] = &$_POST['message'];
                
$_POST['desc'] = strip_tags($_POST['desc']);
             } 

Replace with
PHP Code:

            if ($_POST['wysiwyg'] == 1)
            {
                
$_POST['desc'] = convert_wysiwyg_html_to_bbcode($_POST['message'], 0);
            }
            else
            {
                 
$_POST['desc'] = &$_POST['message'];
             } 

Strip_tags is unnecessary because BBCode do_parse is stripping it also to text instead of HTML.

Intocable 09-03-2006 05:06 PM

Quote:

Originally Posted by westpointer
Is this a new install or an upgrade? Can you create categories and set usergroup permissions in admincp?

Either way, the first step is to delete downloads.php, includes/class_downloads.php, and the ecdownloads xml files in includes/xml. Download the product from here again and recopy the files to your server.

If you still can't get it to work, I'll need you to PM me more info about your site so I can look at it. Specifically, the site url, a vb admin login and password, and a login and password that will let me do ftp to the site.

I did everything you requested here but I still get a blank page. Can you tell me the correct path to do this. (PM)

Thank you

DementedMindz 09-03-2006 05:11 PM

Im trying to Exclude Categories but i cant seem to find the Categories Id anywhere. I tried Category Tree where it use to be but i dont seem to see it there now. Is there somewhere else you moved it and im using the beta if it helps.

HappyPike 09-03-2006 05:11 PM

Quote:

Originally Posted by RS_Jelle
It's in downloads.php on line 1187:

Strip_tags is unnecessary because BBCode do_parse is stripping it also to text instead of HTML.

Thanks Jelle. I missed that.

RS_Jelle 09-03-2006 05:57 PM

Quote:

Originally Posted by DementedMindz
Im trying to Exclude Categories but i cant seem to find the Categories Id anywhere. I tried Category Tree where it use to be but i dont seem to see it there now. Is there somewhere else you moved it and im using the beta if it helps.

Hmm, it should be there:
https://vborg.vbsupport.ru/
Can you give me a link to your site if it isn't there or a screenshot? Be sure that you have reverted all templates, uploaded the latest files and imported the latest product file (with the overwrite option on). All the usual junk :)

You can also see it in the url when you view a category. For example (category id is 2):
@Intocable: westpointer is offline for a few days. You can always pm it to me (or wait a bit till he's back) ;)

Intex 09-03-2006 06:32 PM

1 Attachment(s)
Great hack.

I'm having one issue with the width of the columns on one page. The left panel appears fine on all other pages and this issue only appears when you've clicked on the details of the upload from a user (see attachment).

Anybody know where the left panel size can be adjust for this page?

RS_Jelle 09-03-2006 06:52 PM

You can't edit it easily only there. It's a known bug and the next big release will have a different layout to fix this.

But you can remove the left panel on that page only:

Open downloads.php
Find
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_file') . '";');
    eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
    eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
}
else if (
$_GET['do'] == 'assignuser'

Replace with
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_file') . '";');
    eval(
'$dmain .= "' fetch_template('downloads_wrapper_none') . '";');
}
else if (
$_GET['do'] == 'assignuser'


Intocable 09-03-2006 07:53 PM

Quote:

Originally Posted by RS_Jelle
Hmm, it should be there:
http://img334.imageshack.us/img334/6...cattreeai5.gif
Can you give me a link to your site if it isn't there or a screenshot? Be sure that you have reverted all templates, uploaded the latest files and imported the latest product file (with the overwrite option on). All the usual junk :)

You can also see it in the url when you view a category. For example (category id is 2):

@Intocable: westpointer is offline for a few days. You can always pm it to me (or wait a bit till he's back) ;)

OMG!!!! that will be great my friend. You have made my day, week and month. Thank you so much for any help RS_Jelle :D (PM)

Triggerhappy 09-03-2006 10:01 PM

Is there a way to allow any file extention?

Im having problems with it not allowing just about everything.

HappyPike 09-03-2006 11:24 PM

If you do that, you likely will see your site and forum wiped out the next day. :p

DementedMindz 09-03-2006 11:46 PM

Quote:

Originally Posted by HappyPike
If you do that, you likely will see your site and forum wiped out the next day. :p

yeah that is very true. RS_Jelle i fixed it as it was my fault. also was wondering is there anyway to have it where when you limit files to say donators only it wont display to everyone just the donators. I have it setup where only donators can download large files but when you add the file they still show on the on the Latest Files. I changed the phrase for now so it reads only donators can download these files but it would be easier if they didnt even show up to member groups that aint allowed to download them.

Triggerhappy 09-04-2006 01:01 AM

Ok i see your point :P

When i try to upload files that arnt really very large 5mb ish it just says the upload has failed. Is there some sort of time out?

Intex 09-04-2006 05:33 PM

Thanks for the quick reply RS_Jelle. I didn't think it was that easy - I spent over an hour trying to piece it together :).

How do you remove the 'Important Information' column as well as that's still interfering with the style.


Quote:

Originally Posted by RS_Jelle
You can't edit it easily only there. It's a known bug and the next big release will have a different layout to fix this.

But you can remove the left panel on that page only:

Open downloads.php
Find
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_file') . '";');
    eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
    eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
}
else if (
$_GET['do'] == 'assignuser'

Replace with
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_file') . '";');
    eval(
'$dmain .= "' fetch_template('downloads_wrapper_none') . '";');
}
else if (
$_GET['do'] == 'assignuser'



Intocable 09-05-2006 12:19 AM

It will be great to have an option to sticky some of the files we think should be apart from the others.

Just a suggestion :D

Installed and looks great :) ;)

HappyPike 09-05-2006 02:28 AM

There is already a sticky file feature. :) It's called "Pin".

BETIServices 09-05-2006 02:38 AM

Hello! I wondering if the hack coud have the categories to be view by groups.

Thanks, I love the hack

RS_Jelle 09-05-2006 05:15 AM

Quote:

Originally Posted by Triggerhappy
When i try to upload files that arnt really very large 5mb ish it just says the upload has failed. Is there some sort of time out?

That's a standard limit of PHP. You (or your host) can edit it in the php.ini ;)

Quote:

Originally Posted by Intex
How do you remove the 'Important Information' column as well as that's still interfering with the style.

AdminCP -> Downloads -> Settings -> Site Message or Disclaimer
Just remove everything in that field :)

Quote:

Originally Posted by BETIServices
Hello! I wondering if the hack coud have the categories to be view by groups.

No, there are no category based permissions at this moment. But you can list the allowed or not allowed categories for each usergroup. Not the most interesting way, but it's working (temporary).

Triggerhappy 09-05-2006 02:56 PM

Where do i find the file, and what do i change.

Thanks

DementedMindz 09-05-2006 03:42 PM

have you tried this? https://vborg.vbsupport.ru/showpost....&postcount=152 cause if you dont have server root access then you wont find it.


All times are GMT. The time now is 05:52 AM.

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.02848 seconds
  • Memory Usage 1,862KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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