Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
DownloadsII Details »»
DownloadsII
Version: 5.1.2, by RS_Jelle RS_Jelle is offline
Developer Last Online: May 2016 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 07-01-2006 Last Update: 04-24-2010 Installs: 2111
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

There's a vB4 version of this mod available: https://vborg.vbsupport.ru/showthread.php?t=231427

DownloadsII

DownloadsII is a download database that integrates into vBulletin. It allows you to upload files, add images to them, create categories, link to external files - and more. It is very flexible and has many options.

Because a lot of people keep on asking this:
This mod works with any version of vBulletin 3.7.x and 3.8.x!

It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself.



Instructions & Support

You can find an installation manual in the zip package (Readme-Install.txt).

We try to answer most questions asked in this thread. Please don't send any pm's if we don't ask for them, as we said we try to give a high level of support in this thread. Don't forget to click the install link, so you will receive important update notifications.

Screenshots & Live demo

At the bottom of this post, you can find 6 screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software. You can see the newest version in action at the Minatica.be Downloads (Dutch).

Changelog (version 5.1.2)

Jelle
  • Backported CSRF security fix from the vB 4 release
  • Added permission check for Update Counters
  • Fixed PHP warnings when running PHP 5.3
  • Removed the imagecreatefrombmp() function. It doesn't exist.
  • Added permission check for rating submissions
You can find all the changelogs of this and older versions here.

Help!!! I can't upload large files??

This is probably the second most asked question. Have a look at this post for the solution.

It doesn't work with GARS?!

If you also use the latest version of GARS, you will get the "Fields marked in RED must be filled in!" error when uploading a file. I provided a fix here on the GARS forums.

Addons

We are offering 3 addons for this mod at the moment (have a look at the bottom of this post for them). DownloadsII contains 5 hook locations for the vBulletin plugin systems, so you can add extra functionality without file edits.

Do you want to help expanding DownloadsII (if you are a coder)? Check out this post!

Notes
  • ecDownloads Buddy is NOT compatible with this version. If you are using the Buddy, you should UNINSTALL it before installing DownloadsII ver 5.x.x. The Buddy's features are now integrated into DownloadsII.
  • DownloadsII is a direct derivative work from Ron1n's ecDownloads.

Addons

Download Now

File Type: zip DownloadsII-5.1.2.zip (54.5 KB, 2190 views)

Screenshots

File Type: gif ecDownloadsII-5.0.1-add-file.gif (97.8 KB, 0 views)
File Type: gif ecDownloadsII-5.0.1-admin-edit-category.gif (18.7 KB, 0 views)
File Type: gif ecDownloadsII-5.0.1-admin-navigation.gif (4.6 KB, 0 views)
File Type: gif ecDownloadsII-5.0.1-category.gif (86.8 KB, 0 views)
File Type: gif ecDownloadsII-5.0.1-file.gif (108.2 KB, 1 views)
File Type: gif ecDownloadsII-5.0.1-main.gif (64.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
puertoblack2003

Comments
  #3432  
Old 03-14-2009, 07:17 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mutio View Post
First of great thanks for this fantastic plugin!

Now I have two problems for which I'd like to ask for your help:

1) I just recently moved my site to a new server. Where the original link to the forums was www.visual-novels.net/forum the new one is www.visual-novels.net/vb

Now the downloads work fine, however a few internal links are messed up. On the left site http://www.visual-novels.net/vb/downloads.php the categories like Latest Files or Most Popular Files still link to the /forum/ folder. How do I edit them, so that everything links to the new /vb/ folder?

2) Is there a way to add multiple downloads in one entry? For example I have several versions of one file for Windows, Linux, Mac and so on and would like to have the download links all in one entry.

Thanks in advance for your help!
1. Click the "Update Counters" link at your downloads section. The left side statistics are being cached.

2. This isn't possible at the moment, but probably in the future it will.

Quote:
Originally Posted by BozzaJos View Post
Hey guys!

The past couple of weeks, I've experienced a problem with this mod. I've asked for help twice but till now, no assistance received yet. In the meantime, I added another problem to my list. Is there anyone who can assist me with these problems because it seems like the system has gone from running perfect to almost not running at all lol.

#1: A staffmember, who is in a custom usergroup called "Trial Mods", can't upload any files. When he adds the file and hits the submit button, he gets the following error:
Code:
"Maximum Upload Limit would be Exceeded by this file. Try a smaller file."
It just suddenly appeared. He was always able to add files but not any more. I don't have this problem and neither do registered members (tested it out myself with a testaccount).

#2: Received a couple of e-mails and PMs from members who get the following error when adding a file:
Code:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(5721) : eval()'d code on line 10

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(5721) : eval()'d code on line 61
vBulletin Message

    Your submission could not be processed because a security token was missing.

    If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

I really hope these problems can be fixed soon. I've noticed that members are actually leaving because they can't upload their files to the Downloads Centre.

Thank you in advance for any help given!
1. Did you check the usergroup permissions? The "error" is caused by an upload limit you can set on a per usergroup basis.

2. Line 5721 of /includes/functions.php is the global_complete hook, but DownloadsII isn't using this plugin location. So the PHP warning is caused by another mod.

You will get the security token error when an upload is timing out, which is caused by a PHP server setting. Have a look at http://www.vbulletin.com/forum/showp...23&postcount=3 (the vB attachment system will give you the same problem with large files).

Quote:
Originally Posted by Wyzrd View Post
I'm getting a Internal Server Error everytime I try to open the downloads page on my site. Also get the Internal Server Error in the Admin CP for everything under downloads except for Settings.

Any help?


----------
EDIT: Well it's working on my site now. But now I still get the Internal Server Errors in the Admin CP.
Try reuploading all files. This is clearly a problem at your server side

Quote:
Originally Posted by scrapableowner View Post
I uploaded the "upload" folder to /public_html/forum/ on my server.
Did you upload the upload folder itself (wrong)? Or only its content (correct)?
Reply With Quote
  #3433  
Old 03-14-2009, 07:28 PM
BozzaJos BozzaJos is offline
 
Join Date: Feb 2006
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the quick answer Jelle! Do you have any idea how to find out which mod is causing the problem with DownloadsII? Perhaps good to know for other members as well. I have many mods installed so it will be hard for me to find out if I have to check it manually.

Thanks again for the help!
Reply With Quote
  #3434  
Old 03-14-2009, 07:34 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BozzaJos View Post
Thanks for the quick answer Jelle! Do you have any idea how to find out which mod is causing the problem with DownloadsII? Perhaps good to know for other members as well. I have many mods installed so it will be hard for me to find out if I have to check it manually.

Thanks again for the help!
I have no idea
As its name says, the global_complete hook is being used a lot. You can sort plugins on their hook location at the plugin manager. Then find out which of them are using a foreach() function in their PHP code.
Reply With Quote
  #3435  
Old 03-14-2009, 07:59 PM
BozzaJos BozzaJos is offline
 
Join Date: Feb 2006
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes Jelle, I thought of that as well and worked it out. The problem was being caused by vBSEO - DownloadsII. It's an add-on for your own mod, re-writing all the downloads to SEF urls. I will contact vBSEO that there is a problem when using it. Truly a shame and hopefully, they will be able to find a fix for it because it's such a good mod. It just shows the url with the downloadtitle in it.

BUT.... the other error message is still present. I mean this one:
"Maximum Upload Limit would be Exceeded by this file. Try a smaller file."

It's really weird because most members don't encounter this problem but only some do. And those members never had a problem because. It just kicked in...

Any idea because it's kind of important that I fix it. My top uploader has this problem and I'm missing quite a few downloads now.

Thanks Jelle! And respect to the Dutch speaking lads!
Reply With Quote
  #3436  
Old 03-14-2009, 08:02 PM
gigaenvy gigaenvy is offline
 
Join Date: Jul 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There seems to be a few questions on how to get the Latest Files displayed on another page (template) or in another area in the sidebars. Since this thread is already 35+ pages long, does anyone know if this has been answered?

Is an include needed somewhere or how do we go about using $dpanel_latest_bits in another VB template or page?

I know about VBA and it's working fine for me, but can't figure it out for sections like the sidepanel, header, navbar, footer, etc.
Reply With Quote
  #3437  
Old 03-14-2009, 08:31 PM
gigaenvy gigaenvy is offline
 
Join Date: Jul 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gigaenvy View Post
There seems to be a few questions on how to get the Latest Files displayed on another page (template) or in another area in the sidebars. Since this thread is already 35+ pages long, does anyone know if this has been answered?

Is an include needed somewhere or how do we go about using $dpanel_latest_bits in another VB template or page?

I know about VBA and it's working fine for me, but can't figure it out for sections like the sidepanel, header, navbar, footer, etc.
I figured it out by using downloads2.php and taking portions of that code and using it within my homepage cms .php. Just need to clean up some code and integrate with the site design.
Reply With Quote
  #3438  
Old 03-14-2009, 10:43 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BozzaJos View Post
Yes Jelle, I thought of that as well and worked it out. The problem was being caused by vBSEO - DownloadsII. It's an add-on for your own mod, re-writing all the downloads to SEF urls. I will contact vBSEO that there is a problem when using it. Truly a shame and hopefully, they will be able to find a fix for it because it's such a good mod. It just shows the url with the downloadtitle in it.

BUT.... the other error message is still present. I mean this one:
"Maximum Upload Limit would be Exceeded by this file. Try a smaller file."

It's really weird because most members don't encounter this problem but only some do. And those members never had a problem because. It just kicked in...

Any idea because it's kind of important that I fix it. My top uploader has this problem and I'm missing quite a few downloads now.

Thanks Jelle! And respect to the Dutch speaking lads!
I edited my previous message with an answer to that too while you where posting your first response
Quote:
Originally Posted by RS_Jelle
Did you check the usergroup permissions? The "error" is caused by an upload limit you can set on a per usergroup basis.
Reply With Quote
  #3439  
Old 03-14-2009, 11:01 PM
Drakah Drakah is offline
 
Join Date: Jan 2003
Location: PA
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I edit a file to upload a new version, I get an error on the page that says:

Line: 12
Char: 3005
Error: 'length' is null or not an object
Code: 0

how do I fix that?
Reply With Quote
  #3440  
Old 03-14-2009, 11:07 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Drakah View Post
When I edit a file to upload a new version, I get an error on the page that says:

Line: 12
Char: 3005
Error: 'length' is null or not an object
Code: 0

how do I fix that?
You are using Internet Explorer?

Tools -> Internet Options? -> Advanced -> Disable Script Debugging

Is this disable option enabled? It's enabled by default normally.
Reply With Quote
  #3441  
Old 03-14-2009, 11:11 PM
Drakah Drakah is offline
 
Join Date: Jan 2003
Location: PA
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, using IE. I dont have the box showing to me when it happens, but I did notice it each time I edit a file. Is there something wrong with the code that gives that error?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06715 seconds
  • Memory Usage 2,378KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete