Search results

  1. adam

    60 second delay

    Duplicate - http://forum.mfscripts.com/viewtopic.php?f=20&t=1253
  2. adam

    ImageViewer Plugin - Just learnt no EXIF data!

    Why don't you just suggest the idea instead of having a rant?? It gives us A LOT more motivation to actually add the functionality...
  3. adam

    ImageViewer Plugin - Just learnt it uses its own /cache/ ???

    Re: ImageViewer Plugin - Just learnt it uses its own /cache/ Because the /cache/ folder was added after the image viewer plugin... no big deal really. Noted your recommendation to merge the 2.
  4. adam

    ftp plugin error accent

    We're testing this today...
  5. adam

    Media Converter bigger than 1GB

    It may be the convert.php script running out of available memory for large files. If you have any server logs try to find them and check for errors. Alternatively test by adding this: ini_set('memory_limit','1024M'); to: /plugins/mediaconverter/converter/convert.php
  6. adam

    FILE TYPES, FIX CASE SENSITIVITY doc DOC DOc Doc dOc dOC doC

    Re: FILE TYPE is NOT Case Insensitive! It IS case insensitive. Just tried on our dev site.
  7. adam

    Bits, Bytes, Kilo, Mega, Giga, Terra... Too many numbers! :O

    Re: Bits, Bytes, Kilo, Mega, Giga, Terra... Too many numbers Just type into Google - "Convert 1GB to bytes". Simple. :)
  8. adam

    Change 60 second count-down?? ?? (Download Page Template) :(

    Re: Change the 60 seconds count-down? Settings Disorganised! Long posts, but I'll do my best help... A) It's in Manage Download Page section. B) Each setting has a description, you don't need to rely on the key... I'm not sure how we could improve this? C) Still pretty readable. Clicking the...
  9. adam

    Display Date Created/Updated/Modified on File Page

    As above. Or submit it to the RFCs and it'll be reviewed for the next release.
  10. adam

    Display Date Created/Updated/Modified on File Page

    You get the full source code to just edit the page as you need. Have a look in the 'files' table in the database for the fields.
  11. adam

    why ?

    PS - Can you use a more detailed subject when creating forum posts. 'Why ?' isn't the most descriptive... :)
  12. adam

    why ?

    It pauses while it prepares the next chunk. The upload is done in chunks of 5MB. You shouldn't really notice it though, it won't stop for long.
  13. adam

    doc viewer

    This is also updated in the release plugin code now.
  14. 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...
  15. 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.
  16. 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();
  17. adam

    ImageViewer Error

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

    error plugin ftp

    Make sure you've uploaded all the includes files. Specifically includes/class.plugin.php
  19. 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...
  20. adam

    mediaplayer erreur jquery

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