"; $content .=""; $a = 1; $result4 = $db->sql_query("select lid, title,url,urlban from ".$prefix."_top_sites where urlban <>'' and validation='Y' order by totalvotes desc"); while(list($lid, $title,$url,$urlban) = $db->sql_fetchrow($result4)) { $lid =intval($lid); $title =stripslashes($title); $url =stripslashes($url); $urlban =stripslashes($urlban); $title2 = ereg_replace("_", " ", $title); $content .= "
"; if (strpos($urlban,"swf")==TRUE) { $image_size_flash = getimagesize("$urlban"); //@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo $width=$image_size_flash[0]; $height=$image_size_flash[1]; $content .= "
\n"; } else { $content .="\"$title\""; } $content .="
$title [VOTE ]


"; $a++; } ?>