Search results

  1. adam

    3.5.1 Beta to 3.5.1 Gold

    No there's no sql changes between 3.5.1 beta to final. Yes I think curl is required on all servers, it's needed for remote downloads.
  2. adam

    New member register not send email

    Some hosts don't allow php sending for email. You'll need to configure smtp.
  3. adam

    Active Downloads Not Showing

    They are both related. You need to set 'downloads_track_current_downloads' = 'yes' in the site settings.
  4. adam

    Bug with Translation

    The %22 value is an encoded double quote ". So there's an extra quote being generated somewhere. Did you edit it via the admin area or export/import the translations?
  5. adam

    FileSize

    It's listed in the settings settings area under free user settings. Look for max upload filesize.
  6. adam

    Bug with Translation

    So is it happening to all translations or just the login one?
  7. adam

    Bug with Translation

    Are the links added to the source code or when you load them directly?
  8. adam

    FileSize

    Hi, This is the maximum permitted upload size per file, not a storage limit. Regards, Adam.
  9. adam

    YetiShare v3.5.1 Final - Now Available!

    Hi all, We've fixed any issues as a result of the beta stage and released the v3.5.1 final of YetiShare. Thanks for everyone that contributed with feedback. If you login (and still within support) you'll see the link to download v3.5.1 along with any updated plugins. As with any release, make...
  10. adam

    v3.5.1 beta - Report Bugs or Issues Here

    The delete issue should be fixed now. It'll be in the release later today. To patch it you can remove these lines from delete_file.php, they're not required any more: // make sure we're on the correct server for deletes if($file->getFullShortUrl(true) != $file->getFullShortUrl()) {...
  11. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks for reporting. Fix for the final release due later today.
  12. adam

    Download Manager

    Free Download Manager and JDownloader will work if you click through the website first. So clicking on the download link in a browser prompts the download via FDM. The direct method with username and password only work in download managers which support http auth, which FDM doesn't by the looks...
  13. adam

    v3.5.1 beta - Report Bugs or Issues Here

    This isn't a timed download page. So the image at the bottom is just a link to the next page/download. I would create a page before this which doesn't have a counter, then it loads this one that starts the counter automatically. You can chain the pages together. Alternatively you should be...
  14. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks, I'll fix today.
  15. adam

    v3.5.1 beta - Report Bugs or Issues Here

    No shouting in the forum please. The beta is only for testing. If you're not happy with something, revert to a previous release. Can you be clear. Are you still having problems with deleting files on remote servers? What is the code you posted for?
  16. adam

    Image Viewer Error after upgrade

    It should be fixed now. It was failing the check for the download token. It's improved in the next beta release so I've fixed it with that code. I'd recommend upgrading when it comes out of beta later this week.
  17. adam

    Image Viewer Error after upgrade

    Thanks, I'll take a look. You need to also update the version number manually in _config.inc.php and it'll show correctly in the admin area.
  18. adam

    Image Viewer Error after upgrade

    Just confirming... you did the 3.5 plugin aswell as the 3.5 core? If so, send me temp access to the site via the contact form above and I'll take a look for you. I'll need script admin and FTP access to debug it.
  19. adam

    v3.5.1 beta - Report Bugs or Issues Here

    If this the '_config.inc.php' file link when adding a file server? Try reloading then clicking edit and selecting the file again, it should automatically populate with the correct information.
  20. adam

    v3.5.1 beta - Report Bugs or Issues Here

    @all: Update done todat to fix an issue with stats not logging when file uploaded by anon user. File changed in beta: - \includes\class.file.php