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
Invalid SQL: UPDATE user SET downloads=downloads+1, downloadtime='1106833679', lastdownload='Deviated Wallpapers'
WHERE userid='1'
mysql error: Table 'dvdb.user' doesn't exist
mysql error number: 1146
getting this error.
my db runs on vb3_ prefix, how to fix this ?
I need to get this running within 2 hours before going out
Invalid SQL: UPDATE user SET downloads=downloads+1, downloadtime='1106833679', lastdownload='Deviated Wallpapers'
WHERE userid='1'
mysql error: Table 'dvdb.user' doesn't exist
mysql error number: 1146
getting this error.
my db runs on vb3_ prefix, how to fix this ?
I need to get this running within 2 hours before going out
This would require modifications of all the files to include table prefixes.
i get this error when trying to upload
Invalid SQL: UPDATE user SET uploads=uploads+1 WHERE userid ='1'
mysql error: Unknown column 'uploads' in 'field list'
and this when trying to download
mysql error: Unknown column 'uploads' in 'field list'
what did i do wrong?? nice hack !!
Upgrade to 1.0b
Quote:
im getting a Cannot find phrase blah blah message when performing tasks,
That is only for admin tasks?and I didn?t include them. Just create admin_stop_panel messages if you want them.
Quote:
and im also getting a javascript error on downloads.php on line 379:
<body onload="preloadImages();">
is the offending line and the problem is Object Required.
Upgrade to 1.0b.
Quote:
would this hack work with a security patched 3.03?
Untill now i can see it works on a testboard. It produces the javascript (object) error as mentioned before though and this:
Invalid SQL: UPDATE user SET uploads=uploads+1 WHERE userid ='1'
mysql error: Unknown column 'uploads' in 'field list'
Appears your missing an SQL field. That's why I like adding the SQL on my own, less of a chance for error....at least what I think. I can't see why this wouldnt work on 3.03 but don't want to go through the trouble of installing and trying to figure out what's wrong.