Search results

  1. adam

    doc viewer

    This is also updated in the release plugin code now.
  2. adam

    doc viewer

    You can. The Google viewer was being treated as a free user though so the speed was limited. This meant larger files might not have been retrieved by Google quick enough. I've changed it today. Please redownload the plugin from your account area and reupload...
  3. adam

    google adsense not working

    This is likely a restriction on your server/web host blocking <script> tags in the post. Ask your host if they have mod_security (or similar) running and if disabling it fixes the problem.
  4. adam

    Disable Stats

    In includes/class.file.php find: // update stats $rs = Stats::track($this, $this->id); if ($rs) { $this->updateLastAccessed(); } replace with just: $this->updateLastAccessed();
  5. adam

    ImageViewer Error

    Yes it does. Please supply much more detailed information other than 'it does not work'!
  6. adam

    error plugin ftp

    Make sure you've uploaded all the includes files. Specifically includes/class.plugin.php
  7. adam

    no picture of the video media converter

    Yes I understand that but it uses the same image so if it's not working in the file manager then the problem is easier to figure out. I think you're saying you just want to show it in the media player though (as it doesn't already). The screenshots should be in...
  8. adam

    mediaplayer erreur jquery

    I don't see this in our dev copy, I assume it's resolved. Thanks for the feedback.
  9. adam

    Direct server types not working

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

    no picture of the video media converter

    Hi, Are the video thumbnails working in the file manager?
  11. 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...
  12. 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.
  13. adam

    blank page when accessing a nonexistent file

    That code wont work, it'll need to be like this: redirect(WEB_ROOT."/404.php");
  14. 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.
  15. 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.
  16. 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.
  17. 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...
  18. 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...
  19. 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.
  20. adam

    Active Downloads Not Showing

    Slightly different issue. What version of the code are you on?