![]() |
hey, might be a bad question, but does this work on vB 3.6.0?
Thanks. |
Quote:
|
Quote:
|
how does one update the php.ini file so it can take files over 5mb?
|
Quote:
Quote:
|
Is there a way to make DownloadsII an actual forum, instead of always accessing it from www.mysite.com/downloads.php, but have it actually listed as a 'forum' on the main page of vbulletin?
|
Quote:
|
This is very slick. Thanks a lot :)
|
I dont have a .hta acces file with it........ hmm
|
Quote:
|
Where is it though is my question..........
|
in your root folder unless you have windows hosting
|
I have linux hosting and i see nothing in my root folder for htaccess
|
you need to make a htaccess file in your root with that info in there to increase your upload limit.
|
you more then likely have one in there just you cant see it. check in cpanel and view your root folder you should see it.
|
WEll its not there, so how do i make one , just enter that code in then press Save As htaccess.php?
|
did you check from cpanel to make sure its not there? if not make a file in your root folder and name it .htaccess and make sure its chmodded to 644
|
I use godaddy they dont have Cpanel.......
And ChMOdded to 644? I upload files through IE, is there awayt to CHMOD it to 644 through that? |
ahh thats why you dont see it. get a ftp client and use that its so much easier esp. when you want to add things.
|
I would but I have 56K and you try download something on 56k lol
|
it wont take long there not big you can get alot of free ones out there that are small.
|
Okay got one, but i see no way of chmodding it and I see now File calle htaccess
|
Warning: Invalid argument supplied for foreach() in /admincp/downloadadmin.php on line 366
Thats what I get when I try to import files from my server... Also, where can my users access the downloads section? There are no navbar edits :( |
Its perfect.I have a question.
How can i change width of the main table? |
Quote:
Quote:
The navbar edit will be included in the 5.0.3: Quote:
Quote:
|
Quote:
Another thing I found was, when you import files with a " ' " (single quote) , the import fails... is there a work around? |
Quote:
|
I had to move the downloads.php file to my public_html/ folder so it would work, but when I do click on it, it gives me this error...
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/downloads.php on line 121 Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/downloads.php on line 121 |
Are these a bugs? Or do I do something completely wrong?
I changed my download directory in the settings to another download directory on my server, i removed the "." in the beginning and stated the full relative path with a trailing slash like: /home/domains/mydomain/public_html/downloads/ Without the trailing slash, files won't be imported but then I get a error notice. With trailing slash it works but the following things amaze me a littlebit: 1.) Files are imported in my downloads directory but not in a categorie subdirectory, this is the correct working? 2.) When setting up for the first time and filling, the column on the left with "Top Contributors" show random users with 0 uploads, amongst them are also users which do not even have upload access for the files? I can't imagine that this should be the case. 3.) If you import the same file twice, there is no warning about the file already existing, but the file simply get's visible twice in the download section, also named exactly the same. So if anybody can help me with mainly question 2 and 3 (and a little bit question 1)? |
Hmmz.. found a 4th one also.
4.) When importing, .gif images are not displayed (so also not imported) in spite of the fact that image uploads are set as allowed as well in settings as also in the usergroup administrators. |
Question, how, and where do I mod it so it can also display the author along with the filename?
And I would also like to change where it says Author to Artist .... and Filename to Title... Thanks! |
Another Thing, on my site, my users cant upload things over 2mb's even wiht the .htaccess file whats with this?
|
You can mod it in the import part, when you import a file, you can give a name in the "author" field next to filename.
Also when you login to the download section you can edit all descriptions if you have give yourselve rights to do that in your usergroup. If your users can't upload more then 2 mb, you have to contact your hoster or have root acces to the server. Such things are setup in php.ini and mostly also in httpd.conf (apache webserver configuration). |
In this version, does it add files to subfolders in the downloads folder.
The download folder is quite full and takes forever to backup. |
See my point 1 a few threads above your's. So no... it does not add files to subfolders in the downloads folder.
|
Anyone know how to fix this? It should be something simple, but yet I cannot figure it out!
I had to move the downloads.php file to my public_html/ folder so it would work, but when I do click on it, it gives me this error... Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/downloads.php on line 121 Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/downloads.php on line 121 |
Quote:
And also, where and how to edit my import file, Im a complete noob at this stuff...sorry for the questions.. |
First we need to locate the php.ini file.
-----command----- locate php.ini -----command----- For cPanel the correct file is /usr/local/lib/php.ini. The standard location for most other servers is /etc/php.ini. Go ahead and open the php.ini file. -----command----- pico -w /etc/php.ini -----command----- or for cPanel -----command----- pico -w /usr/local/lib/php.ini -----command----- once there press control + w and search for upload_max_filesize change that to 10M if you want it to be 10 Megabytes. once you change that and have it set to 10M press control + x then it will ask you if you want to save it press the y to save the changes and reboot apache. -----command----- service httpd restart -----command----- hope it helps. |
Quote:
Click Downloads Click Import Enter Directory Click Import Click the file you want to import, with an ' in it, in this case... Lil' Kim_Slippin'.mp3 Select Category Click Import Files Error at top of screen Quote:
Quote:
Great mod btw :D |
Quote:
Quote:
All text is phrased, so you can edit it using Languages & Phrases in your AdminCP. Quote:
1.) Currently this is the correct working way. This is also flagged for a future big release. 2.) The query needs to get 4 contributors for this list. The query gets 4 names ordered on the amount of files they have added. If there aren't any people who added files, 0 files is the "highest amount", so it gets randomly 4 names with 0 files. If there won't be 4 people in the future with more than 0 files, just change the amount in the settings. I've put it on my todo list, will be fixed in a future release ;) 3.) The next big release will contain a check for the file link (this was already on my todo list), not for the name. Some people are using the same name twice, just like the topic name on the forum. Quote:
@footose: thanks, I will take a look at it. |
All times are GMT. The time now is 05:52 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:
|