![]() |
Are you certain that your downloads folder's CHMOD has been properly set? Some servers don't support it and don't tell you unless you look in the information bar in your FTP Client.
Anyway... I've found a minor bug. I have a Movies category and then a Funny Movies Sub-Category inside of the Movies category. Now... I have 5 movies inside the Funny Movies sub-cat, but whenever I view the Movies Category on the Downloads main page... it says 0 Files. Should the main category not list the number of files contained inside it as well as the number of files in its sub-categories? |
Here an Screenshot.
cu logofreax |
Hmm... I'm not sure.. seems like it works, the only thing I can think of is that you must've done a file modification improperly. Have gone back and re-checked your edits?
|
Quote:
|
Quote:
@Ron1n: any idea for my problem ??? greetz |
Quote:
|
ronin
Last Activity: Today 19:52 Viewing Portal @ 19:52 it was for some minutes ago. why isnt he giving us news about the vbdownloads? |
He posted in his other thread that he wouldn't be doing any more work on vBDownloads until vB 3.5 goes final as his licence has expired.
|
Quote:
and 2.0f is still not working on my server :disappointed: |
I would recommend checking out This Thread I just installed it with no problems and it actually works 100% so far :) didnt even have to manually edit a single file (except template files if you want it custom as i did) hope it helps you guys.
|
/me clickity clicks Install
great hack |
having a problem uploading a file larger than 1mb
it seems as if its added however when i view the file it says the filesize is 0 and when i click the dl link it brings me to a page cannot be displayed error is there anyway to increase the filesize ? is anyone else having this problem? |
What exactly is meant by "Semi-antileech protection"? How much or how little protection is there?
|
Quote:
|
Quote:
|
I installed this and have set my registered users to not be able to download (I want it to only work for paid subscriptions). However, even though the admincp has it set as registered users can't DL, they still can.
How can I fix this? Is it in the php file somewhere? |
Ok, I figured out how to make it restrict access based on usergroups. If you want to know, how I did it, let me know. I'll be glad to share.
|
Sorry is there a way to show the download stats about this thinks:
Categories: 6 Files: 12 Posts: 0 Downloads: 140 Diskspace: 1,72 MB looks like the gallery stats some one include in the portal stats |
Ive upgraded from 3.0.7 to 3.0.8 , but VBDownload doesnt work anymore! what can I do ??
|
have you made upgrade to VBDownload test to make template upgrade to it
|
ops! I forgot to re-run downloadinstall.php ...
thank you my freind ;) |
First post on the new update..installing it now :-)
|
Ill stick around for 30 min in case of errors - then im off to bed.
|
Quote:
Any suggestions? BTW, I'm running vB version 3.0.7 Thanks. |
Quote:
Warning: Division by zero in /includes/functions.php on line 1861 Here's what the line looks like: $totalpages = ceil($results / $perpage); |
Quote:
I just tried updating usergroup permissions and I received this error: mysql error: Unknown column 'canmanagepurgatory' in 'field list' mysql error number: 1054 |
I get a blank page for the settings section as well.
|
this is for 3.0.8 not 3.0.7.
I havent tested this yet as people get blank page. I will wait till ron1n can confirm this, or fixes the bug. |
Quote:
|
i use vb 3.0.6 .. any one test it with this version?
|
Quote:
Quote:
Quote:
Quote:
|
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 |
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 |
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! |
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. |
Quote:
Quote:
|
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? |
Quote:
https://vborg.vbsupport.ru/ Is this normal? Or did I totally screw up LOL? Thanks again. |
Quote:
Thank you. |
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. |
All times are GMT. The time now is 03:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|