Tor, в файле download.php в конце
echo $out;
$res = mysql_fetch_assoc(mysql_query("SELECT * FROM `library_texts` WHERE `id`=" . $id));
header('Content-Type: application/octet-stream');
header('Content-Description: inline; File Transfer');
header('Content-Disposition: attachment; filename="' . functions::checkout($res['name']) . '_'.$_SERVER['SERVER_NAME'].'.' . $type . '";', false);
header('Content-Transfer-Encoding: binary');
header('Content-Length: ' . ob_get_length());
ob_flush();
flush();и будет названиестатьи_названиесайта.txt