Search results

  1. adam

    Versão Mobile

    Moved to RFCs
  2. adam

    YetiShare v3.5 Final - Now Available!

    Hi all, We've fixed any issues as a result of the beta stage and released the v3.5 final of YetiShare. If you login (and still within support) you'll see the link to download v3.5 along with any updated plugins. As with any release, make sure you backup your site and database before making...
  3. adam

    File manager and google chrome bug

    This has now been fixed for the next release due out the end of this week.
  4. adam

    Download Limit Speed Not Working

    This has now been fixed in the v3.5 release due later this week. (not fixed in the beta release)
  5. adam

    YS 3.4 : File upload max_concurrent_uploads BUG

    I've fixed this for the v3.5 release, it'll be in the final code released later this week. If you want to patch it in the mean time, open _index.JS.inc.php and find: xhrFields: { withCredentials: true }, On a new line after it add this: getNumberOfFiles: function () { return...
  6. adam

    Download Limit Speed Not Working

    Ok, agreed it should be limited by the amount of connections. I'll look into this before the final 3.5 release later this week.
  7. adam

    Yetishare 3.5 Beta : Upgrade Diff files ?

    Great, that's the kind of feedback we like to hear. :)
  8. adam

    error_log output please help

    What version of the script are you on?
  9. adam

    Yetishare 3.5 Beta : Upgrade Diff files ?

    Hi Maverick, Thanks. The diff file will be in the final release, hopefully by later this week. Regards, Adam.
  10. adam

    File manager and google chrome bug

    Thanks for reporting this, we're also seeing it in FireFox. It's standard behaviour in a browser but clearly we want to block it in place of the select file functionality. For now just ctrl clicking on the file name will not cause the new page. I'll look for a fix before we leave beta.
  11. adam

    Download Limit Speed Not Working

    We are seeing something similar, can you confirm if yours is the same? The speed limit is working however there seems to be an issue with the limitation on the amount of connections. So if the speed limit is 50KB and there's 10 download slots, it'll download at 500KB. Can you confirm? (or...
  12. adam

    v3.5 Beta - upgrade went wrong

    Thanks for the feedback on this, it was removed from the beta release code yesterday so it shouldn't cause any issues now.
  13. adam

    Upload Error

    Copy of email sent: Your post_max_size in php.ini is set to 0M. This needs to be more than 5M to allow the uploads. Ideally 2000M.