Search results

  1. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Yes update all servers. Same with media player, update that after upgrading.
  2. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Are you looking on yetishare.com?
  3. adam

    Remote Direct Server Help

    Thanks for posting for others. I'm also going to add something to the script to check for suhosin and flag up a message if it's found. It was tricky to track down but we got there! Thanks for your patience. :)
  4. adam

    Manage Download Page???

    Hi, A knowledge base is in the works, there should be something soon. :) In the mean time... it's so you can configure the download process depending on user type. So previously there was just a single download page which was shown if you configured the script with a waiting time. Now you can...
  5. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks for the feedback. It's not removed on a delete at the moment. It's shared with other uploads (md5 filename also beginning with the same 2 letters) so it would probably be used again soon, although it would be neater on the file system if cleared when empty. I'll take a look at adding...
  6. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks, I'll investigate this tomorrow.
  7. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Works fine on our dev and demo versions. Make sure you've uploaded all the admin folder files and upgraded your database using the sql patch file.
  8. adam

    Captcha does not work

    Well spotted! I've updated this in the beta version to work with https. You can patch it by re-uploading this file in the new code: \includes\recaptcha\recaptchalib.php
  9. 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.
  10. adam

    v3.5.1 beta - Report Bugs or Issues Here

    just checking.. you did apply the database patches from the offline folder?
  11. 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);
  12. 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.
  13. adam

    v3.5.1 beta - Report Bugs or Issues Here

    No problem, any feedback on the changes is appreciated. :)
  14. 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) . '...
  15. adam

    v3.5.1 beta - Report Bugs or Issues Here

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

    v3.5.1 beta - Report Bugs or Issues Here

    Is this for just images or all file types?
  17. 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
  18. 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
  19. 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?
  20. 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. :)...