"; $result = $db->sql_query("SELECT sid, title, comments, counter FROM " . $prefix . "_stories $querylang ORDER BY sid DESC LIMIT 0,5"); while ($row = $db->sql_fetchrow($result)) { //@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo $sid = intval($row['sid']); $title = stripslashes($row['title']); $comtotal = stripslashes($row['comments']); $counter = $row['counter']; $content .= "· $title[ $comtotal "._COMMENTS." - $counter "._READS." ]"; } $content .= ""; $content .= "
[ "._MORENEWS." ]
"; ?>