Search results

  1. adam

    translation

    These are part of the site_config table so not in the translations section. You could update the table directly if you have just 1 language to translate it into.
  2. adam

    Active Downloads Not Showing

    Did you upgrade or do a fresh install? I'm not aware of any issues with the settings so if you did an upgrade I'd recommend checking all these: - The files are up to date with the ones in v3.5.1. Double check the core files in includes/. - You've applied all the database patches in order from...
  3. adam

    blank page when accessing a nonexistent file

    It returns a 404 error on the page, which is the correct behaviour if a file doesn't exist. You can amend it by looking at around line 17 of file_download.php. There's a redirect you can comment out if you want it going to the index page or elsewhere: if (!$file) { output404()...
  4. adam

    Pay Per View

    Sorry I don't understand your question?
  5. adam

    WordPress

    No sorry.
  6. adam

    Pay Per View (PPV) Earnings

    This is not possible in the core code. You can submit it as an RFC and it'll be looked at for the next release.
  7. adam

    Technical Support ?

    We don't have any outstanding emails from you, if you think otherwise please provide the dates/times of your emails. As per the rules of this forum: "These forums are for community based support. In the situation that any user requires urgent support, they will need to contact our support...
  8. adam

    Accent

    Thanks for the feedback. I've set this as standard for the next release, utf-8 covers most of the characters people use.
  9. 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.
  10. adam

    New member register not send email

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

    Active Downloads Not Showing

    They are both related. You need to set 'downloads_track_current_downloads' = 'yes' in the site settings.
  12. 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?
  13. adam

    FileSize

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

    Bug with Translation

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

    Bug with Translation

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

    FileSize

    Hi, This is the maximum permitted upload size per file, not a storage limit. Regards, Adam.
  17. 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...
  18. 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()) {...
  19. adam

    v3.5.1 beta - Report Bugs or Issues Here

    Thanks for reporting. Fix for the final release due later today.
  20. 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...