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.
This is a good thing! Because some file to big for handle it with IE. But the protection of hotlink is also very important. Thank RS_Jelle. Merry Xmas.
I get a SQL error when the search function is used...
Any idea for a fix?
PHP 4.4.4
MySQL 4.1.18
Quote:
Invalid SQL:
SELECT dl_files.*, dl_cats.name catname FROM dl_files, dl_cats WHERE (CT p.id,p.user,p.userid,p.cat,p.title,p.bigimage,p.he ight,p.width,c.catname,c.photos,c.posts
FROM pp_photos p
LEFT JOIN pp_categories c ON c.id = p.cat
WHERE c.cattype = 'c' AND p.cat != 500 AND p.storecat = 0
ORDER BY RAND() OR dl_files.author LIKE '%skin manager%' OR dl_files.name LIKE '%skin manager%' OR dl_files.description LIKE '%skin manager%')
AND dl_files.category = dl_cats.id
ORDER BY catname, dl_files.name;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.id,p.user,p.userid,p.cat,p.title,p.bigimage,p.h eight,p.width,c.catname,c.photo' at line 1
Error Number : 1064
And I have a request:
E-mail notificaton of an upload.
We have uploads every now and then. But somehow I manage not to look for days when there is an upload and the other way around
And I have a request:
E-mail notificaton of an upload.
We have uploads every now and then. But somehow I manage not to look for days when there is an upload and the other way around
I get a SQL error when the search function is used...
Any idea for a fix?
PHP 4.4.4
MySQL 4.1.18
I don't know what you have going on in that sql. It's not an sql that comes with DownloadsII. Did you have someone customize it for you to hook into another modification dealing with photos or something???