Search results

  1. C

    Converter for files 2GB and above

    ever figure out the cause?
  2. C

    Using Google Drive as Fileserver

    No change Google would ever allow that.
  3. C

    Converter for files 2GB and above

    So I setup another server for streaming. Everything works well except the converter for files 2GB and above. Even 1MB below 2GB is fine. Problem is, it just sits at getting file conents: # php /home/path/to/converter/plugins/mediaconverter/converter/convert.php Found 1 pending conversion, id...
  4. C

    Warning: Do not use the PAYPAL payment

    No warning needed. Everyone already knows this lol
  5. C

    Download take a long time to start

    Have you enabled X-Accel-Redirect for nginx? I really know very little about nginx, so I can't be of much assistance. https://support.mfscripts.com/p/kb_view/2/
  6. C

    Normal uploads fail before attempt. Remote works

    I'm setting up another file server, but I'm missing something. php values are all correct I believe. Max upload size is more than enough, but normal file uploads skip right to 100% and just show a white screen where it normally gives you the link. Remote works correctly. This is an apache...
  7. C

    Mcypt functions not found within PHP problem.

    ha I thought you didn't understand what needed to be done. You should have just said how do I install this. You seemed confused on what you needed like you didn't know mcrypt was something to install.
  8. C

    libapache2-mod-xsendfile

    Did you find a fix for this? Downloading a file works, but streaming does not.
  9. C

    Mcypt functions not found within PHP problem.

    Just install mcrypt. It's included in EasyApache if you're on a cPanel server. If not, just google how to install mcrypt.
  10. C

    nginx config

    hmmm so had the wrong rules. They were changed after the first release of v4 user nginx; # The number of worker processes is changed automatically by CustomBuild, according to the number of CPU cores, if it's set to "1" worker_processes 20; pid /var/run/nginx.pid; #error_log...
  11. C

    Remote URL Upload treat my user as non-login user

    Re: Unavailable. Error: Uploading has been disabled. Users keep getting logged out during uploads 1. Try disabling the account sharing option in your Yetishare configuration page 2. OR try setting “The amount of time a user can be inactive before their session will expire. In seconds. Default...
  12. C

    How to put ads on video player?

    You have to be on their highest paid package to use that. It's not realistic for most.
  13. C

    upload file not add queue into table plugin_mediaconverter_q

    Re: upload file not add queue into table plugin_mediaconvert Line 74 of convert.php on the file server in the converter plugin needs to be uncommented and filled out for the file server info. Line 60 needs the main site database info as well. In the converter plugin in the admin section you...
  14. C

    nginx config

    hmmm...i have nothing like that file. All the nginx files are in /ect/nginx
  15. C

    nginx config

    I've setup an nginx file server recently. Went to add it and ran a test in the file server tab. It's asking for .htaccess/mod_rewrite support. I've added the rules to the nginx.config which should be alright, but it still errors out there and won't take uploads. user nginx; # The number of...
  16. C

    Memory Size for a VPS Server ?

    Depends on the traffic and what you're offering. You could probably start with a main site with only 2 - 3GB and be just fine for a while with the main site and database hosted on the same server. 16GB on a file server would be enough too. If you're expecting a lot of traffic, add more to the...
  17. C

    [Error Msg] => Allowed memory size

    Neither. Unlimited = no. Online isn't famous for tech support. You might want a managed server. Check webhostingtalk.com offers
  18. C

    [Error Msg] => Allowed memory size

    Move hosts. Get off shared. Take running a file host serious. If you do not have the funds, save first. Even if they did change it, you will not be allowed to push traffic or uploads. Once you do anything you will be suspended.
  19. C

    [Error Msg] => Allowed memory size

    I think you're SOL. Set the max upload much lower (512 MB) and wait to be shut down (if you're on shared). Check the "Recommend Hosting Providers - Who do you use?" thread and get yourself a VPS or dedicated server if you're on shared. If you're not on shared, change your php.ini file to...
  20. C

    V4 Multi-Problems

    Take >> /dev/null 2>&1 off the cron and make sure the php files are 755 or 777. Then run them. Make sure the paths are correct too. Some of the plugins will show your path in the footer....like the media converter. So just double check them. Run process_file_queue.cron.php from the file servers...