'; echo '

'; echo ''.basename(getcwd()).' / '; echo htmlspecialchars(group_display_name($group)).'

'; echo ''; // View Latest button if (isset($overboard) && ($overboard == true)) { echo ''; } if (!$CONFIG['readonly'] && (!function_exists("npreg_group_has_write_access") || npreg_group_has_write_access($group))) { // New Thread button echo ''; } // Search button echo ''; // Newsgroups button (hidden) if(isset($frames_on) && $frames_on === true) { echo ''; } // $ns=nntp_open($server,$port); flush(); $headers = thread_load($group); if($headers) { $article_count=count($headers); } if ($articles_per_page != 0) { if ((!isset($first)) || (!isset($last))) { if ($startpage=="first") { $first=1; $last=$articles_per_page; } else { $first=$article_count - (($article_count -1) % $articles_per_page); $last=$article_count; } } echo ''; } else { $first=0; $last=$article_count; } echo '
'; echo '
'; echo ''; echo ''; echo '
'; echo '
'; echo '
'; echo ''; echo ''; echo '
'; echo '
'; echo '
'; echo ''; echo ''; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo '
'; // Show the replies to an article in the thread view? if($thread_show["replies"]) { // yes, so the counting of the shown articles is very easy $pagecount=count($headers); } else { // oh no, the replies will not be shown, this makes life hard... $pagecount=0; if(($headers) && (count($headers) > 0 && is_array($headers))) { foreach($headers as $h) { if($h->isAnswer==false) $pagecount++; } } } thread_pageselect($group,$pagecount,$first); echo '
'; thread_show($headers,$group,$first,$last); echo ''; echo '
'; thread_pageselect($group,$pagecount,$first); echo '
'; } else { echo $text_register["no_access_group"]; } $sessions_data = file_get_contents($spooldir.'/sessions.dat'); echo '

'.$sessions_data.'

'; include "tail.inc"; ?>