Search results

  1. Y

    Upload to big

    Shared hosting?
  2. Y

    Upload to big

    Did you restart apache after editing php.ini? Everytime you edit *.ini/*.cnf/etc files you need to restart apache to read the new settings
  3. Y

    Upload to big

    Edit php.ini and set it to however many megabytes you want Example upload_max_filesize =1000M post_max_size = 1000M
  4. Y

    hosting help

    I would not use a vps unless you are only planning on using a closed system. Where you decide who joins because your hdd space can fill up very quickly. I have had the script for only 2 months and have already used 1200GB of HDD space.
  5. Y

    Downloadlink error

    You have to enable mod_rewrite in the php.ini file and restart apache. .htaccess is uploaded to your sites root directory (Where index.php and _config.inc.php are).
  6. Y

    Downloadlink error

    Have you got mod_rewrite enabled?
  7. Y

    Turn off SFTP Server for use FTP??

    If you use pure-ftp you can do this SSH into your server type the following pico /etc/pure-ftpd.conf Find the following # This option can accept three values : # 0 : disable SSL/TLS encryption layer (default). # 1 : accept both traditional and encrypted sessions. # 2 : refuse connections...
  8. Y

    Server load

    It was a 600mb .avi file, but the same happens on a 50mb file No modifications to the file_download.php file It happened with a free account initially, and when I tested it, it did exactly the same with the admin account. When downloading with the admin account it used to be instant download...
  9. Y

    kimsufi good enough?

    I use www.leaseweb.nl but looking for something cheaper who can offer more than 5 IP addresses
  10. Y

    Server load

    I had a warning from the server last night about "Excessive resource usage". Time: Sat Mar 23 20:57:58 2013 +0000 Account: xxxxxxxx Resource: Virtual Memory Size Exceeded: 412 > 400 (MB) Executable: /usr/bin/php Command Line: /usr/bin/php...
  11. Y

    Any way to make upload processed at different sub-domain?

    Re: Any way to make upload processed at different sub-domain The multi server/sub domain thing has been requested in the rfc forum, ie; upload to http://server23.domain.com even though you are uploading from www.domain.com therefore actually using the cpu/ram/etc on the other server keeping...
  12. Y

    I pay for fixing the problem with my server

    Do you use WHM/cPanel?
  13. Y

    I pay for fixing the problem with my server

    Turn sftp off on the server
  14. Y

    File server Problem

    Easiest way to use optional TLS support If you have cPanel/WHM and change the FTP Server Settings Log in to WHM Service Configuration FTP Server Configuration TLS Encryption Support > Select Optional > Save Password strength Log in to WHM Security Center Password Strength Configuration FTP...
  15. Y

    File server Problem

    I don't think the script supports sftp at the moment because I think it would require libssh2 being compiled into php for the php function ssh2_connect(); to work. A work around could be: You could set the ftp server to use optional TLS Encryption Support, and use strong 12-18 character...
  16. Y

    Add additional functions to class.database.php

    Adam, :D Can you add a couple of extra functions in the class.database.php file for the next release so we can have $db->numFields() ====> mysql_num_fields() $db->fetchRow() ====> mysql_fetch_row() Thanks very muchly :D :lol: :D :D