Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Yep. Indeed it is. Edit: Just refreshed, It's taking its time to load.
    Last edited by Jahova; 17-06-2007 at 06:05 PM.
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  2. #12
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Yep.

    Refresh this page at 7.00pm GMT tonight, to see the brand new site!
    19:07pm site STILL closed. And loading slow.

  3. #13
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Lilly said: 19:07pm site STILL closed. And loading slow.
    VERY VERY SLOW!
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  4. #14
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by TomSpit View Post
    VERY VERY SLOW!
    Lol. You get fans excited and don't actually open. Don't think ill bother myself again

    Yay preview of the site section:
    http://kisshabbo.net/radio/
    http://kisshabbo.net/kisshabbo/
    Last edited by Lilian; 17-06-2007 at 06:11 PM.

  5. #15
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    I am not a fan, just want to see the layout...
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  6. #16
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:


  7. #17
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:


  8. #18
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    hehe Im guessing pink layout as theres pink writting? hmm sounds sexish



    By looks of it they just deleted database:
    PHP Code:
    Warning:  mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3

    Warning:  mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4

    Warning:  mysql_query() [function.mysql-query]: Can'
    t create a new thread (errno 12); if you are not out of available memoryyou can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7

    Warning
    :  mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3

    Warning:  mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4

    Warning:  mysql_query() [function.mysql-query]: Can'
    t create a new thread (errno 12); if you are not out of available memoryyou can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7

    Warning
    :  mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3

    Warning:  mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4

    Warning:  mysql_query() [function.mysql-query]: Can'
    t create a new thread (errno 12); if you are not out of available memoryyou can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6

    Warning
    :  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7

    Warning
    :  mysql_query() [function.mysql-query]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/config_radio.php on line 5

    Warning:  mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/config_radio.php on line 5

    Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/config_radio.php on line 6
    var xmlHttp   function GetXmlHttpObject() {      var objXMLHttp = null      if (window.XMLHttpRequest)     {          objXMLHttp = new XMLHttpRequest()          }             else if (window.ActiveXObject)         {          objXMLHttp = new ActiveXObject("Microsoft.XMLHTTP")     }      return objXMLHttp  }   function sendreq() { // Open function // Set object     xmlHttp = GetXmlHttpObject()      if (xmlHttp == null)     {         alert ("Browser does not support HTTP Request")         return     } // We have set teh object   // Check for empty strings  if(document.request.type.value == "") {             alert("You must select a type of request!")             return }  if(document.request.name.value == "") {             alert("You must enter a name!")             return }  if(document.request.message.value == "") {             alert("You must enter a message!")             return }  // We have alerted if any strings are emptyyy  var url = "request.php?sendreq=true&dj="+document.request.dj.value+"&name="+document.request.name.value+"&type="+document.request.type.value+"&message="+document.request.message.value  xmlHttp.open("GET",url,true) xmlHttp.onreadystatechange = function () { if (xmlHttp.readyState == 4) { document.getElementById("results").innerHTML = xmlHttp.responseText; document.getElementById("form").innerHTML = "" // This removes the form, stopping them from sending the same request over and over again - SMART, EH?  } }; xmlHttp.send(null);  // Now we clear out the forms and hide the form to TRY to prevent spamz!  // End function }   is Offline         You Are Here: KissHabbo Homepage » Radio » Requests Line 
    Last edited by Lilian; 17-06-2007 at 06:15 PM.

  9. #19
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    well done =)
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  10. #20
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Code:
    Warning: mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3
    
    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4
    
    Warning: mysql_query() [function.mysql-query]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7
    
    Warning: mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3
    
    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4
    
    Warning: mysql_query() [function.mysql-query]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7
    
    Warning: mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 3
    
    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kisshab/public_html/panel/includes/config.php on line 4
    
    Warning: mysql_query() [function.mysql-query]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/includes/config.php on line 6
    
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/includes/config.php on line 7
    
    Warning: mysql_query() [function.mysql-query]: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/kisshab/public_html/panel/config_radio.php on line 5
    
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/kisshab/public_html/panel/config_radio.php on line 5
    
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kisshab/public_html/panel/config_radio.php on line 6
    is Offline You Are Here: KissHabbo Homepage » Radio » Requests Line
    
    Requests Line
    What song do you want on?
    
    Hey DJ, I wanna tune on! Well... no need to keep shouting at your screen, just fill in your Habbo Name, then select what you want, and then fill in your message! Oh - and after all that, you gotta click submit! It's a hard life, we know, but someone has to do it.
    
    Warning: only click send once! It may take upto 3 seconds before your request is sent, as we check if your IP is banned first!
    
    Radio DJ:
    Lol!

    Their server is ******* up!

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

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