Просмотр поста

.
ReaLs
Monstor (14.08.2011/23:44)
а мне можешь подсказать как сделать скрины так же
файл incfiles/func_down.php
ищи в нём где функция Вывод файла в ЗЦ строка примерно 93
else if ($format_file == 'thm' || $format_file == 'nth' || $format_file == '3gp' || $format_file == 'avi' || $format_file == 'mp4') {

и добовляй формат, чтоб было так
else if ($format_file == 'thm' || $format_file == 'nth' || $format_file == '3gp' || $format_file == 'avi' || $format_file == 'mp4' || $format_file == 'flv') {