Search results

  1. L

    Does it not need a cronjob? (delete old files)

    Interesting way of doing this, but does it not put extra stress on the server when the site get's really big, and lot's of users accessing?
  2. L

    IE anp Opera Problem

    re: The upload progress isn't supported in them browsers, you simply can not get the upload information. The best we do is increase the progress bar after each file completes on a multi-file upload. Sure it can be done. Have a look at http://e2b.org/h
  3. L

    Does it not need a cronjob? (delete old files)

    How does the script know the age of an uploaded file by Free/non accounts to be deleted? Normaly things like this is done by a "cronjob" that runs on a set time everyday. In the intall info it does not say anything about this, so I guess that it's done some other way.. but how???
  4. L

    Creating my own theme

    I would like to create my own theme. Am I allowed to install the script on a test server (not accessible by other users) to do all this testing / developing? It would really help in theming it!
  5. L

    Small typo in register.php

    I found a small typo in the registering email message. Open the file: register.php ( On line 81 you will see: old: $plainMsg .= "Your account on " . SITE_CONFIG_SITE_NAME . " has be created. Use the details below to login to your new account:\n\n"; new: $plainMsg .= "Your account...
  6. L

    How safe is the script?

    Hi Adam, Thank you for the update. Till now the script looks great! I've even added some extra code to generate a QRcode link to the download page for the file in question. Some small things that I've discovered what could be improved. 1 - The admin area does not work correct in IE9...
  7. L

    How safe is the script?

    Hi all, I've just bought the script, and before I start insralling it on my server I would like to know if (in the past) there were any scripting exploits? In the description I can read that the script has been tested agains XXS and SQL injection attacks. Also.. How quick is MFScripts...