**** " . date(d."/".m."/"."Y") . " " . date(H.":".i) . " ****";
while ((file_exists($file_log)) && (! is_writable($file_log)) && ($try_count < 200))
{ usleep(100000); $try_count++; }
$fp = fopen($file_log, "a");
fputs($fp, "\n");
fputs($fp, $text_log);
fclose($fp);
}
catch (Exception $exc) { echo '' . $exc->getMessage() . '
'; }
echo 'If your download does not start automatically within 5 seconds, please click here to manually download the file.
';
echo '
';
echo '
';
echo '';
}
else if ($is_valid)
{
echo 'File to download ' . $file_to_download . ' does not exist !
';
echo '
';
echo '
';
}
?>