$popularreply=$DB_site->query_first("SELECT * FROM thread ORDER by replycount DESC LIMIT 1");
$popularview=$DB_site->query_first("SELECT * FROM thread ORDER by views DESC LIMIT 1");