Search results

  1. adam

    Site not secure

    Hi, Thanks for pointing this out. It's just the default advert code that comes with the script, it runs on http. I've fixed it within the demo site by using different advert code.
  2. adam

    help to fix url

    Hi, Do you mean these pages: https://freefontsite.net/fonts/3578/eager_naturalist.html It's not a config option in the script to change the .html extension, you would need to edit the code. The .htaccess file has a rewrite rule for this which need updating. Then search the code for any links...
  3. adam

    Share album link not working

    Got it, I'll pick it up now.
  4. adam

    Share album link not working

    Thanks for the details. I responded to your ticket #32734 (the one with the FTP details) previously, although I'm not convinced you've seen it :) I've updated your new ticket with the info. Let me know if you get this?
  5. adam

    Share album link not working

    It shouldn't be generating jw8 and jW8, only 1 should exist. In /core/includes/uploader.class.php there's this code: // create short url $tracker = 1; $shortUrl = file::createShortUrlPart($tracker . $dbInsert->id); $fileTmp = file::loadByShortUrl($shortUrl); while ($fileTmp) { $shortUrl =...
  6. adam

    Share album link not working

    Sorry for the delay. Are you able to share access to the install (script login and FTP/SFTP) via our ticketing system? I'll take a look at this directly, I can't see it in my local dev, although may already be resolved locally. https://mfscripts.com/contact.html
  7. adam

    [Fixed v5.2.0] Check maximum filesize before uploading.

    It should indeed alert before uploading. It looks like the latest uploader code ignores the property. You can use the code below to add it back in. Via: \themes\spirit\views\account\partial\_uploader_javascript.html.twig Find: .on('fileuploadadd', function (e, data) { After replace: {% if...
  8. adam

    Torrent Download problem

    What happens when you try to add the magnet link? Does it error?
  9. adam

    Error: Expected response of controller to be a 'Response' or 'RedirectResponse' object.

    It's likely that the theme is only for v4. It would need updated to work with v5.
  10. adam

    Question

    That looks like it applies only to the egress policy, same bandwidth as storage. I don't think that's the only option they offer, in fact I'd be surprised if they only allowed a 1tb file to be downloaded once in a month. Seems rather restrictive. Weve done a lot of testing recently with a...
  11. adam

    Question

    Hi, It's through the website, there's no support for direct. If you use our Wasabi plugin that's now direct download. Thanks, Adam.
  12. 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...
  13. 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.
  14. adam

    Traffic

    Yes, it'll be on the account settings page.
  15. 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.
  16. 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...
  17. 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.
  18. adam

    Traffic

    Hi, Yes, you can setup bandwidth limited accounts via the account packages in the admin area. Thanks, Adam.
  19. 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.
  20. 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...