Quote:
Originally Posted by Lizard King
I am keeping the security more important then downloads but is there a way to get this working ? If yes how can i do that ? I have a shared hosting and will it work with it ?
|
You change the cpu limit for your scripts by modifying the parameter max_execution_time in your php.ini file. By default, this tends to be set to 30 seconds.
The least cpu intensive way to provide downloads is to ensure that the files are on your server and to create the links by referring to them using the local file name, e.g as /dir/file.typ rather than as
http://site/dir/file.typ.