The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DownloadsII Details »» | |||||||||||||||||||||||||||||||||||||||||
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. It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself. Instructions & Support Requires vBulletin 4.0.4 or higher. Not fully compatible with lower vB 4 versions. It works fine with both the new editor in vB 4.1.4 or higher and the old one in previous vB versions. Read the instructions in the next two posts before installing/upgrading this mod! You can find an installation/upgrade manual in the zip package (Readme.txt). I try to answer most questions asked in this thread. Please don't send any pm's if I don't ask for them. 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 some screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software. You can find a live demo on my own site: Minatica.be Downloads (Dutch). Though keep in mind that we are running a restyled and modified version of it. Changelog (version 6.0.9) Jelle
Help!!! I can't upload large files?? This is probably the most asked question. It's mostly caused by some default PHP settings: check "PHP Max Post Size" and "PHP Maximum Upload Size" at your AdminCP home. Then have a look at this post for the solution to up these values. Also have a look at this post at vB.com (but ignore the MySQL part as DownloadsII is only using the file system). Add-ons There are currently no official add-ons. Unofficial add-ons are listed below. Download Now
Screenshots
Show Your Support
|
26 благодарности(ей) от: | ||
andro140, belbos, chatpalace24, Cruncher Pete, DEAL321, elwizard, erosolmi, gec100, Hippy, KorvinGump, Macgiber, Mopar1973Man, MusiquesElectro, mygitar, Ricsca, romaszek, sadiq6210, snooper2, spillage, SSG.D, stationar, steviewonder44, TeknoSounds, TZ. |
Comments |
#1162
|
||||
|
||||
RK KINGKONG file size is set in the php.ini
you will have to ask your host to increase the max upload and post so you will be able to upload those size files.... default is 2 and 8 megs... |
#1163
|
||||
|
||||
Quote:
Most of the web servers are configured such a way that a user can only upload the maximum file size of 2MB. So there might be the problem for the people who wants to upload the .zip files of size around 150MB. increse the maximum upload file size limit by using .htaccess file. upload such a large file using file field of the form and move_uploaded_file() function in PHP. 1) Create a .htaccess file in the root folder of web server. 2) Put the following code in side the .htaccess file and save it. php_value upload_max_filesize 200M php_value post_max_size 200M php_value max_execution_time 200 php_value max_input_time 200 Now you can upload the file-size up-to 200MB in a simple way using file field in your html form and move_uploaded_file() function available in PHP. In the above .htaccess file, uploading capability is increased by the four parameter first one is maximum file size for uploading, second one is maximum size of the post data , third one is maximum time in seconds a script is allowed to run before it is terminated by the parser and last one is maximum time in seconds a script is allowed to parse input data such as like file uploads, POST and GET data. You can change the above parameter to upload the bigger file size than 200MB. |
#1164
|
|||
|
|||
If you look in his post, hes already changed it to appropriate sizes and his phpinfo page is reflecting that.
|
#1165
|
||||
|
||||
TeknoSounds
This was only for the htaccess issue he mentioned.. about not being able to access his site after adding .htaccess htaccess does not work.. with out the dot. maybe he made the file wrong or missed something simple.. Just trying to help as you are.. |
#1166
|
|||
|
|||
oh no hippy don't mistake me, I'm not trying to come down on you or anything just pointed out he had changed it...its saying he did in his phpinfo file and godaddy is telling him the same. The only reason you need to modify the htaccess file is whenever you can't change your php.ini file.
RK KingKong: I'm curious in seeing 1) your phpinfo page to verify these changes are made and 2) WHERE is the error appearing saying you can't upload the file because its too big. Is it showing you in DownloadsII or are you getting a timeout page or something in your browser? |
#1167
|
|||
|
|||
I seriously appreciate the help ppl have been trying to give me but , creating a .htaccess file isnt helping no matter where i put it , i have tried in the main root , and also within the downloads folder .. neither works..
I only have a php5.ini in my root , i have set the settings to show increased sizes within the php info n php5.ini . which shows this: PHP Code:
Im at a stand still with this unless i wind up getting some expert to help me with it .. I know someone out there can pin point whats happening , im sure im not the only one who has had this problem.. this is where i lack the experience . i just started working with this whole website and VB thing overnight ... further more i have a download on my site right now that was allowed 437 Styles for Photoshop : (153.82 MB) but when i try one that 191.mb is tells me my max is only 86.mb im loosing sleep over this i swear |
#1168
|
|||
|
|||
Ill show you here
is the phpinfo here is my FTP and GODADDY PHP5.INI side by side : so it shows the changes have been made .. the error comes from within the downloads mod page on my site , so for example i go to add a file , then i choose the file add it .. it starts what seems to be the upload with the percentage showing in the bottom left hand corner .. once it reaches 100% it refreshes and tells me that the file is to big and that my limit is only like 86.MB Quote:
|
#1169
|
|||
|
|||
okay awesome. you can take those down if you want
The issue is def within the usergroup settings, try increasing the max upload size limit there. There's an issue I've noticed where the filesize you put in ends up limiting you lower. This setting here: This is the maximum MB that a user can upload. Set this to -1 for there to be NO limit. I would try setting that to -1 for testing purposes. Then try increasing the limit until it gives you the actual number you desire. Btw, RS_Jelle....bug in the usergroup filesize limit settings. :-/ |
#1170
|
|||
|
|||
the correct setting was already in there :
so still i dont know what to do Quote:
|
#1171
|
|||
|
|||
Oh silly me.
What about in your Extensions settings? Whats the max file size there? That's the one you'll prolly have to play with, not the usergroup settings. My apologies, I got them confused. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|