Search results

  1. adam

    Blank white page on files after upgrading from v4.4.1

    Hi, What's your site url please? Thanks, Adam.
  2. adam

    Rewards not count after changed main domain

    Hi, Have you set the PPD callback in Nginx? Also, are you getting any hits to the logs? You can check these in the admin area, logs, PPD logs. Thanks, Adam.
  3. adam

    Yetishare Rewards Problem

    Hi, Please link your license to your forum account so we can verify support. You can do this via our main site mfscripts.com. Thanks, Adam.
  4. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Strange, did that resolve the upload speed issue?
  5. adam

    (Server Config) Slow Upload with Direct Server Uploads

    That suggests the chunk size is only 2MB. Can you check the upload_max_filesize & post_max_size on the main server? If it's set to 2MB that'll cause the chunk size to be 2MB. You should see it chunk at 100MB.
  6. adam

    (Server Config) Slow Upload with Direct Server Uploads

    @ollie I'll run some tests locally with that script and get back to you with the results.
  7. adam

    (Server Config) Slow Upload with Direct Server Uploads

    That nginx config also tells me you're using ssl (sorry its late.. :oops:). Maybe test the scp upload speed as mentioned above.
  8. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Sorry I see you're using Nginx. I'll see if there's any info about nginx upload speed issues...
  9. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Hi Ollie, Is your site on https? If yes ftp is non secure so won't have the overhead of encryption. Might be worth testing upload speed via scp. Also are you using apache or nginx? The web server will handle the upload itself, then when done its passed to php, so I'd say the web server is the...
  10. adam

    Error: Could not locate the file. Please contact support or try again.

    It suggests the file is missing on your server. Did you move servers recently? Does it work for new uploads? What server storage type are you using?
  11. adam

    Email Settings

    Hi, Please link your license to your forum account mfscripts.com. Once you do this you can request support in this section. Thanks, Adam.
  12. adam

    Problems with Archive Manager plugin

    That's because it was the weekend ;)
  13. adam

    Problems with Archive Manager plugin

    Please raise a support request regarding this, it's difficult to diagnose without access to the install. Thanks, Adam.
  14. adam

    Short link for direct link imageviewer

    It's coming in the next release. :) It's already in our dev version, just going through some testing. Thanks, Adam.
  15. adam

    JWPlayer 8 And Subtitles Function

    Hi, Thanks for the JWPlayer 8 suggestion, noted. Both JWPlayer 6 & 7 in the script will already support subtitles. Just name the srt file the same as the video filename and store it in the same folder. Thanks, Adam.
  16. adam

    For all interested here is the C# browser code for the API

    Thanks for taking the time to post. I've increased the filesize limit to 5MB on the forum, so you should be able to upload. Thanks again, Adam.
  17. adam

    Remote upland doesn't work

    Then you need to enable the background task. You can find the information in that link I supplied. Including how to enable it in cpanel .
  18. adam

    Remote upland doesn't work

    As I mentioned above, did you enable background downloading via the admin area?
  19. adam

    Remote upland doesn't work

    Hi, Have you enable background url downloading in the admin area? If yes, make sure you've setup the cron task. Set this on your main file server only if you've set the option to run remote url downloads in the background (see site settings) * * * * * php...
  20. adam

    Few pre-sale questions

    Hi, The Paysera gateway is a third party plugin and it looks like they don't have a default for them other fields in the code, hence the option isn't there to edit them. https://github.com/povils/omnipay-paysera/blob/master/src/Gateway.php Looking at the code though it takes a project id and...