"; $content .="[ TopSites ] "; $content .="[ Ajouter ]"; $content .=""; $a = 1; $result = $db->sql_query("select lid, title,url,urlban,hits,totalvotes from ".$prefix."_top_sites where validation='Y' order by totalvotes DESC limit 0,5"); while(list($lid, $title_1,$url,$urlban,$hits,$totalvotes) = $db->sql_fetchrow($result)) { $lid =intval($lid); $title_1 =stripslashes($title_1); $url =stripslashes($url); $urlban =stripslashes($urlban); $hits =intval($hits); $totalvotes =intval($totalvotes); $title2 = ereg_replace("_", " ", $title_1); if ($a==1) {$ab="";} //@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo if ($a==2) {$ab="";} if ($a==3) {$ab="";} if ($a==4) {$ab="";} if ($a==5) {$ab="";} $content .= "$ab $title2
"; if ($urlban !="") { $content .="
"; } $clicks=$hits + $totalvotes; $content .="[clicks : $clicks ] [Voter]

"; $a++; } ?>