Search results

  1. adam

    API for yetishare

    We do have an API on the list of todos, but it's not something planned for the next few releases. There's the basics of an api there, but it's really for internal use (file moves between servers). It could be expanded by another developer into a full api though.
  2. adam

    how to export language translation

    Hi, There's an export button in the admin area, configuration, then translations. :) Thanks, Adam.
  3. adam

    Ftp server problem

    Hi, With FTP upload the script receives the file via your web server, then it is transferred into FTP storage. So for large files you may notice it wait after upload, while the transfer is done. Can you try with a smaller file, like 10MB and see if it runs quicker? Thanks, Adam.
  4. adam

    [ACCEPTED] Clone file links upload

    Re: Clone file links upload It's entirely possible, the issue comes when calculating the hash. For large files it can take a huge amount of time if done in the clients browser. The script already wont store duplicate files, so storage isn't the benefit of this, bandwidth usage would be though...
  5. adam

    [ACCEPTED v4.4] JW Player 7.0 upgrade

    Re: JW Player 7.0 upgrade We'll take a look at whether we can upgrade to this for the next release. I believe this is a paid only feature within jwPlayer.
  6. adam

    Upgrade question

    The diff file is now part of the v4.2 release code, also attached.
  7. adam

    [ADDED][v4.3] ability to blacklist a file hash

    Re: ability to blacklist a file hash I'll set this to accepted as we've been thinking about this for a while and it should be relatively straight forward to build in. I'll aim to include it in the next release.
  8. adam

    [RESOLVED] Account lock doesnt work in 4.2

    Re: Account lock doesnt work in 4.2 Another issue:: If someone logs into the website using social media (i tried facebook n twitter), they dont see the full page, They only see until the "Confirm Password" box and nothing underneath it (Account avatar and Update Account button) This is also...
  9. adam

    [RESOLVED] Account lock doesnt work in 4.2

    Re: Account lock doesnt work in 4.2 I've fixed the issue with the account lock. It's patched into the latest release but it'll form part of the next release notes for v4.2.1. You can patch it in by uploading the attached file into \core\includes\
  10. adam

    Upgrade question

    This is part of the theme code in the latest release so you'll need to manually copy over the new files and changes to the partial/_header & _footer. I'm working on the changes file for the release now so you can use this to see what code has changed. I'll update here when it's available.
  11. adam

    [RESOLVED] minutes and seconds are undefined

    Re: minutes and seconds are undefined You will be informed when it forms part of the next release. These fixes naturally form part of the 4.2.1 release code however they're sometimes patched into the current release so people don't have to wait. Thanks, Adam.
  12. adam

    New Forum for Pre-Sales

    Now non members can register for certain parts of our forum directly, feel free to ask any pre-sales questions here. We pro-actively monitor these forums so we'll respond asap. :)
  13. adam

    [RESOLVED] Account lock doesnt work in 4.2

    Re: Account lock doesnt work in 4.2 Hi Sukman, Is this with the latest 'flow' theme? Thanks, Adam.
  14. adam

    forgot_password Bug

    This user illegally downloaded the script. We're in the process of having his site taken offline. (he was stupid enough to include it as sukhman picked up! :lol: ) Thread locked.
  15. adam

    'downloads_track_current_downloads' where to find?

    Hi, It's within the admin area, site settings. Just search for 'downloads_track_current_downloads' and you'll see it. Thanks, Adam.
  16. adam

    Can't Upload

    I think this was resolved via the ticketing system. For anyone else, this was because the sql patch hadn't been applied to the database. \install\resources\upgrade_sql_statements\v4.1.1 - v4.2.sql
  17. adam

    Protects the file .htaccess

    As enricodias4654 says, you don't need the .htaccess on Nginx, just remove it. Although I'll also add the blocking code to our Nginx rules to keep it tidy.
  18. adam

    Upgrade question

    Hi, If you do custom changes to the core theme I'd recommend copying it in the themes folder so it's managed separately from 'flow'. To copy: - In 'themes/' copy and paste 'flow' folder and it's contents. - Rename to whatever you want to call it, i.e. 'flowcustom'. - Rename...
  19. adam

    [RESOLVED] minutes and seconds are undefined

    Re: minutes and seconds are undefined Hey all, This is fixed in the latest v4.2 release. Just re-download and upload /core/includes/translate.class.php to your servers. Thanks, Adam.
  20. adam

    YetiShare v4.2 Now Available! Huge Performance Improvements - 3xFaster than v4.1.1!

    Hi all, We've today officially released v4.2 of YetiShare, our file hosting script. The focus on this release has mainly been about script performance. We've managed to get page load times down to 0.06 seconds, nearly 3 times faster than v4.1.1! We've also reduced the amount of database...