The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
ecDownloads 3.2 Legacy (vBDownloads) is available for vBulletin 3.0.x
Talk about 3.2 here: https://vborg.vbsupport.ru/showthread.php?p=751766 What is ecDownloads? It is a download database that integrates into vBulletin. It allows you to upload files, create folders, link to external files - and more. It is very flexible and has many options. Sorry, no screenshots. Maybe if someone is nice they will provide a link to the latest version of ecDownloads for everyone to view it. Changes in 3.2 - Too many to list... its a whole new world ![]() Known Bugs: - Missing phrase in add file (on nav bar) - No file protection, add it here if you want: https://vborg.vbsupport.ru/showpost....&postcount=174 - Missing phrases (ecdownloads_can_edit_all and ecdownloads_can_view_disabled) in admincp Install Make the file edits in ecDownloads.txt Upload the contents of 'upload' to your forum directory Run the downloadinstaller.php file in the admincp (install/rebuild styles and phrases) Create a directory called 'downloads' (or whatever you put in your settings) and make it writeable and executable Time: 5-6 Min Addons vBAdvanced Module: https://vborg.vbsupport.ru/showthread.php?t=93771 Want another addon? Request it. Giving Back Have you installed this mod? Click install. Do you like this mod? Rate me 5/5. Do you want to donate? Go to www.unicef.org and be generous! To the community Thanks for all your support, I hope you enjoy this. It will have 1-2 minor bugs, but nothing major. Have fun, and make suggestions. IMPORTANT NOTICES - Upgraders should remove the CRON that they originally set up - Look at the fix list to the right -> see if it has been updated since you downloaded Show Your Support
|
Comments |
#232
|
|||
|
|||
![]() Quote:
![]() Just the same as alwyas.. Thanks again ![]() Cyberfreak |
#233
|
|||
|
|||
![]()
i think theres a major bug with this
if u need to restore your database it hangs on file_cat i think its due to the word desc for the file description desc means descending in sql anyone else seeing this? |
#234
|
||||
|
||||
![]()
so is ron1n planning on updating this mod like he said he was?? It would be nice to see support of other extensions.
|
#235
|
||||
|
||||
![]() Quote:
|
#236
|
|||
|
|||
![]()
Why would we want to trail through 16 pages for a simply answer;
Yes or No. |
#237
|
|||
|
|||
![]() Quote:
Quote:
![]() Quote:
- - - - - - - Now, a note to all the users about problems uploading files. You are having trouble because you have not filled in your directories accurately or your server permissions are not set correctly. I have not seen any other problems that caused the upload errors. Everyone always comes back after a while and posts (or PM's me) saying "it works, i just had to fill out ___ differently." I will admit, these settings are not for your junior webhost, because they require knowledge of how to traverse directories, but I couldnt help that. I wanted so very much to be able to allow users to upload to a directory outside of their forum directory (i.e. elitecoders.org/downloads/ instead of elitecoders.org/forum/downloads) but for the next release I will simply resort to forcing downloads to /forum/downloads and eliminating all user setup. As to why I have not released or been here. Frankly, that is no ones business, but I have been busy with school, paid projects, and college visits. vBDownloads is one of the things at the bottom of my list in order of importance. That being said, I expect to make more progress this weekend, and may release a nice treat next weekend to a few beta testers. After they assure me that it works, I will release to the public. |
#238
|
|||
|
|||
![]() Quote:
Even got help from sys admin of hosts, they din`t find a better way to fix it either. I`m not a n00b to php and moding vB files, so i have looked true your files to understand what you have done to make this. Haven`t find anything about chmod. Maybe im just blind, but not a junior on all this. Will let it be to see if there is someone else that comes up with an solution for this, or sorry to say this (but of the slack of support) i will uninstall it. Cyberfreak |
#239
|
|||
|
|||
![]()
I've run across a problem uploading files that appears to be related tofilesize. The php.ini on our server limits file uploads to 2MB or less,but if I try to upload a file that's 1.6 MB it fails with either"Document contains no data" or a "page not found" error -- neither avery elegant way of failing. It would be good to include a filesizecheck on uploads, if that's possible... or at the very least add anadmin option to set a limit that is displayed on the upload screen("Maximum upload file size is xx") so that users know not to tryuploading anything larger.
Also there are a few spelling errors on some of your pages.
All in all I just want to say thank you for what is shaping up to be anexcellent mod. I really like the layout and the work you've put intoit. Keep up the great work! |
#240
|
||||
|
||||
![]()
I just have a question. I added file extensions and some of them are image extenstions for wallpapers. Though, i feel there is a problem. It shows the full path to where the image is. So, anyone can just freely download what ever file they want from going to the forum.com/forum/downloads/ directory. Is there anyway to prevent this?
|
#241
|
|||
|
|||
![]()
For everyone having the CHMOD 666 Forbidden File problem - here's the solution.
![]() Find this code in includes/dl_add.php Code:
move_uploaded_file($_FILES['upload']['tmp_name'], $INFO['u_url'].$newfilename); Code:
chmod($INFO['u_url'].$newfilename, 0755); ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|