Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Eterio Info

Parašė Ultriukas· 2009 Rugs. 11 19:09:35
#1

Sveiki,gal žinote kaip perdaryti šitą radijos eterio kodą iš tokios i tokią,va screenai.Va Kokia Ji Dabar



O kaip padaryti is sitos 1 foto eterio info,kad ji butu kaip 2 nuotraukoje.



Stai kodas

<?php
error_reporting(0);
$scdef = "<center>Vyksta Profilaktikos Darbai"; // Default station name to display when server or stream is down
$scip = ""; // ip or url of shoutcast server (DO NOT ADD HTTP:// don't include the port)
$scport = ""; // port of shoutcast server
$scpass = ""; // password to shoutcast server
//End configuration
error_reporting(0);
$scsuccs = NULL;
$page = NULL;
include('config_radio.php'); //you may edit this path to fit your server environment otherwise leave it alone
$scfp = fsockopen("$scip", $scport, &$errno, &$errstr, 80);
if(!$scfp) {
$scsuccs=1;
echo''.$scdef.'';
}
if ($scsuccs != 1) {
fputs($scfp,"GET /admin.cgi?pass=$scpass&mode=viewxml HTTP/1.0\r\nUser-Agent: SHOUTcast Song Status (Mozilla Compatible)\r\n\r\n");
while(!feof($scfp)) {
$page .= fgets($scfp, 1000);
}
######################################################################################################################
/////////////////////////part 1 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//define xml elements
$loop = array("STREAMSTATUS", "BITRATE", "SERVERTITLE", "CURRENTLISTENERS", "AIM");
$y=0;
while (isset($loop[$y])) {
$pageed = ereg_replace(".*<$loop[$y]>", "", $page);
$scphp = strtolower($loop[$y]);
$$scphp = ereg_replace("</$loop[$y]>.*", "", $pageed);
if (($loop[$y] == "SERVERGENRE") || ($loop[$y] == "SERVERTITLE") || ($loop[$y] == "SONGTITLE") || ($loop[$y] == "SERVERTITLE") ||  ($loop[$y] == "CURRENTLISTENERS") ||($loop[$y] == "AIM"))
$$scphp = urldecode($$scphp);

// uncomment the next line to see all variables
// echo'$'.$scphp.' = '.$$scphp.'<br>';
$y++;
}
//end intro xml elements
######################################################################################################################
######################################################################################################################
/////////////////////////part 2\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//get song info and history
$pageed = ereg_replace(".*<SONGHISTORY>", "", $page);
$pageed = ereg_replace("<SONGHISTORY>.*", "", $pageed);
$songatime = explode("<SONG>", $pageed);
$r=1;
while (isset($songatime[$r])) {
$t=$r-1;
$playedat[$t] = ereg_replace(".*<PLAYEDAT>", "", $songatime[$r]);
$playedat[$t] = ereg_replace("</PLAYEDAT>.*", "", $playedat[$t]);
$song[$t] = ereg_replace(".*<TITLE>", "", $songatime[$r]);
$song[$t] = ereg_replace("</TITLE>.*", "", $song[$t]);
$song[$t] = urldecode($song[$t]);
$dj[$t] = ereg_replace(".*<SERVERTITLE>", "", $page);
$dj[$t] = ereg_replace("</SERVERTITLE>.*", "", $pageed);
$r++;
}
$daina = str_replace('_',' ',substr ($song[0],0,90));
//end song info

fclose($scfp);
}

//display stats
if($streamstatus == "1"){
switch ($aim) {
case 'Serveris': $aimlogo = "Serveris.jpg"; break;

$_SESSION['djus'] = $aim;
echo'<div align="center">
<table cellpadding="0" cellspacing="0" width="1">
<!-- MSTa*keiksmai*ype="nolayout" -->
<tr>
<td height="36" bgcolor="">
<p align="center">
<a href="'.$skype.'"><img border="0" src="http://easyfm.uzeik.in/DJ/'.$aimlogo.'" width="96" heigth="128"></a></td>
</tr>
<tr>
<td height="17" valign="bottom" bgcolor="">
<div align="center">
<table cellpadding="0" cellspacing="0" width="111">
<tr>
<td height="10">
<p align="center">
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><b><small>On Air :<small></b></font>
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><small>'.$aim.'<small></font></td>
</tr>
<tr>
<td height="10">
<p align="center">
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><b><small>Dabar Grojame :</small></b></font>
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><MARQUEE direction="left" loop="20" width="160"><small>'.$daina.'</small></MARQUEE></font></td>
</tr>
<tr>
<td height="10">
<p align="center">
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><b><small>Klausytoju :</small></b></font>
<font face="Tahoma" style="font-size: 10pt" color="#ffffff"><small>'.$currentlisteners.'</small></font></td>
</tr>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</div>';
}
if($streamstatus == "0")
{
echo'<font size="2" face="tahoma" color="#6C6D7B">Serveris laikinai neveikia</font>';
}
echo"
<center>
<center><a href='http://84.32.50.74:8002/listen.pls'><img border='0' src='http://easyfm.uzeik.in/images/Winamp2.png' alt='Klausytis Su Winamp Grotuvu'></a>
<a href='http://84.32.50.74:8002/listen.pls'><img border='0' src='http://easyfm.uzeik.in/images/wmp2.png' alt='Klausytis Su Winamp Grotuvu'></a>
</center>
";
echo "
</td></td></tr>
</table></center>";
echo "<center><table width='0' cellpadding='0' cellspacing='0' border='0' width='1000' align='center' background='#000000'>";
echo "<tr bg='none'>";
?>