60) { $_SESSION['last_access'] = time(); } $_SESSION['isframed'] = 1; include "config.inc.php"; include ("$file_newsportal"); if (isset($frames_on) && $frames_on === true) { ?> ' . basename(getcwd()) . ''; echo ''; // View Latest button if (isset($overboard) && ($overboard == true)) { echo ''; } else { // echo htmlspecialchars($CONFIG['title_full']); } // Search button echo ''; echo '
'; echo '
'; echo ''; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo '
'; flush(); if (isset($_GET['unsub'])) { if (isset($_COOKIE['mail_name'])) { if ($userdata = get_user_mail_auth_data($_COOKIE['mail_name'])) { $userfile = $spooldir . '/' . strtolower($_COOKIE['mail_name']) . '-articleviews.dat'; $newsubs = array(); $thisgroup = _rawurldecode($_GET['unsub']); foreach ($userdata as $key => $usertime) { if ($key !== $thisgroup) { $newsubs[$key] = $usertime; } } $userfile = $spooldir . '/' . strtolower($_COOKIE['mail_name']) . '-articleviews.dat'; file_put_contents($userfile, serialize($newsubs)); } } } $newsgroups = groups_read($server, $port); echo '
'; if (isset($frames_on) && $frames_on === true) { groups_show_frames($newsgroups); } else { groups_show($newsgroups); } echo '
'; $sessions_data = file_get_contents($spooldir . '/sessions.dat'); echo '

' . $sessions_data . '

'; include "tail.inc"; ?>