The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DownloadsII Details »» | |||||||||||||||||||||||||||||||||||||||
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
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
Addons Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
puertoblack2003 |
Comments |
#2342
|
|||
|
|||
Quote:
That's normal behaviour. We are stripping all BBCode on the category view intentionally. Otherwise we would break it sometimes as the description is truncated there. |
#2343
|
|||
|
|||
{removed upon request]
|
#2345
|
|||
|
|||
ok i just moved servers to a VPS one, this mod worked just fine till after change. now everytime i try to download a file it gives a "file error". (all my users have this issue).
Or the file will open in a new firefox tab with a bunch of weird symbols etc.. Any fix or reason how to fix? I CHMOD 777 the downloads directory, downloads.php is CHMOD 664 tried 777 but no cigar. |
#2346
|
|||
|
|||
Quote:
Also see Mod Exploit Guidelines |
#2347
|
|||
|
|||
im turning this mod off until the so called sql exploirt has been cleared off
|
#2348
|
||||
|
||||
Is there indeed an existing exploit at the moment? People can say there is, but I won't turn downloads II off until it's confirmed.
@RSJelle: I think the problem is in the code of the addon. Probably the "order by" piece. It's complaining about a missing ; or something, you are good at code, maybe you can see what's wrong because you know a lot of code and also know which tables are used in the present downloads II version. This is the downloads addon code they use: Code:
$mods = $db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`"); while ($mod = $db->fetch_array($mods)) { $url = $vbseo_vars['bburl'].'/downloads.php?do=cat&id='.$mod['id']; if(VBSEO_ON) $url = vbseo_any_url($url); vbseo_add_url($url, 1.0, '', 'daily'); } $mods = $db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files"); while ($mod = $db->fetch_array($mods)) { $url = $vbseo_vars['bburl'].'/downloads.php?do=file&id='.$mod['fid']; if(VBSEO_ON) $url = vbseo_any_url($url); vbseo_add_url($url, 1.0, '', 'daily'); } If you can't see it, oke, bad luck for me then. |
#2349
|
|||
|
|||
Quote:
|
#2350
|
|||
|
|||
Quote:
Until we recieve more detailed information on the alleged exploit, there is not much we can add to this. To avoid confusion: There is no confirmed exploit at this time in this modification. |
#2351
|
|||
|
|||
Quote:
You don't need to chmod downloads.php as there's no need to change it Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|