Search results

  1. adam

    Extending plugin support

    Yes you can renew them at the discounted rate at any time. Regards, Adam.
  2. adam

    Problems creating URL's

    You will need to raise a ticket for this. If you haven't completed the upgrade correctly you'll need to revert to your original database and re-apply the db patches.
  3. adam

    help cloudflare with YetiShare

    That's correct, it will bypass the max 100MB restriction on CloudFlare due to the chunking. The upload request is at most 100MB for each chunk, then they're joined at the server end.
  4. adam

    HELP

    Unfortunately not, I only wish it was that simple...
  5. adam

    Problems creating URL's

    A script upgrade? Sounds like your db upgrade wasn't completed fully. Do you have the original backup of the database? What patches did you apply and what was your original version number?
  6. adam

    Site Settings

    Please detail what you did leading up to this? Was it an upgrade etc?
  7. adam

    Problems creating URL's

    Is this a new install? If not, what has changed on your server recently?
  8. adam

    WebDAV issues

    Hi, It might be worth revisiting the following kb post, it's had a few additions recently: https://support.mfscripts.com/public/kb_view/49/ Regards, Adam.
  9. adam

    Voucher Reseller plugin doesn't provide a link to a any users reseller dasboard

    I believe you can also click on the 'is reseller' icon on that page to change it aswell.
  10. adam

    Voucher Reseller plugin doesn't provide a link to a any users reseller dasboard

    HI, Yes agreed it's not the most obvious! I'll look at making it clearer for the next release. Regards, Adam.
  11. adam

    Voucher Reseller plugin doesn't provide a link to a any users reseller dasboard

    Hi, The main thing you need to do is assign the specific user to be a reseller. This is via the 'edit balance' link on this url: yoursite.com/plugins/vouchers/admin/manage_account_balance.php If that still doesn't work, please raise a ticket with site admin access and I'll take a look for...
  12. adam

    Waiting time not showing correct

    Hi, The "waiting time between downloads" is different than the "waiting time". (although I can see how's it could be confusing :)) For the "waiting time" you will need to edit the download pages for that user type. This is also in the admin area but on a different page to the account package...
  13. adam

    Video Stop And Go

    Does this happen for all users? On any specific servers? Does it happen for admin users?
  14. adam

    webdav

    Hi, The latest webdav plugin needs version 4.3 to work. Thanks, Adam.
  15. adam

    Purchased but can't download

    Hi, This has now been enabled, let me know if you need anything else. Regards, Adam.
  16. adam

    Uploading has been disabled

    Hi, This can happen when the _config.inc.php file on your file server is incorrect. Please check it over and make sure the host in the top 2 defines is correct. Thanks, Adam.
  17. adam

    Can't login after enable HTTPS

    You still have things in there which aren't in the rules we supply. For example, I don't know what this file does: include enable-php.conf; This section is missing some rules, but I'm not sure if your setup needs it. It's not matching our rules though. location ~ \.php$ { if (!-e...
  18. adam

    Can't login after enable HTTPS

    Hi, This section is different to the rules we supply: location ~ \.php$ { if (!-e $request_filename) { rewrite ^/(.*) /index.php?_page_url=$1 last; } } Also remove anything else which isn't part of the rules we provide, at least to get it working. Adam.
  19. adam

    Can't login after enable HTTPS

    Check you have all the Nginx rules correctly set. This is normally the cause.
  20. adam

    CloudFlare query

    Please also supply some information to better explain what you're referring to? (maybe screens) Normally we don't track these requests on the forum, but feel free to update the thread in this instance.