The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ecDownloads 3.2 Legacy Details »» | |||||||||||||||||||||||||
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 |
#712
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#713
|
||||
|
||||
I get this when editing user group permissions
Database error in vBulletin 3.0.7: Invalid SQL: UPDATE usergroup SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### title = 'Administrator', description = '', usertitle = 'Administrator', opentag = '<b>', closetag = '</b>', passwordexpires = '0', passwordhistory = '0', attachlimit = '0', avatarmaxwidth = '80', avatarmaxheight = '80', avatarmaxsize = '20000', profilepicmaxwidth = '100', profilepicmaxheight = '100', profilepicmaxsize = '65535', pmquota = '1000', pmsendmax = '5', uttstore_discount = '0', forumpermissions = '393215', pmpermissions = '3', calendarpermissions = '31', wolpermissions = '31', adminpermissions = '3', genericpermissions = '20971519', genericoptions = '24', journalpermissions = '2047', arcadepermissions = '31', vbarticlespermissions = '15', vbreviewspermissions = '15', vbtabspermissions = '15', downloadpermissions = '1' WHERE usergroupid=6 mysql error: Unknown column 'downloadpermissions' in 'field list' mysql error number: 1054 |
#714
|
||||
|
||||
Quote:
I'm getting the self same error! along with missing 2 phrases and Invalid SQL: SELECT * FROM dl_files WHERE `purgatory` = '0' AND `category` = '1' ORDER BY `pin` DESC, `date` DESC LIMIT 0, 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 '' at line 1 mysql error number: 1064 its totally farked my board :s |
#715
|
||||
|
||||
AH FOUND IT AND FIXED IT!
go into init.php and replace. // ###### ELITECODERS DOWNLOAD HACK ###### $_BITFIELD['usergroup']['downloadpermissions'] = array( 'canviewfiles' => 1, 'candownloadfiles' => 2, 'canratefiles' => 4, 'canuploadimages' => 8, 'canlinktofiles' => 16, 'canuploadfiles' => 32, 'canavoidpurgatory' => 64, 'canmanagepurgatory' => 128, 'caneditownfiles' => 256, 'caneditallfiles' => 512, 'canviewdisabled' => 1024 ); // ###### ELITECODERS DOWNLOAD HACK ###### // ###### ELITECODERS DOWNLOAD HACK ###### $_BITFIELD['usergroup']['ecdownloadpermissions'] = array( 'canviewfiles' => 1, 'candownloadfiles' => 2, 'canratefiles' => 4, 'canuploadimages' => 8, 'canlinktofiles' => 16, 'canuploadfiles' => 32, 'canavoidpurgatory' => 64, 'canmanagepurgatory' => 128, 'caneditownfiles' => 256, 'caneditallfiles' => 512, 'canviewdisabled' => 1024 ); // ###### ELITECODERS DOWNLOAD HACK ###### that'll fix the usergroups bug your having! |
#716
|
||||
|
||||
the divide by zero error piddle off after you upload your first file...
HOWEVER i've noticed something wrong when i try to upload a file with the wrong extension type it DOESNT tell me the supported extension types. Also can someone tell me what the 2 missing phrases are at the BOTTOM of the usergroup permission block, all are there but those 2! if someone can tell me I'll add the phrases by hand. |
#717
|
|||
|
|||
Quote:
Quote:
|
#718
|
||||
|
||||
Question:
If I install this on 3.0.8, is there an easy upgrade available for the 3.5 version for when I do upgrade my vBulletin? Or would I be better off waiting until after I upgrade to vB3.5 to install ecD? |
#719
|
|||
|
|||
Quote:
Is this normal? Or did I totally screw up LOL? Thanks again. |
#720
|
|||
|
|||
Quote:
Thank you. |
#721
|
|||
|
|||
One more LOL...
I'm getting a "403 Forbidden by Web Configuration" error when I try to download a file I upload. I can see it in my FTP but I'm unable to retrieve it by clicking the Download Here link after I upload it. I set the folders permissions at 777. Any suggestions? Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|