Search results

  1. adam

    urgent - Developing a program using API

    Hi, You need to post it like in this example: https://stackoverflow.com/questions/15200632/how-to-upload-file-using-curl-with-php Obviously replace the params with what the API requires. The testing tool in the admin area may also help understand it...
  2. adam

    trying to add file server

    Hi, Can you see your file server if you load the url in a browser? Try: http://fs1.xXX.net/ Or: http://fs1.xXX.net/admin/ Regards, Adam.
  3. adam

    ERROR Upload and Download File from the File Server with ssl (https)

    Hi, All servers will need to be on https. Browsers will block any posts to a non https url for security purposes. If you use CloudFlare you can have access to free https if you don't want to purchase certs. Or use Lets Encrypt. Thanks, Adam.
  4. adam

    Multiple "Paid" packages not visible on upgrade page?

    On your url, example http://fhscript.com/upgrade_by_package.html If there's more than 1 paid package it'll show them. You'll need to re-style this as you want it.
  5. adam

    Multiple "Paid" packages not visible on upgrade page?

    Hi, This isn't a bug, you need to use the upgrade_by_package.html page instead for multiple packages. You can rename this to upgrade.html if you want to use it instead. Thanks, Adam.
  6. adam

    URL for Folder view not working - it redirects to 404 after showing files.

    If you can post a sample failing url I'll try to debug it, although it's caused by a change in the script which isn't really tested during the normal release process.
  7. adam

    URL for Folder view not working - it redirects to 404 after showing files.

    Can you remind me the the urls, was it these type: https://fhscript.com/folder/17/Documents I'm confused as these don't have if (!$file)... in them. I assume that was changed on the file_download.php file?
  8. adam

    URL for Folder view not working - it redirects to 404 after showing files.

    I believe I looked at this before but I was unable to reproduce it in our dev. Are you able to see it on the demo site?
  9. adam

    File list LOADING

    Are you referring to the file listing in the main file manager or the file import in admin?
  10. adam

    Disable Guest Upload

    Hi, There's an option in the account package manager, for non-users set allow uploading to 'no'. Thanks, Adam.
  11. 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)...
  12. 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
  13. 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.
  14. 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...
  15. 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.
  16. 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.
  17. 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...
  18. adam

    What changes are coming in next update

    There's no details available yet. We're working on the rewards plugin at the moment.
  19. 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.
  20. adam

    Deleted files secretly never deleted

    Did you raise a ticket as I mentioned above?