Search results

  1. 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.
  2. 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...
  3. 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...
  4. adam

    Video Stop And Go

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

    webdav

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

    Purchased but can't download

    Hi, This has now been enabled, let me know if you need anything else. Regards, Adam.
  7. 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.
  8. 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...
  9. 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.
  10. adam

    Can't login after enable HTTPS

    Check you have all the Nginx rules correctly set. This is normally the cause.
  11. 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.
  12. adam

    Error when try to upload files

    Are you using a 64bit or 32bit OS?
  13. adam

    Error when try to upload files

    Then it must be a limitation on the upload size somewhere in your server config. All the settings we've ever found are listed on this page: https://support.mfscripts.com/public/kb_view/27/ I'd recommend checking every one carefully aswell as ensuring you restart the services after. Also check...
  14. adam

    Error when try to upload files

    Please check ALL the information I sent including whether smaller files are working.
  15. adam

    Error when try to upload files

    Hi, All the server tweaks you'll need to apply are here: https://support.mfscripts.com/public/kb_view/27/ (make sure you restart the services after any changes) Also test these: - Ensure you don't have anything blocking uploads (like php.ini file uploads set to off) - Test if smaller files...
  16. adam

    Download Page (Failed generating direct download link) error

    You will need to raise a ticket with more information. Please note that these forums are for non urgent community based support. If you need any other form of support you need to raise a ticket.
  17. adam

    Download Page (Failed generating direct download link) error

    Try repairing the MySQL db table called 'download_token'.
  18. adam

    Do you prevent direct token links ?

    It's a removal of 2 forward slashes in the code. // some code... to some code...
  19. adam

    KEY word inside translation?

    Only if it's passed into the function when the text is output. For example: echo t('files_kept_for_x_days', 'Files kept for [[[DAYS]]] days.', array('DAYS' => ((int)UserPeer::getDaysToKeepInactiveFiles(2)))); [[[DAYS]]] is replaced with the value passed in after the translation text. You'd...
  20. adam

    Do you prevent direct token links ?

    Hi, Thanks for your feedback. There is an option within the code to limit this url by IP. It's not enabled by default as it stops the document viewer from work at the moment, however if you're not planning on using the document viewer you can set the restriction. If you purchase, drop us an...