Search results

  1. adam

    Remote Direct Server Help

    Hi, I've received the details so I'll take a look this morning for you. :) Regards, Adam.
  2. adam

    Versioning needed : YS 3.5.1 / YS 3.5.2

    Hi all, There's a beta out today which fixes a lot of the issues from the 3.5 release. It's available via your download area on yetishare.com. Yes we've called it 3.5.1. :) There's not a lot of changed files, see the diff file in 'offline'. There's some sql you do need to run though, see the...
  3. adam

    How to move files from one server to another

    The admin option will be coming soon. In the mean time you can do it manually like this: (assuming it's a 'direct' file server) - Set the server into 'Read Only' mode via the admin area, file server settings. - Sync all files between both servers using rsync or similar. Include the script...
  4. adam

    Remote Direct Server Help

    Hi, Welcome to the site and thanks for your comments. :) I've seen this issue before when PHP time is out of sync with MySQL time. There's a function which clears any sessions after a period of time and if the PHP & MySQL time are out of sync, it can fail. Can you try these: - First make sure...
  5. adam

    Versioning needed : YS 3.5.1 / YS 3.5.2

    Thanks for your feedback. Regards, Adam.
  6. adam

    HD videos, torrents, other video related requests

    Via email from robert cristian morar: Features if you can created: - Encode premium user videos first - Encode HD videos (more power CPU) - Add Torrents - Video Peding Encoding
  7. adam

    Versioning needed : YS 3.5.1 / YS 3.5.2

    We already do have versioning. The recent fixes will be part of a new version later this week. The other changes have been patched in as were minor and better for new users. There's no need to create a new version for each change, you should wait for the announced releases.
  8. adam

    search mod

    We don't have it so no we can't share it. We're building a similar plugin so we'll have something to search files soon.
  9. 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.
  10. 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...
  11. adam

    search mod

    It was part of yetisharemods.com which is no longer available.
  12. 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...
  13. 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.
  14. adam

    Remote Direct Server Error

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

    Remote Direct Server Error

    Did you try updating the files as I mentioned above? On the main server and all file servers.
  16. 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.
  17. 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
  18. 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.
  19. adam

    error_log output please help

    They are fixed in a later version, I'd recommend updating the code.
  20. 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...