Alıntı
// Rastgele Site Çağırma //
$site_rastgele = mysql_query("SELECT * FROM ".$tablo[site]." where site_durumu=1 and site_kredi >0 and kullanici_no!='$_GET[kullanici_no]' order by site_no DESC LIMIT 1");
$site_yaz=mysql_fetch_array($site_rastgele);
rand() ı site no ile değiştirmen yeterlı sanırım