Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
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
  #3312  
Old 01-21-2009, 06:49 PM
BozzaJos BozzaJos is offline
 
Join Date: Feb 2006
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Jelle,

Been using this mod for ages now and almost reached the 1,000,000 downloads (not how many files there are lol). However, since a couple of days, I have encountered a problem. A Moderator of mine (is in a custom group called Trial Mods) can't add files any more. When he tries to add a file, he gets the following message:

"Maximum Upload Limit would be Exceeded by this file. Try a smaller file."

It was working before for him. I tested it out by using a normal members account but for a regular account, it works normally. Same goes for me, the administrator. Are you familiar with this problem and do you know how to fix it? I haven't made any changes whatsoever and I just upgraded to the latest version but still the same problem.

I hope you have an answer to this problem.
Thank you kindly in advance.

Bozza
Reply With Quote
  #3313  
Old 01-21-2009, 08:39 PM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those Interested in adding MEGAUPLOAD to the Downloads

https://vborg.vbsupport.ru/showthrea...ght=megaupload


Style Manager

- edit templates
-- Downloads templates
--- downloads_file_addit template


find

Code:
<font size="-3" {$errors['upload']}>{$vbphrase['ecdownloads_link_file_size']}</font><br />
       <input name="size" type="text" size="40" maxlength="40" <if condition="$file['link']==1">value="{$_POST['size']}"</if> />

add after that the code below

Code:
<br>
<br>

<b><font color="red">Or if the filesize is greater then 10MB please use MEGAUPLOAD below
<br>

Please read the 'How to' first - <a href="YOUR LINK TO YOUR POST ON HOW TO ADD FILES TO MEGAUPLOAD" target="_blank">HERE</a></font></b>

<br>
<br>



<center>
<!-- MEGAUPLOAD File Uploader v 3.7.006, Copyright Mosh Shigdar 29/06/2008 -->

<fieldset class="fieldset">
     <legend>Upload your files to MEGAUPLOAD</legend>
     <div style="padding:3px">

          <embed src="YOUR MEGAUPLOAD FILEBOX LINK eg mine is http://www.megaupload.com/filebox/?t=2&c=2&u=xxxxxxxxx.xxxxxxxxxx" 
type="application/x-shockwave-flash" width="350" height="140" wmode="transparent"></embed>
     </div>
</fieldset>



<!-- / End of MEGAUPLOAD File Uploader -->
</center>

Change the highlighted green text to your info


HERE is my post on how to add for my members
Attached Images
File Type: jpg megaD.jpg (116.7 KB, 0 views)
Reply With Quote
  #3314  
Old 01-21-2009, 08:44 PM
jimjam jimjam is offline
 
Join Date: Jul 2007
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We just had our databased Nuked by a hacker,

I saw that a new user had uploaded a file called aaaaaaaa, or somthing like that. (don;t know the extension) I noticed it on a "Recent Uploads" mod on the VBadvanced front page. When I had a look in the downloads section the aaaaaaa file was not there, shortly after the site fell over.

Subsequent investigations found these files in the DownloadsII folder. see attached

We do not allow these files to be uploaded, any idea how they got there, I do not want to re-activate the downloads mod just in case. Thanks
Attached Images
File Type: jpg hacked.jpg (36.7 KB, 0 views)
Reply With Quote
  #3315  
Old 01-21-2009, 08:56 PM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for posting that jimjam, that looks like some serious sabotage.

Members were signing up to my forum downloading stuff and then they were never to be seen again.

So I'm looking into adding another usergroup so members with less then 10 posts cant up or down files.

https://vborg.vbsupport.ru/showpost....postcount=2718
Reply With Quote
  #3316  
Old 01-22-2009, 02:53 PM
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rabidkevin View Post
That's what I thought but the downloads tab could not be found like the other tabs. I already rearranged some other ones.

Edit:

Moved $template_hook[profile_left_last] to where I wanted and this moved the mixes tab. Not sure if this is good or bad to do.
Yeah that's the way to do it!


I've changed the places for some hooks in my templates too, no problems at all. It's just your preferences - where do you want to display those additional informations.
Reply With Quote
  #3317  
Old 01-22-2009, 03:07 PM
Pipo123 Pipo123 is offline
 
Join Date: Feb 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimjam View Post
We just had our databased Nuked by a hacker,

I saw that a new user had uploaded a file called aaaaaaaa, or somthing like that. (don;t know the extension) I noticed it on a "Recent Uploads" mod on the VBadvanced front page. When I had a look in the downloads section the aaaaaaa file was not there, shortly after the site fell over.

Subsequent investigations found these files in the DownloadsII folder. see attached

We do not allow these files to be uploaded, any idea how they got there, I do not want to re-activate the downloads mod just in case. Thanks
The author should investigate this and I recommend not deny uploads for registred users.
Reply With Quote
  #3318  
Old 01-22-2009, 07:54 PM
TheFallenAngel TheFallenAngel is offline
 
Join Date: Dec 2004
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tlwwolfseye View Post
What is weird is that I couldn?t find any link related to the Downloads in the Navbar template.

Same with other Mods in the Navbar, like the IRC Chat or the HelpCenter. I Just don?t find a link of that in the Navbar template, how can that be ?
Edit the downloads_navbar_button template under the Downloads Templates in your Style Manager.

Most likely the mods use the plugin system to add a template into the navbar and other places. Helps keep installations easy for the end user.
Reply With Quote
  #3319  
Old 01-25-2009, 07:13 AM
d2tbpk d2tbpk is offline
 
Join Date: Oct 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Guys,

Looking like a sweet as mod, just one problem...

in user groups ...

where the download premissions oare its all blank....

ive reinstalled the .xml twice so yeah??

please help!!



when i turn them all on to yes it comes up with this error,

Database error in vBulletin 3.8.0:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Beta Testers',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`creditpermissions` = '0',
`credit_induction` = '0',
`credit_referral` = '0',
`credit_refbonus` = '0',
`credit_paycheck` = '0',
`credit_active` = '0',
`credit_birthday` = '0',
`credit_repgive` = '0',
`credit_reputation` = '0',
`credit_infraction` = '0',
`credit_thread` = '0',
`credit_threadrate` = '0',
`credit_post` = '0',
`credit_ownthreadpost` = '0',
`credit_postsize` = '0',
`credit_ownthreadview` = '0',
`credit_ownthreadrate` = '0',
`credit_ownthreadreply` = '0',
`credit_ownprofileview` = '0',
`credit_pollmake` = '0',
`credit_pollvote` = '0',
`credit_attachment` = '0',
`credit_sendpm` = '0',
`credit_addevent` = '0',
`credit_addprofpic` = '0',
`credit_profile` = '0',
`credit_donmaxuser` = '-1',
`credit_pastotpost` = '0',
`credit_pastotuser` = '0',
`credit_pasawuser` = '0',
`credit_pasawthread` = '0',
`credit_saveint` = '0',
`credit_maxsave` = '0',
`credit_loanint` = '0',
`credit_maxloan` = '0',
`credit_totloan` = '0',
`credit_goodgroup` = '0',
`credit_midgroup` = '0',
`credit_badgroup` = '0',
`credit_maxtickets` = '0',
`credit_lotdiscount` = '0',
`ecdownloadpermissions` = '0',
`ecexcludecatlist` = '',
`ecdownloadsmaxuploadtotal` = '-1',
`ecdownloadsmaxdailydl` = '-1',
`ecdownloadsmaxdailyfiles` = '-1',
`ecdownloaddelaygrp` = '-1',
`itraderpermissions` = '3',
`mgc_cb_evo_permissions` = '32767',
`mgc_cb_evo_refreshrate` = '30',
`mgc_cb_evo_nbmsg_show` = '1',
`mgc_cb_evo_nbmsg_perday_show` = '1',
`mgc_cb_evo_max_chats_perday` = '0',
`forumpermissions` = '16503295',
`genericpermissions` = '1579685575',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '3',
`pmsendmax` = '3',
`pmthrottlequantity` = '0',
`calendarpermissions` = '31',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '139263',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '3',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '15',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '55159',
`maximumsocialgroups` = '1',
`groupiconmaxsize` = '65535'
WHERE usergroupid=2;

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Sunday, January 25th 2009 @ 03:12:54 AM
Error Date : Sunday, January 25th 2009 @ 03:12:54 AM
Script : http://crazyport.com/forums/spec/use....php?do=update
Referrer : http://crazyport.com/forums/spec/use...&usergroupid=2
IP Address : 203.97.122.137
Username : Jono
Classname : vB_Database
MySQL Version : 5.0.45-community-nt



Any help is greatly appericated,

Thanks Jono
Reply With Quote
  #3320  
Old 01-25-2009, 02:13 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by d2tbpk View Post
Hi Guys,

Looking like a sweet as mod, just one problem...

in user groups ...

where the download premissions oare its all blank....

ive reinstalled the .xml twice so yeah??

please help!!



when i turn them all on to yes it comes up with this error,

Database error in vBulletin 3.8.0:

...

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Sunday, January 25th 2009 @ 03:12:54 AM
Error Date : Sunday, January 25th 2009 @ 03:12:54 AM
Script : http://crazyport.com/forums/spec/use....php?do=update
Referrer : http://crazyport.com/forums/spec/use...&usergroupid=2
IP Address : 203.97.122.137
Username : Jono
Classname : vB_Database
MySQL Version : 5.0.45-community-nt



Any help is greatly appericated,

Thanks Jono
As the error says:
Quote:
MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
It's a problem with the MGC Chatbox Evo mod. You didn't installed/uninstalled that mod properly.
Reply With Quote
  #3321  
Old 01-25-2009, 05:05 PM
d2tbpk d2tbpk is offline
 
Join Date: Oct 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thankyou
Reply With Quote
Reply

Thread Tools

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:09 PM.


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.17509 seconds
  • Memory Usage 2,377KB
  • Queries Executed 29 (?)
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
  • (5)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
  • (6)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
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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