Search results

  1. adam

    Download take long time to start

    Hi, There'll be a minor release out in the next few days which resolves a lot of the existing bugs. The changes will only be in the core script so it wont impact any template changes you might have done since upgrading to 3.5. Regards, Adam.
  2. adam

    YS 3.5 : Admin dataTable width to fix

    This is probably as a result of the 'value' column having long text in it without spaces. It's fixed for the next release in our local copy. If you want to patch it, open: /admin/assets/styles/style.css Find: .dataTable td {border-top: none; border-bottom: none;} Replace with: .dataTable td...
  3. adam

    search mod

    It was part of yetisharemods.com which is no longer available.
  4. adam

    Direct Link Download url, status url and delete url -404-

    Re: Direct Link Download url, status url and delete url -404 As sent on email this morning: The .htaccess file looks good. Can you check these 2 things: - mod rewrite is definitely enabled via your host? - AllowOverride in Apache is set to allow .htaccess files. If mod rewrite is working...
  5. adam

    Download take long time to start

    This was resolved via email earlier today. It related to output buffering being limited on php/the os. I've modified the download process so it no longer needs output buffering. The changes will be in the next release.
  6. adam

    Remote Direct Server Error

    It is tested. When did you download the code?
  7. adam

    Remote Direct Server Error

    Did you try updating the files as I mentioned above? On the main server and all file servers.
  8. adam

    how to change download count down time

    It's via the download pages section. Edit the page via the admin area and you'll see the timer setting.
  9. adam

    Remote Direct Server Error

    Hi, Try the latest code download. This was caught just after the release so it's been patched into the latest code. Updating these files should fix it: _get_all_file_server_paths.ajax.php delete_file.php includes/class.file.php
  10. adam

    error_log output please help

    Full release history here: http://wurlie.net/release_history.html You can update the script by logging into wurlie.net using your account details. They're the same as mfscripts.com access details.
  11. adam

    error_log output please help

    They are fixed in a later version, I'd recommend updating the code.
  12. adam

    Versão Mobile

    This should be possible in version 4.0 (a long while off but we're already working on it! :)). There's a lot more focus on the core structure which includes reorganising the templates away from the root and into the themes folder. So you can create a desktop theme and a separate mobile theme...
  13. adam

    Versão Mobile

    Moved to RFCs
  14. 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...
  15. adam

    File manager and google chrome bug

    This has now been fixed for the next release due out the end of this week.
  16. 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)
  17. 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...
  18. 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.
  19. adam

    Yetishare 3.5 Beta : Upgrade Diff files ?

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

    error_log output please help

    What version of the script are you on?