<?php
// maximum execution time in seconds
set_time_limit (24 * 60 * 60);
//if (!isset($_POST['submit'])) die();
// folder to save downloaded files to. must end with slash
...
$thread = DB::fetch_all("SELECT * FROM ".DB::table('forum_thread')." ORDER BY tid DESC");
// 创建一个DOMDocument对象
$dom = new DOMDocument("1.0","utf-8");
header("Content-Ty...