Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    50
    Tokens
    0

    Default Listen.php [Code Needed]

    i see this script in most of habbo webradio..
    like this:
    listen.php?=asx etc...
    can someone give me the code?

  2. #2
    Join Date
    May 2007
    Location
    cs_office
    Posts
    220
    Tokens
    0

    Default Hmm idk what you mean but this is one anyway

    +Rep anyway if you use this...

    Code:
        <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.oncontextmenu=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


    Code:
    <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>
    Last edited by Method; 10-05-2007 at 08:50 PM. Reason: Added codes =]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •