Search results

  1. L

    My new site

    I've got PHP File Hostin Script running for some time now, and I needed something new. After changing an customizing a lot of stuff in the PHP File Hostin Script, I though why not code my own!! So. After some days of coding I finished my "own" PHP file hosting script :-) Please note...
  2. L

    Bug: Android devices do not download complete file

    All my Android users are having the same problem They do download the file from server, but not completely (they all get an pars error when trying to install) What php file is doing the actualy push to the client when downloading the file? I would like to have a look at it, and see if I...
  3. L

    Bug: Deprecated Directive: magic_quotes_gpc

    I'm seeing a lot of errors in my Apache error log. All errors' are: Deprecated Directive 'register_long_arrays' and Deprecated Directive 'magic_quotes_gpc' The 'magic_quotes_gpc' error can easely be fixed by "patching" functions.inc.php and master.inc.php, but I've no clue what...
  4. L

    very small bug - onClick="showTerms();

    Found a very small bug. Under "Register" when clicking 'register', it does not do the onClick="showTerms();
  5. L

    Admin panel's Top Referrers

    Does Top Referrers in the admin area work? All I'm seeing as referrers on any of the downloaded file from my server are from my own domain!. Should it not show the refferer where the link was posted?
  6. 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???
  7. 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!
  8. 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...
  9. 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...