Search results

  1. E

    Error when try to upload files

    Check the post_max_size in the php.ini
  2. E

    Better buffer management

    More than 60%. In this moment my server is using 8% cpu and 600mbps.
  3. E

    Better buffer management

    Hello. I notice that the current file.class.php reads the file using $buffer = fgets($handle, 4096) and calculate a usleep time in each loop to control the download speed. With this setup I'm consuming 10% processing power for each 100mbps on a xeon E5-1650v2. It's too much for such a simple...
  4. E

    Handling sudden large traffic

    I guess you can use storage box as network drives but be aware that the latency will be high.
  5. E

    Handling sudden large traffic

    Replication and roundrobin dns will be overcomplicated and it may create several other issues with this script. I will probably not work using only rsync. Some datacenters offer external storage boxes. You could order a large storage box and use it to store the files via ftp. You would need to...
  6. E

    need to change your link and remove html?

    http://lmgtfy.com/?q=nginx+rewrite+rules :D
  7. E

    Yetishare Admin Area Messed Up After Reboot

    Change your tables to innodb to afoid table corruption.
  8. E

    Handling sudden large traffic

    My suggestions are in several posts in the RFC forum. I don't have the links right now. The peak usage of one of my servers was 700 connections. The processor usage was in 50% (xeon, 6 cores) and 5gb of ram usage. Those 700 connections was using 750mbps.
  9. E

    Improvements on the zip feature

    Hello Here are some ideas to improve the zip feature: - The final zip file could be added as a new file in the users account. - Currently the ajax request to zip files is sent to the main server and the main server downloads all the files and compact them. This could overload the main server...
  10. E

    Copy file via command line

    I seems that you don't know the basics of php. I recommend hiring a freelancer to do the job.
  11. E

    New Leech Plugin

    Those scripts will only work if you download few files a day. They are not scalable, don't manage multiple ips, multiple accounts and max number of links/gb downloaded in each account/ip. As your site grows, your accounts will get banned. Plowshare has similar problems, but it's much more easy...
  12. E

    Leech Plugin download speeds?

    Good enough to get your account banned from many file hosts :)
  13. E

    Copy file via command line

    account_copy_file.php in the /core/page I guess.
  14. E

    How to make Copy Files form?

    There is already a function to copy file from another users in the script. There are also other topics here in the forum regarding this. Make a quick search and you will find them.
  15. E

    How to make Copy Files form?

    Copy files from another users or from another sites?
  16. E

    Anyone needing a storage server?

    Right now I have an E5-1650v2 with 128gb ecc ram. Hardware raid 6 with sata3 drives, hotswap, enterprise class.
  17. E

    [URGENT] WHM Server High Load Average - More than 500

    Lots of people recommending nginx without knowing the problem. Nginx is only better in serving static files. For php scripts apache and nginx have similar performance. Using nginx in this case will only help if this 500 server load is caused by apache serving static files. And cpanel makes you...
  18. E

    How can I transfer data from 4 file servers to 2 file server?

    Dont forget to change the chmod or change the owner of the files that you transferred. If you transfer the files as root the php script won't be able to delete them.
  19. E

    Best hosting and server setup

    Then you are not using your cpu completely. If you have 16 videos to convert you are wasting 15% of cpu time.
  20. E

    download corupeted probleme

    Your php script is probably being terminated during the download.