Recent content by fatality43835

  1. F

    Google Drive storage as fileserver

    They do have download limits depending on how you access the files.
  2. F

    Problems After Installation ! Internal Server Error.

    You need to check your apache error log, so at least you can see what error is causing it. After we know that, then you can get further assistance.
  3. F

    FTP Plugin Configuration

    Open a support ticket and adam will assist you.
  4. F

    Error when try to upload files

    Check that the Nginx max upload size hasn't been changed to the default after the update. Add this line to nginx.conf: client_max_body_size 10G; Restart Nginx.
  5. F

    need to change your link and remove html?

    Quick google gave this result. Try it out? https://winginx.com/en/htaccess
  6. F

    Handling sudden large traffic

    What I can suggest is to get some extra servers and use DNS roundrobin along with rsync. For example, you have 2 file servers (A and B), you get 2 other servers (A1 and B1). You setup DNS round-robin so that servers A+A1 uses the same subdomain, and servers B+B1 follows the same pattern. Then...
  7. F

    basic file upload api

    I'm disappointed there isn't an already available way to upload a file using the API or otherwise.
  8. F

    v4.0 Update - 1 week until beta!

    Awesome news. Really can't wait to see what's improved/changed.
  9. F

    A couple things

    My thoughts on what can make this a much better script. Not sure what's exactly planned for the next release as I have not seen a beta list of stuff we can expect. Also if any of these suggestions are already implemented, I apologize as it means I could not find any documentation on it. Mirror...
  10. F

    [Urgent] Need script performance optimization..

    This patch will be included in the next release I presume? And is there any rough estimate as to when this update is? 2 weeks, 1 month? Cheers.
  11. F

    500 Internal Server Error

    Check your webserver's logs and then you can better understand what is causing it.