sql_fetchrow($db->sql_query("SELECT sid, title FROM ".$prefix."_stories WHERE (time LIKE '%$tdate%') $querylang ORDER BY counter DESC LIMIT 0,1"));
$fsid = intval($row['sid']);
$ftitle = stripslashes($row['title']);
if ((!$fsid) AND (!$ftitle)) {
$content .= "
"._NOBIGSTORY."";
} else {
$content .= ""._BIGSTORY."
";
$r_options = "";
if (isset($cookie[4])) { $r_options .= "&mode=$cookie[4]"; }
//@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo
if (isset($cookie[5])) { $r_options .= "&order=$cookie[5]"; }
if (isset($cookie[6])) { $r_options .= "&thold=$cookie[6]"; }
$content .= "$ftitle";
}
?>