Search results

  1. L

    integration with PayPal

    It does it automatically/ after a payment has been made.
  2. L

    Bug: Android devices do not download complete file

    I did some more digging and found this post: http://e2b.org/B It's a "Dolphin browser" bug :-(
  3. L

    Registration Issue

    I wished that this forum has an edit option so that I can edit my post to fix my typing errors.
  4. L

    Registration Issue

    If you have access to the log files, have a look at it. It might tell you what could be wrong. The SMTP settings are the one that you also use for your normal email client. So if you do have email with your hoster use that info. Also. Some "free" email accounts (like Gmail/Hotmail) are...
  5. L

    Bug: Android devices do not download complete file

    Okay. After some more testing with Android devices I discovered that the problem is only with the standard Android browser named Dolphin browser. When clicking the download link (after countdown) it downloads the "countdown" page again. The funny thing is that it saves it as the correct...
  6. L

    Just bought it and can't install.

    Have a look here: http://e2b.org/y Basically you need to change some settings in the correct php.ini file
  7. L

    Bug: Android devices do not download complete file

    Error.. I thought that I fixed it, but still no joy :-( It's for files with the extention .apk, and it's only a problem when users are trying to download the file with an Android OS system Basicaly the file does not download completely, causing it to give an errer when trying to install...
  8. L

    Just bought it and can't install.

    Eric, I'm not a person who works for MFScripts, but maybe I can help you this way. 1st of all, what did you try to do to install the script? What error(s) are you having? ie: Are you having problems "uploading" the script to the server? Are you having problems "import" the database?
  9. L

    Bug: Android devices do not download complete file

    Okay. I found the problem. The files causing the error were .APK files. All that was needed to fix this problem was to add: 'apk' => 'application/vnd.android.package-archive', to the functions.inc.php file
  10. 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...
  11. 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...
  12. L

    very small bug - onClick="showTerms();

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

    Upload larger than 50MB failed

    Are you "editing" the correct php.ini file? IE: My own server (Debian Squeeze) does have 3 different php,ini files: /etc/php5/apache2/php.ini /etc/php5/cgi/php.ini /etc/php5/cli/php.ini I can run websites in 3 different modes! To liste the php.ini file that you are using use the...
  14. L

    Upload larger than 50MB failed

    Did you also go to yoursite.tld/admin/settings.php , aAnd changed the "The max upload filesize for premium users (in bytes)" to: 1048576000 I'm not sure if this is needed, but did you also restart Apache to make it re-read the php.ini file? If so, and it still does not work, you should...
  15. L

    Upload larger than 50MB failed

    Some server setups do not read the php.ini file from the web dir. In that case you will need to edit the servers php.ini file, and set the max sizes. If you have access to the "main" php.ini try setting the following values. upload_max_filesize = "500M" post_max_size = "500M"
  16. 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?
  17. L

    Download problem

    Who are the files owned (chown) to, and what is the files permission (chmod) set to?
  18. L

    Download problem

    Did you also try when the FTP client was in PASSIVE mode? If that works, it's probably a firewall issue.
  19. L

    File Hosting Script

    - a MIME type check (to stop users changing file extensions) - Better theaming options. - an Off-line option (for when doing maintenance)
  20. L

    Creating my own theme

    Thank you for the info. I'm going to have a look at theming it, but it does not look as easy as I thought it would be. Just creating a "Site template theme" will not do the job :-(