Search results

  1. adam

    Thread deleted?

    Hi, It was just pending approval. :) You can also email us via the contact pages on mfscripts.com or yetishare.com. Thanks, Adam.
  2. adam

    yetishare bug

    I looks like you're using v4. It's not a known issue in the latest codebase. Please raise a support request with the process to reproduce the issue and I'll take a look. Please include script admin access.
  3. adam

    API with chunked upload

    Hi, I don't see a lot of requests for it in the RFCs. However if enough users request the feature, we'll look at allocating some dev time on it. Thanks, Adam.
  4. adam

    v5.2.0 File Previewer Cron Bug

    Thanks for pointing this one out. I've resolved it for the next release due soon.
  5. adam

    Lifetime Account feature

    This has been added for the next release due soon.
  6. adam

    I need Same URL Hash on All Download pages

    Hi, That's correct, the last page is loaded via ajax so it updates the browser url to be without the pt= part. If you inspect the url on the button on the 2nd page before that, you'll see it does include pt= on it. If you're using more than 1 download page before then, it needs pt= to track...
  7. adam

    I need Same URL Hash on All Download pages

    Hi, The pt= part of the url is to track the click through from the first page. It's not possible to exclude it as the moment, it'll mean the user gets reverted to the first page if it's removed. Adam.
  8. adam

    5.2.0 - multiple entries for the same download

    This one is resolved in the 5.3.0 release due very soon.
  9. adam

    Hope to fix the following 3 problems in the new version

    Thanks for the feedback. This has been fixed for the next release, due soon.
  10. adam

    Hope to fix the following 3 problems in the new version

    Please provide more specific information on the issues with number 2 and 3?
  11. adam

    Upload cancel button

    For info - https://mfscripts.com/forum/threads/the-possibility-of-canceling-the-upload-process.4277/post-14227
  12. adam

    The possibility of canceling the upload process

    This has been added for the next release due soon. So the cancel icon on the each file remains until each upload is complete. There's also a new button next to the "Hide" button that cancels all pending uploads.
  13. adam

    Premium Users Server And File Size Priority

    This one has also been added to the next release.
  14. adam

    Premium Users Server And File Size Priority

    This has been added to the next release due soon. Example:
  15. adam

    Script Language and Framework

    Hi, I think I responded to your support ticket. For anyone else - the script is written in PHP. The framework is a custom MVC framework similar to Symfony. It uses Twig templating and composer for third party libraries. Thanks, Adam.
  16. adam

    Cannot switch from private to public - folder privacy

    Hi, Make sure that the "Default Privacy" setting in the account is public. (here on our demo site - https://fhscript.com/account/edit) Thanks, Adam.
  17. adam

    Class 'App\Helpers\LogHelper' not found

    Ignore my last post, I've located your license for the script. The code requires a Linux host, it wont run on Windows. You can see the minimum requirements here: - https://yetishare.com/support.html If you need to run a local copy for dev purposes, I'd recommend VirtualBox for a virtual Linux...
  18. adam

    Possible to expose SMB/CIFS file share?

    For the SMB/CIFS share, as long as it's reachable from your server, then you can add it as "Local" storage within the script. There's some guidance here which may help: https://support.mfscripts.com/public/kb_view/71/ There's no way to simply mirror files into the script, since the script...
  19. adam

    Custom Login API or JSON API for YetiShare

    Hi, We did have a LDAP plugin for v4 but it's not been migrated yet for v5. There's nothing else really which would hook into any external authentication process. We could probably look at creating something as a custom job if you were interested. Thanks, Adam.
  20. adam

    WebDav problem

    There may be a way round that, although it'll require some code tweaks. How did you find out that was the issue, did it work when you enabled the option?