Search results

  1. adam

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

    Re: FILE TYPES, FIX CASE SENSITIVITY doc DOC DOc Doc dOc dOC Yes the extension error first. So the error is before you click upload though? I.e. just when you attach the file. Or a response from the server after attempting the upload?
  2. adam

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

    Re: FILE TYPES, FIX CASE SENSITIVITY doc DOC DOc Doc dOc dOC I'd be interested in fixing this one but I need to replicate it first. I can't replicate it in Windows 7 on IE, FF or Chrome. Could you tell me what you used (on desktop) and I'll try again?
  3. adam

    Adsense compatible ?

    Hi, There's no blanket ban from what I'm aware of. Although they do monitor quite closely for breeches of their terms such as advertising on illegal or copyrighted content. From what I understand you get a number of warnings first. Adam.
  4. adam

    plugin payement wall

    From what I read online they starting removing file hosts from using paymentwall last year. I'd recommend asking paymentwall directly for clarification.
  5. adam

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

    Re: Change 60 second count-down?? ?? (Download Page Template Hi, default_email_address_from - this will be fixed on the next release. Ensure they match for now. site_admin_email - this is used for receiving system notifications to admin. download page issues - we'll investigate this. In the...
  6. adam

    Bits & Bytes

    Hi, 1MB = 1048576. As I mentioned before, typing this into Google tells you the bytes amount: convert 1mb to bytes or convert 50mb to bytes or convert 1gb to bytes etc
  7. adam

    Typo [File Server]

    Fixed "User" to "Use" in the coming release.
  8. adam

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

    Re: Bits, Bytes, Kilo, Mega, Giga, Terra... Too many numbers Not really. I don't get what the issue is using bytes, it's more flexible if anything. I haven't had anyone else say it's an problem. The dev time is far better spent in other places like adding new functionality to the script.
  9. adam

    60 second delay

    Duplicate - http://forum.mfscripts.com/viewtopic.php?f=20&t=1253
  10. 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...
  11. 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.
  12. adam

    ftp plugin error accent

    We're testing this today...
  13. 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
  14. 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.
  15. 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. :)
  16. 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...
  17. 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.
  18. 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.
  19. adam

    why ?

    PS - Can you use a more detailed subject when creating forum posts. 'Why ?' isn't the most descriptive... :)
  20. 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.