|
From: OryNider <ory...@us...> - 2008-03-06 05:12:24
|
Update of /cvsroot/mxbb/mx_shotcast In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5159 Modified Files: play.php Log Message: Index: play.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/play.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** play.php 6 Mar 2008 04:59:09 -0000 1.3 --- play.php 6 Mar 2008 05:12:19 -0000 1.4 *************** *** 50,53 **** --- 50,54 ---- <html> <head> + <?php require($module_root_path . "includes/detectScript.htm"); ?> <script type="text/javascript"> <!-- *************** *** 60,64 **** <body> <?php - require($module_root_path . "includes/detectScript.htm"); if(!isset($_GET['embed'])){ --- 61,64 ---- *************** *** 145,150 **** document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="250" height="62">'); ! document.write (' <PARAM NAME="FileName" VALUE="<?=$wmpmode;?><?=$scip;?>:<?=$scport;?>" valuetype="ref">'); ! document.write ('<PARAM NAME="url" VALUE="<?=$wmpmode;?><?=$scip;?>:<?=$scport;?><?=$wmplist;?>"> '); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); --- 145,150 ---- document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="250" height="62">'); ! document.write (' <PARAM NAME="FileName" VALUE="icyx://<?=$scip;?>:<?=$scport;?>" valuetype="ref">'); ! document.write ('<PARAM NAME="url" VALUE="icyx://<?=$scip;?>:<?=$scport;?>"> '); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); *************** *** 153,158 **** document.write (' <Embed type="application/x-ms-wmp"'); document.write (' pluginspage="<?=$ff2pluginspace;?>"'); ! document.write (' filename="<?=$wmpmode;?><?=$scip;?>:<?=$scport;?>"'); ! document.write (' src="<?=$wmpmode;?><?=$scip;?>:<?=$scport;?>"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); --- 153,158 ---- document.write (' <Embed type="application/x-ms-wmp"'); document.write (' pluginspage="<?=$ff2pluginspace;?>"'); ! document.write (' filename="icyx://<?=$scip;?>:<?=$scport;?>"'); ! document.write (' src="icyx://<?=$scip;?>:<?=$scport;?>"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); |