Search results

  1. adam

    Download tokens can only be used by a specific IP

    Not with download managers and it doesn't work with xAccelRedirect either.
  2. adam

    increase or disable chunk uploading?

    Thanks for reporting back, it'll save someone else the hassle in future. Have you left CloudFlare disabled? Or just reduced the chunking size back down?
  3. adam

    Re: Security issues with YSmods Voucher Plugin

    And what was the relation between ysmods and mfscripts anyway? What happened? >>> He came and worked for us for about 3 months but it didn't work out unfortunately.
  4. adam

    increase or disable chunk uploading?

    Some thoughts... Did you do it on all servers? Inc file servers? The same with the php.ini changes. Restarting php-fpm & nginx after each. Ensure you've tried all these which are relevant: https://support.mfscripts.com/public/kb_view/36/ What is the exact value you've set for...
  5. adam

    Re: Security issues with YSmods Voucher Plugin

    I've moved your post down a place in this thread so it's not seen by non-ys in users (only this post will be seen).
  6. adam

    Better way to track PPS in the rewards plugin

    Thanks for the suggestions. I've moved this to the RFCs so it's reviewed on the next dev round.
  7. adam

    increase or disable chunk uploading?

    Did you see the following page, assuming you're on Nginx: http://stackoverflow.com/questions/18121227/how-to-avoid-request-entity-too-large-413-error
  8. adam

    Safari bugs

    Applied to the next release code. Please report any future bugs via the ticketing system. Thanks, Adam.
  9. adam

    Safari bugs

    Also fine: http://imgur.com/qCYFnHx Please test yourself via browserstack or browserling.
  10. adam

    Safari bugs

    Ah, that's not what you said above. I'll take a look again on Browserling.
  11. adam

    Safari bugs

    I've just tested using browserling on a Mac with Safari and it worked fine. http://imgur.com/AqF62Of Until I can reproduce the issue there's little I can do unfortunately.
  12. adam

    Safari bugs

    Strange, I'm not sure what this could be. I know that no-one else has reported anything and it seems fine for all the places I've checked so I'm not sure where to go from here. The second point isn't a bug. It's your browser auto complete. Please send anything you think is a bug via the...
  13. adam

    Safari bugs

    Could your connection be blocked certain js files or something? Could you test via another connection or over the mobile network?
  14. adam

    increase or disable chunk uploading?

    None from what I'm aware of. That constant controls the chunk size (unless your PHP settings are lower). You can test by viewing the network traffic via FireBug while uploading.
  15. adam

    Safari bugs

    It's well tested in all modern browsers and works fine for me in Safari and on BrowserLing. http://imgur.com/moiPWQS
  16. adam

    sessions in mysql table

    I see your point but I'm not sure I want to rely on installs having MySQL query cache enabled. I'll setup some benchmarks at some stage and see if there's any improvements we can make to the whole sessions side.
  17. adam

    Download tokens can only be used by a specific IP

    That's the reason why we took the IP restriction out, IPs may change. Also, Google Docs (for the document viewer plugin) comes from their own IP, so it breaks that plugin. I left the old code commented out in file.class.php if you want to have a test.
  18. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! Thanks for your comments :)
  19. adam

    sessions in mysql table

    Not true, at least in this context. For example, loading the plugin data loops over each of the plugins, loads the config files and any relating db data, then stores this in the session. So there's multiple lookups on the db. Storing this in session means there's only 1 lookup for the database...
  20. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! I'd love to create 10's of themes for you all to use but we just don't have the time. Consider that we worked on the 'flow' theme for over 4 months! The 2 themes we supply should act as a good starting point for other developers. I think the designer reviews will be a...