Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2006
    Location
    Cambridegsire
    Posts
    127
    Tokens
    0

    Default [DJS] SuperCasts.net Hiring.

    Supercasts.net is hiring presenters for the radio.
    The site is still being completed with status, content etc. but the radio is fine. It has a simple Request system so you dont have to go through all the DJ Panel to actually find it :eusa_wall

    www.supercasts.net

    When you goto the main site, there will be a popup with the link to apply.
    I will check applications and reply to them asap.

  2. #2
    Join Date
    Oct 2008
    Location
    In a box, US
    Posts
    306
    Tokens
    0

    Default

    The site is just the full source code ????

  3. #3
    Join Date
    Oct 2007
    Posts
    824
    Tokens
    71

    Latest Awards:

    Default

    What kinda music?
    Vouches
    [x][x]

  4. #4
    Join Date
    Oct 2008
    Location
    In a box, US
    Posts
    306
    Tokens
    0

    Default

    This is what I see on Basic.....

  5. #5
    Join Date
    Jul 2004
    Location
    California
    Posts
    8,725
    Tokens
    3,789
    Habbo
    HotelUser

    Latest Awards:

    Default

    Quote Originally Posted by D-Man22 View Post
    This is what I see on Basic.....
    That's what I see on both.
    I'm not crazy, ask my toaster.

  6. #6
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Code:
    <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SuperCasts ~ Latest hits, streamed to your computer!</title>
    <style type="text/css">
    <!--
    select, textarea, input {
    border: #808080 1px solid;
    color: #000000;
    font-size: 11px;
    font-family: Verdana; BACKGROUND-COLOR: #ffffff }
    
    input[type=submit]:hover, input[type=button]:hover{
    background-color:#EBEBEB !important;
    }
    
    a:active,a:visited,a:link {color: #446488; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
    a:hover {color: #00004F; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
    
    a.nav { padding-top:10px; padding-bottom:10px; padding:9px;}
    a.nav:active, a.nav:visited,  a.nav:link { color: #000000; font-size : 10px; font-weight: bold; font-family: verdana; text-decoration: none;}
    a.nav:hover { font-size : 10px; font-weight: bold; color: black; font-family: verdana; text-decoration: underline; }
    
    .header { font-size : 16px; font-weight: bold; color: #808080; font-family: verdana; text-decoration: none;  }
    .bborder        { background-color: #FFFFFF; border: 1px #A7A6B4 solid; }
    .panel                {-moz-border-radius: .3em .3em .3em .3em; border: 1px solid silver; background-color: #F7F6F4;}
    
    BODY, TD, TR {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; cursor: default;}
    -->
    </style>
    
    <style type="text/css"> 
    <!-- 
    body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    	padding: 0;
    	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    	color: #000000;
    }
    .twoColFixLtHdr #container { 
    	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    	background: #FFFFFF;
    	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    	border: 1px solid #000000;
    	text-align: left; /* this overrides the text-align: center on the body element. */
    } 
    .twoColFixLtHdr #header { 
    	background: #DDDDDD; 
    	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }
    .twoColFixLtHdr #sidebar1 {
    	float: left; /* since this element is floated, a width must be given */
    	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    	padding: 15px 10px 15px 20px;
    }
    .twoColFixLtHdr #mainContent { 
    	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    } 
    .twoColFixLtHdr #footer { 
    	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    	background:#DDDDDD; 
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* this class can be used to float an element left in your page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    .style1 {font-family: Tahoma}
    .style2 {
    	font-size: 12px
    }
    --> 
    </style><!--[if IE 5]>
    <style type="text/css"> 
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css"> 
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]--></head>
    
    <body class="twoColFixLtHdr">
    
    <div id="container">
      <div id="header">
        <h1 class="style1">Super Casts</h1>
        <!-- end #header --></div>
      <div id="sidebar1">
        <h3 class="style1"><a href="pages/home.php" target="main">Home</a><br />
          <a href="pages/new.php" target="main">News</a><br />
          <a href="pages/about.php" target="main">About Us</a><br />
          <a href="pages/status.php" target="main">Status</a><br />
          <a href="pages/request.php" target="main">Request</a><br />
          <a href="pages/top10.php" target="main">Chart</a><br />
          <a href="pages/tools.php" target="main">Extras</a><br />
          <a href="pages/listen.php" target="main">Listen</a><br />
        </h3>
      <!-- end #sidebar1 -->
      <br />
      </div>
      <div id="mainContent" align="left">
        <br />
        <br />
    	<script type="text/javascript"> 
    
    /*********************************************** 
    * IFrame SSI script II- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com) 
    * Visit DynamicDrive.com for hundreds of original DHTML scripts 
    * This notice must stay intact for legal use 
    ***********************************************/ 
    
    //Input the IDs of the IFRAMES you wish to dynamically resize to match its content height: 
    //Separate each ID with a comma. Examples: ["myframe1", "myframe2"] or ["myframe"] or [] for none: 
    var iframeids=["main"] 
    
    //Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Recommended): 
    var iframehide="yes" 
    
    var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1] 
    var FFextraHeight=parseFloat(getFFVersion)>=0.1? 16 : 0 //extra height in px to add to iframe in FireFox 1.0+ browsers 
    
    function resizeCaller() { 
    var dyniframe=new Array() 
    for (i=0; i<iframeids.length; i++){ 
    if (document.getElementById) 
    resizeIframe(iframeids[i]) 
    //reveal iframe for lower end browsers? (see var above): 
    if ((document.all || document.getElementById) && iframehide=="no"){ 
    var tempobj=document.all? document.all[iframeids[i]] : document.getElementById(iframeids[i]) 
    tempobj.style.display="block" 
    } 
    } 
    } 
    
    function resizeIframe(frameid){ 
    var currentfr=document.getElementById(frameid) 
    if (currentfr && !window.opera){ 
    currentfr.style.display="block" 
    if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax 
    currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight; 
    else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax 
    currentfr.height = currentfr.Document.body.scrollHeight; 
    if (currentfr.addEventListener) 
    currentfr.addEventListener("load", readjustIframe, false) 
    else if (currentfr.attachEvent){ 
    currentfr.detachEvent("onload", readjustIframe) // Bug fix line 
    currentfr.attachEvent("onload", readjustIframe) 
    } 
    } 
    } 
    
    function readjustIframe(loadevt) { 
    var crossevt=(window.event)? event : loadevt 
    var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement 
    if (iframeroot) 
    resizeIframe(iframeroot.id); 
    } 
    
    function loadintoIframe(iframeid, url){ 
    if (document.getElementById) 
    document.getElementById(iframeid).src=url 
    } 
    
    if (window.addEventListener) 
    window.addEventListener("load", resizeCaller, false) 
    else if (window.attachEvent) 
    window.attachEvent("onload", resizeCaller) 
    else 
    window.onload=resizeCaller 
    
    </script>
                  <center>
              <iframe id="main" style="display: none; overflow: visible; width: 90%" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" src="pages/home.php"></iframe>
      <!-- end #mainContent --></div>
    	 <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="footer">
        <p align="center" class="style2">Viewing: Basic Site</p>
        <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>

  7. #7
    Join Date
    Apr 2008
    Location
    Derby
    Posts
    4,668
    Tokens
    262

    Latest Awards:

    Default

    Looks fine to me... .lol
    Back for a while

  8. #8
    Join Date
    Oct 2007
    Location
    Ireland
    Posts
    2,040
    Tokens
    0

    Latest Awards:

    Default

    It works ok on internet explorer, but not firefox, on firefox only the source code appears.
    o.o

Posting Permissions

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