View Full Version : Listen.php [Code Needed]
gbt91
10-05-2007, 05:29 PM
i see this script in most of habbo webradio..
like this:
listen.php?=asx etc...
can someone give me the code?
Method
10-05-2007, 08:46 PM
+Rep anyway if you use this...
<script language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}
// -->
</script>
<link href="../main.css" rel="stylesheet" type="text/css">
<center>
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="71" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url=http://www.yoursite.net&#quot; value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://urip/" />
<param name="url" value="http://urip/" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://www.ursite.com/listen.asx" width="71" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://ursite/listen.asx" autoplay="true" uimode="mini"> </embed></object><br>
<a href="http://YOURSITE.com/listen.asx" target="new"></a>
to make the asx file open up notepad and paste then edit this and save it as listen.asx
<asx version="3.0">
<title>YOURSITE - www.YOURSITE.com</title>
<abstract>YOURSITE - www.YOURSITE.com</abstract>
<author>www.YOURSITE.com</author>
<moreinfo href="http://www.YOURSITE.com" />
Habboflick - www.habboflick.com</banner><repeat>
<entry><abstract>Habboflick - www.YOURSITE.com</abstract>
<title>YOURSITE - www.YOURSITE.com</title>
<ref href="http://yourip" />
<param name="Homepage" value="http://YOURSITE.com" />
<author>http://YOURSITE.com/</author>
<moreinfo href="http://www.YOURSITE.com" />
</entry>
</repeat>
</asx>
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.