1048576) { $filesize = round ($size/1048576, 2) . " Мб"; } else { $filesize = round ($size/1024, 2) . " Кб"; } $down = file('downloads/down.txt'); if($_GET['do'] and $_GET['do'] == 'download') { header('Content-Type: application/x-msdownload'); //header('Content-Type: application/x-zip-compressed'); header('Accept-Ranges: bytes'); header('Content-Length: ' . $size); header('Content-Disposition: attachment; filename="' . $name . '"' ); header('Pragma: no-cache'); readfile($file); $down[$key] = $down[$key] + 1; $down_file = fopen("downloads/down.txt", w); foreach($down as $i => $down_line){ if ($i == $key) { fwrite($down_file, "$down_line\n"); } else { fwrite($down_file, "$down_line"); } } fclose($down_file); } ?> Юридические расчеты - ЮристРасчет Expert
 
Программы для юристов

Юридические расчеты

Bookmark and Share

 

LegalCalc Expert (ЮристРасчет Expert)

 

Разработка бесплатных шаблонов

 

Обращайтесь по электронной почте.

 

 

 



Скриншоты