sql_query("SELECT lid, title FROM ".$prefix."_links_links ORDER BY hits DESC LIMIT 0,10");
//@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo
while ($row = $db->sql_fetchrow($result)) {
$lid = intval($row['lid']);
$title = stripslashes($row['title']);
$title2 = ereg_replace("_", " ", $title);
$content .= "· $a: $title2
";
$a++;
}
?>