Recent content by uploadchest

  1. U

    controlling storage space per account type

    ability to control amount of storage a user gets. For example, a free user only gets 5GB of storage, registered user gets 10GB, and lets say, a premium user gets 50GB. This would be a bit hard though, since a premium user that downgrades would somehow have to lose 40GB of files...
  2. U

    ability to use main domain instead of subdomain

    It'll be nice to send all download links to the main domain, and then have the download arrive from the sub domain. I understand that this poses a problem for some plugins, but this should really be done for the purpose of the site looking good and the search rankings for the site. SEO and site...
  3. U

    encrypting files

    I understand what you're all saying. The encryption usually occurs with a salt, so the government wont be able to decrypt the files without the correct salt, and that could just be about anything. It's just a tip, though.
  4. U

    encrypting files

    all files uploaded and downloaded should go through an encrypting and decrypting process so the files cannot be stolen off the server, and that governments cant go through users files illegally.
  5. U

    Critical BUG

    MD5 is, for all intents and purposes, secure for the application. You don't have to use md5, you can use sha1() if you want. It won't be easy to transition to a more secure setup because all previous members passwords would require to be reset as MD5 is hashed.
  6. U

    3.3 Upload fail, multiserver

    Update: find this under the function removebyuser() // @TODO - enable removal of 'direct' stored files elseif ($storageType == 'direct') { unlink($filePath); return true; } and change it to: // @TODO - enable removal of 'direct'...
  7. U

    Register page

    By the way, i'd like to add that md5 passwords arent really secure - i recommend using something else such as sha1 at least!
  8. U

    problems with file download option

    This is a bit hard to understand. Perhaps you have an instant messenger application so we can talk directly? Please PM me your info so we can talk.
  9. U

    System notice problem

    You need to increase your max file size. Do you have access to command line?
  10. U

    Register page

    You need to clarify your question. It doesnt make any sense.
  11. U

    2. local server admin delete file and 500mb upload problem

    Re: 2. local server admin delete file and 500mb upload probl Is the /files folder chmod to 777?
  12. U

    bug "url upload" no add users file and don't check account

    Re: bug "url upload" no add users file and don't check accou First, make sure that /files or the storage dir you're using is chmod to 777. Second, check to make sure the max filesize you have set in the admin panel is larger than 1GB for paid/free users, depending on what you want. Third, if...
  13. U

    problems with file download option

    You should have that constant set to YES. Adjust the speed limit in the other options. the 50 kb/s is default i believe.
  14. U

    About Cache-Control Meta Tag in Header

    Generally there shouldn't be an issue, but with the content being uploaded and stuff, it may still be beneficial to keep it there.