Search results

  1. adam

    Disable Guest Upload

    Hi, There's an option in the account package manager, for non-users set allow uploading to 'no'. Thanks, Adam.
  2. adam

    _TMP Directory "Many .avi Files"

    Hi, Yes, there is a function in /core/includes/uploader.class.php named cleanLeftOverChunks(), it should clear anything older than 3 days in the _tmp folder. It's called via handleFileUpload() in the same file, although the call is only triggered on chunked uploads (files larger than 100MB)...
  3. adam

    Need Help to Add Remote Server

    What do you mean by NS? Nameserver? You should be able to just create a sub-domain via your domain registrar and point the A record at your server IP. We use CloudFlare for this but most domain providers will support this functionality. i.e. subdomain.yourdomain.com => 1.2.3.4
  4. adam

    Progress: 100% (undefined B / undefined B)

    In addition to the above it can also happen if any of the required js files can't be loaded. If you post or send me your site url I'll check it.
  5. adam

    Progress: 100% (undefined B / undefined B)

    Hi, Looking over my previous support tickets, the only time I've seen this before is when a translation was changed to have a line break, like this: "Upload, Share, and Your Files" Have you done any changes to the translations? The script should allow (or block) this however it can...
  6. adam

    Progress: 100% (undefined B / undefined B)

    Hi, Which storage method are you using? Local or ftp? Does it happen all the time or intermittently. Thanks, Adam.
  7. adam

    How to enable xsendfile on centos?

    Thread locked, it's going round in circles. I've made it clear what support we help with.
  8. adam

    How to enable xsendfile on centos?

    The error is clearly shown in the output you posted. Error: Package: mod_xsendfile-0.12-3.el6.x86_64 (epel) Requires: httpd-mmn = 20051115 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Please re-read everything on...
  9. adam

    What changes are coming in next update

    There's no details available yet. We're working on the rewards plugin at the moment.
  10. adam

    Deleted files secretly never deleted

    I'm locking this thread as it's of no benefit to keep it open. As I've mentioned above, please raise a support request if you want me to look into the issue directly.
  11. adam

    Deleted files secretly never deleted

    Did you raise a ticket as I mentioned above?
  12. adam

    How to enable xsendfile on centos?

    The link relates to the package management error you had. If you see the output on your previous post on this thread, you'll see the dependency error. You'll need the fix the dependency issue as that's why mod_rewrite isn't being installed.
  13. adam

    Error when downloading update file v4.4.1

    Hi, I think this is CloudFlare related as it only happens to certain users, however raise a ticket and I'll provide you with a direct link. You'll be able to use this is a download manager that support resuming. Thanks, Adam.
  14. adam

    How to enable xsendfile on centos?

    The output you posted previously contains an error: Error: Package: mod_xsendfile-0.12-3.el6.x86_64 (epel) Requires: httpd-mmn = 20051115 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Searching Google there's a...
  15. adam

    Deleted files secretly never deleted

    I'm not seeing any issues with this on our dev or demo site. It may be specific to your file server configuration somehow. Please raise a ticket with details on how to reproduce the issue and I'll take a look. Please provide all access details I'll need to see it.
  16. adam

    How to change path of /files/_backup/ for security?

    You'll need to search the code for the '_backup' path and rename it, it's not a configurable option within the script at the moment. If you download an IDE like NetBeans you can search the code globally once it's indexed all the files. Note: The /files/ directory will be blocked from access...
  17. adam

    How to enable xsendfile on centos?

    Our demo servers run on CentOS 6. We recently moved to Nginx but it was working fine with Apache previously.
  18. adam

    ftp application does not work, cannot install proftpd

    No there's no plans to include sftp with the plugin. The ftp plugin works fine as you can see on our demo site. If you'd like to discuss this further please raise a ticket.
  19. adam

    Remote Url Upload does not work for large files

    Hi, 103GB is a huge file to download over http, although I'll take a look and see if there's anything we can do in the script. Can you either post the url here or raise a ticket with the url in text format? I'll run some tests. Thanks, Adam.
  20. adam

    Remote Url Upload does not work for large files

    Hi, It's possible it may be the characters in the url rather than the size. 2 questions: - Does it work with a smaller file that has similar characters? - What size is the file? Thanks, Adam.