souhunter
Fri 22 August 2008, 01:44 pm GMT +0200
Hello, was using the script and I have some problems.
I have some large files on the site, the script to work properly, exactly where I can implement the code: set_time_limit (0);?
It may be as below? in dl.php:
$ DL = true;
)
if ($ dl) (
set_time_limit (0);
are correct?
Another problem is that when the script directly access the browser eg www.mysite.com/dl.php he asks to save it, putting at risk my data source and the code of the script, how to fix it?
Thanks.
I have some large files on the site, the script to work properly, exactly where I can implement the code: set_time_limit (0);?
It may be as below? in dl.php:
$ DL = true;
)
if ($ dl) (
set_time_limit (0);
are correct?
Another problem is that when the script directly access the browser eg www.mysite.com/dl.php he asks to save it, putting at risk my data source and the code of the script, how to fix it?
Thanks.