Search results

  1. adam

    Download problem

    You can set the download button to hide at a folder level, but not globally via the account package settings. You could hide the button via the code, although this would apply to all users. I'd say that hiding the button wont stop the user downloading it though. If you can preview the file, the...
  2. adam

    Problem

    Thanks for pointing it out. We've just released an update for multi-packages and this hasn't been updated yet. Expect an update soon.
  3. adam

    Traffic

    Yes, it'll be on the account settings page.
  4. adam

    Yetishare v5.1.0 Available!

    Hi all, YetiShare v5.1.0 is available for download via your yetishare.com account. For more information see our blog: https://mfscripts.com/blog/yetishare-v5.1.0-released Thanks, Adam.
  5. adam

    Share album link not working

    Hi. I see this is for Reservo, not Yetishare, I'll move it to the correct section of the forum. It looks like it's not actually loading a different folder, it's failing to load the one you requested, so redirecting to another in the persons account. It looks like you're logged in within the...
  6. adam

    is it possible to sell the script key?

    Yes you can transfer a licence to another user. Just drop us an email with the new user email and we'll update the license records. Thanks, Adam.
  7. adam

    Traffic

    Hi, Yes, you can setup bandwidth limited accounts via the account packages in the admin area. Thanks, Adam.
  8. adam

    Share album link not working

    Hi, It's not a known issue in Yetishare. Can you provide an example please? In addition, please can you link your forum account to your license? You can do this via your account on mfscripts.com. Thanks, Adam.
  9. adam

    Information

    Hi, I just responded to your ticket for the same. :) There's no comments or "like" functionality in the script at the moment. You can suggest it in the RFCs section of the forum and if enough people do the same, it'll be considered for development work. You could also source a PHP developer...
  10. adam

    [solved]Upload error

    You shouldn't need to change it, but the default is set in "\app\controllers\AccountUploadController.class.php" Search for 'chunkedUploadSize'. Note that if your server upload limits are less than this (100MB), the chunk size is reduced to whatever that is.
  11. adam

    Ucloud Database Error

    Hi, I've responded to your support request. Note that as it's the weekend, we may not respond as quick, it's generally the only downtime we have :) Try removing the port from the DB host, it's not needed (:3306). Failing that, revert to the support ticket and supply the further information...
  12. adam

    Upload Plugin

    https://forum.mfscripts.com/threads/upload-widget.4097/
  13. adam

    user registration

    You can disable it currently by editing the trial account type via the admin area and setting uploads to "no". I'll sync it with the register option for the next release aswell. Thanks for reporting.
  14. adam

    user registration

    Is this the button on the homepage which creates a temp account?
  15. adam

    little bug report V5

    Can you try executing the DB patch below? It's included in the newsletter plugin code for that release, but not the core SQL patches (as it would cause issues with installs that didn't have the newsletter plugin installed). UPDATE plugin_newsletter SET date_sent = '2038-01-01 00:00:00' WHERE...
  16. adam

    Fixed: Unlimited Available Storage

    Just to follow up that this is fixed in the dev code ready for the next release.
  17. adam

    Fixed: V5 changes

    I've fixed this one for the next release. The fix is fairly simple if you want to patch it in. Execute this on your DB: UPDATE file_server SET routeViaMainSite = 1 WHERE serverType = 'direct'; Then in "\app\controllers\admin\ServerController.class.php" find: $route_via_main_site = (int)...
  18. adam

    Fixed: Unlimited Available Storage

    Looks like a snaget! Noted for the next release, thanks.
  19. adam

    Url Question

    "is there a way to prevent the url from being changed? when jumping from the download page to another, it is changed to a longer one" Do you mean the download_token url? This is used to secure the download, there's no way of removing it.
  20. adam

    S3 Bug - Deleted User

    Thanks, I'll ensure it's looked at for the next release. There's a cli script in the codebase which will do this. It's not a report but it doesn't flag any orphaned files and could probably be piped to email.