Search results

  1. adam

    Theme installation bug

    We offer limited support on third party themes as we haven't been involved in the development work. You could try manually uploading it via FTP into the themes folder. If that doesn't work you'll need to speak with the original developer of the theme.
  2. adam

    YetiShare v4.3 Beta Bug Tracker

    The Right-click menu on main folder icons still comes up and disappears and auto launches the upload popup, only way to keep it up is to right click and hold the button >>> I'm not seeing this. Is this on our demo site? Which browser. For the plugins, should we use the 4.3 beta or is there...
  3. adam

    YetiShare v4.3 Final Now Available!

    See the blog for more information: https://mfscripts.com/blog/new-release-yetishare-v4.3-available-for-download
  4. adam

    Customise the theme, user earnings tab

    It shows it at the top of the page in the users logged in area. If you're isn't please add a screenshot to this thread. Regards, Adam.
  5. adam

    Customise the theme, user earnings tab

    I've changed your subject to be more relevant. Please don't use "Urgent, please read" as a subject, it's not urgent and doesn't describe the thread. 1. How can i change home page background image ? >>> They are in \themes\flow\frontend_assets\images\home\ 2. how can i edit footer and header ...
  6. adam

    YetiShare Roadmap

    Hi all, With version 4.3 due out later today I wanted to start sharing the main features we'll be looking to add in next releases. This isn't a definitive list, we'll still be reviewing the RFCs for each release, but over time it'll cover the main features we'll be adding. v4.4 - Upgrade...
  7. adam

    YetiShare v4.3 Beta Bug Tracker

    Worked fine in the beta. So I set a 30 second timed download page for non users. Opened 3 file links, 5 seconds apart. When they finished I downloaded each file fine.
  8. adam

    YetiShare v4.3 Beta Bug Tracker

    Yes I'm fairly sure this was fixed. I'll test now...
  9. adam

    Forum Notifications?

    Great. Just me then :)
  10. adam

    YetiShare v4.3 Beta Bug Tracker

    Fixed for the final release tomorrow. Yes. We also include a diff file on each final release. It's in \install\resources\upgrade_file_diffs
  11. adam

    Forum Notifications?

    Hi all, Quick question... does anyone get email notifications from the forum? i.e. on thread responses. I don't but I've not heard of anyone else having issues. Thanks, Adam.
  12. adam

    end to end encryption

    I've looked at this before and it's a HUGE job. To do it properly we'd need to allow for the file to be encrypted in the client browser, then uploaded. When it's downloaded, it would have to decrypted in the browser also. Getting this to work cross browser, for large files, without Flash and to...
  13. adam

    PHP Code for API key generation

    The API is currently used for comms between file servers. You could probably extend it for your own use though. Have a look in: \core\includes\api.class.php + \api\index.php
  14. adam

    xsendfile or xAccelRedirect and the downloads page

    Downloads are still logged, it's just current downloads you can't see. If you look at the download stats for each file you'll still see them. Unfortunately as PHP hands off to xSendFile there's no way to know if the file is still being downloaded.
  15. adam

    YetiShare v4.3 Beta Bug Tracker

    Thanks again for the feedback. I've just released a beta update which fixes most of these. It's also on the demo site. Unfortunately the drag and drop still only works on the left menu and this was the most important thing to fix. >>> This has been added to the latest beta release. So you can...
  16. adam

    YetiShare v4.3 Beta Bug Tracker

    Yes they should be, apart from the media converter and archive plugin.
  17. adam

    Suggestion of improvement next update

    There's a lot of RFCs and not enough time for them all unfortunately. If others +1 your suggestions they'll get more interest. They've not be declined though so they may appear in the next release.
  18. adam

    YetiShare v4.3 Beta Bug Tracker

    No you can put the converters on any servers you want. So they can exist on their own dedicated servers away from the file storage if you want. The converter script will grab the file to be converted from the file server, convert it and transfer it back.
  19. adam

    YetiShare v4.3 Beta Bug Tracker

    They'll be part of the final release. Thanks for all the feedback so far, we'll be working over these next week when we're back in the office. :)
  20. adam

    Error : Database Table Sessions - YS Challenge

    No problem I was just going to explain it further then saw your update. The stuff in the sessions that was taking up room was the plugin & theme 'cache'. It's been moved into a separate cache in just one place, instead of every single user session. So it should be a lot more efficient now...