Search results

  1. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Sorry I don't understand the issue, could you give more information?
  2. adam

    add torrent mod

    I agree with yetisharemods. There's no good way to get it within PHP. We've spent a lot of time (about 5 days in total!) looking into a solution which will work for everyone and there doesn't seem to be one which is robust and secure enough to use. The only real way to do it would be setting up...
  3. adam

    Get actual Image URL for Forum Post

    Not with the current plugin, although it wouldn't be too hard to add. I'll move this to the RFCs for review on the next development round.
  4. adam

    Image Viewer Error after upgrade

    Also, if you right click the failed image and click 'inspect' in firefox or chrome, you should see the image path. Load this directly in a new browser tab to see if there's any errors output.
  5. adam

    Image Viewer Error after upgrade

    Are you getting any errors in the logs/ folder?
  6. adam

    v3.5.1 beta - Report Bugs or Issues Here

    I don't recall the specific file which was fixed but uploading these from the latest beta should cover it: - includes/file.class.php - _get_all_file_server_paths.ajax.php - _file_manage_bulk_delete.ajax.php Make sure they're uploaded both to the main server and any file servers.
  7. adam

    v3.5.1 beta - Report Bugs or Issues Here

    @All - Minor update to includes/class.charts.php to fix php warning. Any fixes will be listed also in the diff file once moved out of beta later this week.
  8. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Was it via the admin area or front end?
  9. adam

    v3.5.1 beta - Report Bugs or Issues Here

    This is working fine for me. I set 'non_user_allow_uploads' to 'no' and I was still able to upload with the admin user. Did you test any differently?
  10. adam

    v3.5.1 beta - Report Bugs or Issues Here

    This is now fixed in the latest beta download for local or 'direct' file servers. Only the includes/class.file.php has been changed.
  11. adam

    Bitcoin plugin...

    See the BitPay plugin: http://yetishare.com/bitpay_payment_gateway_plugin.html
  12. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Just checking, did you update the file server with the latest files aswell?
  13. adam

    v3.5.1 beta - Report Bugs or Issues Here

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

    v3.5.1 beta - Report Bugs or Issues Here

    Are you looking on yetishare.com?
  15. 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. :)
  16. 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...
  17. 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...
  18. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks, I'll investigate this tomorrow.
  19. 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.
  20. 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