Search results

  1. adam

    YetiShare v4.3 Beta Now Available!

    Hi all, The beta for YetiShare v4.3 is available for download via your yetishare.com account. For more information see our blog...
  2. adam

    YetiShare v4.3 Beta Bug Tracker

    Hi all, Please use this thread to post any issues you've spotted with the latest YetiShare v3.4 beta release. Full info on this release on our blog: -...
  3. adam

    Error : Database Table Sessions - YS Challenge

    Hi all, This is indeed resolved in v4.3. The plugin & theme config cache has been moved elsewhere so it's not set in the session for every entry. In our dev server we've gone from around 65k in each session record down to around 1k. We've also reduced the clean up time for sessions in the...
  4. adam

    [ADDED][v4.3] resellers tab in account home doesnt have an icon image to its left

    Re: resellers tab in account home doesnt have an icon image to its left The css for this is part of the main code so not in the current release. It's added for v4.3.
  5. adam

    [ADDED][v4.3] persistent account_home toolbar

    Re: persistent account_home toolbar This is also fixed for the next v4.3 release.
  6. adam

    [ADDED][v4.3] adding nested folders

    Re: adding nested folders Adding a folder in the next release will revert into the actual folder itself now. Thanks, Adam.
  7. adam

    [ADDED][v4.3] non flash copy all links and copy link button in the file details popup

    Re: non flash copy all links and copy link button in the file details popup This has been improved for v4.3. We've added a new library which will only use Flash as a fallback. Most modern browsers are adding native support.
  8. adam

    [ADDED][v4.3] folders with longer name hover over

    Re: folders with longer name hover over Hi, I've fixed this for the next release. Thanks, Adam.
  9. adam

    IP list outdated

    Hi, Just to let you know that we've updated this functionality for the next release. The release will include a PHP script that takes the data from http://software77.net/geo-ip/ and converts it into the php class files within \core\includes\ip_to_country\, so you can update the data as you...
  10. adam

    Installation Problems

    Hi, You will need to contact us with your purchase code so we can upgrade your forum account. In the mean time, feel free to raise a support ticket if we've not already resolved this. Thanks, Adam.
  11. adam

    Question about Media Converter Plugin

    Unfortunately not, it would need to be on the latest release code.
  12. adam

    [subject renamed] Guessing Folder Names

    Re: [renamed] Folder Names Hi mastern, It's not exactly a "security issue". If you don't want stats or folders to be public, just set them as private. Guessing the url wont make a difference in this instance. As paypal1352 says, we'll have hashing soon so you'll have the option to securely...
  13. adam

    whats happening with fhscript demo anyway

    Guys, As Simon mentioned, it wasn't locked down back into 'demo mode'. So someone logged in, deleted all the files and changed the site name & some translations. It was far from hacked, so don't worry. As Simon said above, blame him ;) Thanks, Adam.
  14. adam

    Question about Media Converter Plugin

    Not at the moment, although I've considered adding the option for a while (just limited on dev time!). If you go ahead and purchase I'll schedule in the work to do it. So there'll be an option in the plugin settings to only capture the screen shot.
  15. adam

    voucher plugin failing to auto update users

    If you can supply the version of the script you're using that will also help track down the issue. I've just re-tested it on our dev copy and a free user was upgraded to paid fine. I'll take a closer look though if you can send me access via the ticketing system.
  16. adam

    voucher plugin failing to auto update users

    Can you raise a support ticket with more information please. Something like this is better for the ticketing system rather than the forum.
  17. adam

    php7 support

    Hi, Out of interest did you try it? Do you know what kind of errors you were getting? I'll setup a virtual machine with PHP7 on for some testing here. Thanks, Adam.
  18. adam

    sessions in mysql table

    Yeah I think the first thing is to reduce the amount being stored in the session, or at least the volume of session data. Memcache would be a great option but I'm not sure how many people would utilise it.