Sabahtan beri uğrasıyorum farklı farlı radyo ıp lerı denememe yagmen player calısmıyor bı sorun mu var bu kodda acaba ?

<?php 
	error_reporting(0);
	session_start();
	// Ayarlar
	
	require_once 'yonetim-paneli/ayarlar.php';
	
	$ayar = mysql_fetch_object(mysql_query("SELECT * FROM `ayarlar` WHERE `id`='1'"));
	
	$uye_id = $_SESSION['uye_id'];
	
	$uyem_bak = mysql_query("SELECT * FROM `uyeler` WHERE `id`='".$uye_id."'");
	
	$uye_bilgi = mysql_fetch_object($uyem_bak);
	
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Radyo Love - Aşkın En Yeni Hali</title>
	<meta name="keywords" content="<?php echo $ayar->keywords; ?>" />
	<meta name="description" content="<?php echo $ayar->desc; ?>" />
    <meta name="author" content="GrafiKing" />
	<link rel="stylesheet" href="stil/stil.css" type="text/css" media="screen" />
</head>
<body class="canlidinle">
<div class="popup">
<div class="pplayer">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="235" height="60" id="longffmp3">
<param name="movie" value="http://u2radio.com/live/wp-content/plugins/shout-stream/longffmp3.swf?url=http://31.210.79.189:18097/;&title=RadyoLove&autoplay=true" />
<param name="wmode" value="transparent" />
<object type="application/x-shockwave-flash" data="http://u2radio.com/live/wp-content/plugins/shout-stream/longffmp3.swf?url=http://31.210.79.189:18097/;&title=RadyoLove&autoplay=true" width="240" height="60">
<param name="wmode" value="transparent" />
</object>
</object>

</div>
<div class="pistek">
<p>
<marquee scrollamount="3" behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<?php 
	// Son 50 mesaj...
	
	$son50_cek = mysql_query("SELECT * FROM `istekler` WHERE `onay`='1' ORDER by id DESC LIMIT 50");
	
	while($son50 = mysql_fetch_object($son50_cek)):
	
		$kullanici_bilgi = mysql_fetch_object(mysql_query("SELECT * FROM `uyeler` WHERE `id`='".$son50->uye_id."'"));
	
		echo ''.$son50->mesaj.' - '.$kullanici_bilgi->kullanici_adi.'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
	
	endwhile;
?>

</marquee>

</p>
<?php 
 if(!$_SESSION['uye_giris']):
 ?>
<a class="pistekparca" href="#" onclick="alert('Üye olmadan İstek Parçada bulunamazsınız ...');"></a>
<?php else: ?>
<a class="pistekparca" target="_blank" href="index.php?s=istek-parca"></a>
<?php endif; ?>
</div>
<div class="paspas-b"></div>
</div>

</body>
</html>