Search results

  1. adam

    Direct server types not working

    Did you fix this? If not please provide more information on how direct server types are not working.
  2. adam

    no picture of the video media converter

    Hi, Are the video thumbnails working in the file manager?
  3. adam

    Right to Left language

    Hi, You'll need to change the theme to support rtl. Changing the html css style like this should get it started: In /themes/blue_v2/styles/screen.css find: html, body { Add to the section: direction: rtl; This wont automatically make everything work, it'll make forms, tables etc work from...
  4. adam

    New member register not send email

    Did you try smtp? There's a test email script in the code you can use. Open up test_email.php for editing, remove line 2: die(); Replace [email protected] with your email address. Save and re-upload the file. Load it in a browser window. You should see some errors if smtp is failing.
  5. adam

    blank page when accessing a nonexistent file

    That code wont work, it'll need to be like this: redirect(WEB_ROOT."/404.php");
  6. adam

    error download upload file serveur ftp

    Hi, Did you upload the root .htaccess file and is mod_rewrite enabled? You should be able to load urls with .html on the end like login.html, if mod_rewrite is working.
  7. adam

    Theme bug - Annoying

    The image paths haven't changed between versions, just replacing them with your own ones will work. If not look into permissions or ownership issues on your server.
  8. adam

    Y.S 3.5.1: Uploader freeze and Go! (Video HD)

    Re: Y.S 3.5.1: Uploader freeze and Go! Ok, please correspond any bugs via email from now on as per the forum rules. You can send them via the contact form at the top. Thanks, Adam.
  9. adam

    Y.S 3.5.1: Uploader freeze and Go! (Video HD)

    Re: Y.S 3.5.1: Uploader freeze and Go! It still works fine on our demo site with multiple files. The progress bar will likely go back if the section failed the upload. I'd recommend checking if your server is refusing the section for any reason or if your connection is dropping. You can use...
  10. adam

    Y.S 3.5.1: Uploader freeze and Go! (Video HD)

    Re: Y.S 3.5.1 Bug : Uploader freeze and Go! I've tested this on our demo site and I fail to see how it's a big issue. Especially why you'd loose customers over it? I'm not seeing the progress bar go backwards. The upload is done in chunks of 5MB so there will be a slight delay while it loads...
  11. adam

    Active Downloads Not Showing

    I guess this is kind of correct as the video is strictly a download. Although it should probably take it into account for free users. I'll take a look at for the next release.
  12. adam

    Active Downloads Not Showing

    Slightly different issue. What version of the code are you on?
  13. 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.
  14. 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...
  15. 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()...
  16. adam

    Pay Per View

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

    WordPress

    No sorry.
  18. 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.
  19. 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...
  20. 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.