') . '>'; $database = $spooldir . '/articles-overview.db3'; $overview_dbh = overview_db_open($database); $overview_query = $overview_dbh->prepare('SELECT * FROM overview WHERE msgid=:messageid'); $overview_query->execute([ 'messageid' => $id ]); $found = 0; while ($row = $overview_query->fetch()) { $id = $row['number']; $group = $row['newsgroup']; $found = 1; break; } $overview_dbh = null; if ($found) { $newurl = 'article-flat.php?id=' . $id . '&group=' . $row['newsgroup'] . '#' . $id; header("Location: $newurl"); die(); } } $thread_show["replies"] = true; $thread_show["lastdate"] = false; $thread_show["threadsize"] = false; if (isset($frames_on) && $frames_on === true) { ?> header->subject); header("Last-Modified: " . date("r", $message->header->date)); $title .= ' - ' . $group . ' - ' . $subject; } include "head.inc"; throttle_hits($client_device); // has the user read-rights on this article? if ((function_exists("npreg_group_has_read_access") && ! npreg_group_has_read_access($group)) || (function_exists("npreg_group_is_visible") && ! npreg_group_is_visible($group))) { die("access denied"); } echo '
'; echo ''; echo ' | '; echo '