Search results

  1. adam

    v3.5.1 beta - Report Bugs or Issues Here

    The image viewer one is done but the video images are stored using a hash to they're harder to identify and remove. It's been put on hold until we can change the way the video screens are stored to the same as the image viewer.
  2. adam

    v3.5.1 beta - Report Bugs or Issues Here

    just checking.. you did apply the database patches from the offline folder?
  3. adam

    Paypal Sandbox

    In plugins/paypal/site/_payment_ipn.php, set this: define('PAYPAL_VALIDATE_IPN_CALLBACK', true); To this: define('PAYPAL_VALIDATE_IPN_CALLBACK', false);
  4. adam

    v3.5.1 beta - Report Bugs or Issues Here

    If you want to send me access to your site, (script admin and ftp) I'll take a look directly.
  5. adam

    v3.5.1 beta - Report Bugs or Issues Here

    No problem, any feedback on the changes is appreciated. :)
  6. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Are you using a CDN or CloudFlare? Could you try re-uploading the 3.5.1 version of class.file.php. Then find this around line 80: $tokenData = $db->getRow('SELECT id, user_id, ip_address, file_id, download_speed, max_threads FROM download_token WHERE file_id = ' . $db->escape($this->id) . '...
  7. adam

    v3.5.1 beta - Report Bugs or Issues Here

    What storage method are you using? direct, ftp or local?
  8. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Is this for just images or all file types?
  9. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Fix applied today in the beta version for captcha not working in certain situations. The updated files were: _download_page_captcha.inc.php file_download.php includes/class.file.php
  10. adam

    Captcha does not work

    Are you getting any js errors? See the following url for a video on using FireBug, look at the console tab when you load the page to see is there's any errors: http://yetishare.com/firebug_tutorial.html
  11. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks for the feedback. Sorry I'm not sure I understand the bugs you've reported. Could you take some screenshots?
  12. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Hi all, We've not long released v3.5.1 which fixes a number of issues from the last release. Use this thread to report any bugs or issues and we'll get them looked at asap. Please limit it to bugs, any feature requests can be posted in the RFC forum and they'll be seen for the next release. :)...
  13. adam

    Remote Direct Server Help

    Hi, I've received the details so I'll take a look this morning for you. :) Regards, Adam.
  14. 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...
  15. 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...
  16. 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...
  17. adam

    Versioning needed : YS 3.5.1 / YS 3.5.2

    Thanks for your feedback. Regards, Adam.
  18. 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
  19. 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.
  20. 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.