![]() |
Quote:
Just the same as alwyas.. Thanks again :) Cyberfreak |
i think theres a major bug with this
if u need to restore your database it hangs on file_cat i think its due to the word desc for the file description desc means descending in sql anyone else seeing this? |
so is ron1n planning on updating this mod like he said he was?? It would be nice to see support of other extensions.
|
Quote:
|
Why would we want to trail through 16 pages for a simply answer;
Yes or No. |
Quote:
Quote:
Quote:
- - - - - - - Now, a note to all the users about problems uploading files. You are having trouble because you have not filled in your directories accurately or your server permissions are not set correctly. I have not seen any other problems that caused the upload errors. Everyone always comes back after a while and posts (or PM's me) saying "it works, i just had to fill out ___ differently." I will admit, these settings are not for your junior webhost, because they require knowledge of how to traverse directories, but I couldnt help that. I wanted so very much to be able to allow users to upload to a directory outside of their forum directory (i.e. elitecoders.org/downloads/ instead of elitecoders.org/forum/downloads) but for the next release I will simply resort to forcing downloads to /forum/downloads and eliminating all user setup. As to why I have not released or been here. Frankly, that is no ones business, but I have been busy with school, paid projects, and college visits. vBDownloads is one of the things at the bottom of my list in order of importance. That being said, I expect to make more progress this weekend, and may release a nice treat next weekend to a few beta testers. After they assure me that it works, I will release to the public. |
Quote:
Even got help from sys admin of hosts, they din`t find a better way to fix it either. I`m not a n00b to php and moding vB files, so i have looked true your files to understand what you have done to make this. Haven`t find anything about chmod. Maybe im just blind, but not a junior on all this. Will let it be to see if there is someone else that comes up with an solution for this, or sorry to say this (but of the slack of support) i will uninstall it. Cyberfreak |
I've run across a problem uploading files that appears to be related tofilesize. The php.ini on our server limits file uploads to 2MB or less,but if I try to upload a file that's 1.6 MB it fails with either"Document contains no data" or a "page not found" error -- neither avery elegant way of failing. It would be good to include a filesizecheck on uploads, if that's possible... or at the very least add anadmin option to set a limit that is displayed on the upload screen("Maximum upload file size is xx") so that users know not to tryuploading anything larger.
Also there are a few spelling errors on some of your pages.
All in all I just want to say thank you for what is shaping up to be anexcellent mod. I really like the layout and the work you've put intoit. Keep up the great work! |
I just have a question. I added file extensions and some of them are image extenstions for wallpapers. Though, i feel there is a problem. It shows the full path to where the image is. So, anyone can just freely download what ever file they want from going to the forum.com/forum/downloads/ directory. Is there anyway to prevent this?
|
For everyone having the CHMOD 666 Forbidden File problem - here's the solution. :)
Find this code in includes/dl_add.php Code:
move_uploaded_file($_FILES['upload']['tmp_name'], $INFO['u_url'].$newfilename); Code:
chmod($INFO['u_url'].$newfilename, 0755); |
All times are GMT. The time now is 10:57 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:
|