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!


View Poll Results: What do you think of POWERpanel BETA 0.1?

Voters
63. You may not vote on this poll
  • It's great!

    51 80.95%
  • It's not so good

    12 19.05%
Page 10 of 35 FirstFirst ... 6789101112131420 ... LastLast
Results 91 to 100 of 344
  1. #91
    Join Date
    Jan 2007
    Location
    England, Uk, World, Universe,
    Posts
    1,012
    Tokens
    0

    Latest Awards:

    Default

    llmaaaoooo

    Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.
    Last edited by Mr.OSH; 20-06-2007 at 09:48 PM.
    my sig ran away,

  2. #92
    Join Date
    May 2007
    Posts
    385
    Tokens
    0

    Default

    why is your name 'killer'.

    Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.
    Last edited by Mr.OSH; 20-06-2007 at 09:49 PM.

  3. #93
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Unpred5000 View Post
    why is your name 'killer'.
    coz heez ard, duh

    shall we go back on topic?
    EDTALKING


  4. #94
    Join Date
    Jan 2007
    Location
    England, Uk, World, Universe,
    Posts
    1,012
    Tokens
    0

    Latest Awards:

    Default

    lol yeahhhh


    ****... we'v done 7 pages of off-topic'ness
    my sig ran away,

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

    Latest Awards:

    Default

    LOL at this thread.

    'Killer' I'm not closing this thread unless you give me legal oblication via a court order to do so

    Ill fix the following issues asap:

    Questions related to panel,
    Where is Saturday and Sunday for timetable
    Using Capital letters on shoutbox will avoid the filter
    The Forms below don't display
    Change a user's level (rank)
    Change a user's password
    Ban / Disable an account
    Unban / Undisable an account

  6. #96
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    is it zended?

  7. #97
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    its open source - not encoded

  8. #98
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    LOL at this thread.

    'Killer' I'm not closing this thread unless you give me legal oblication via a court order to do so

    Ill fix the following issues asap:
    and logout wont work
    and theres no frontend timetable
    and install sometimes plays up
    EDTALKING


  9. #99
    Join Date
    Jan 2007
    Location
    England, Uk, World, Universe,
    Posts
    1,012
    Tokens
    0

    Latest Awards:

    Default

    minor update to pp:


    open file: in.php

    scroll down to line 78

    you should see:

    PHP Code:
    <?php
    $query
    = mysql_query("SELECT * FROM radioinfo");
    while(
    $rows = mysql_fetch_array($query)) {
    echo(
    "http://". $rows[ip] .":". $rows[port] ."/admin.cgi?username=admin&password=". $rows[pass] ."");
    }
    ?>

    where it says that,

    REPLACE IT WITH:


    PHP Code:
    <?php
    $query
    = mysql_query("SELECT * FROM radioinfo");
    while(
    $rows = mysql_fetch_array($query)) {
    echo(
    "http://". $rows[ip] .":". $rows[port] ."/admin.cgi?user=admin&pass=". $rows[pass] ."");
    }
    ?>


    Danke just fixes the error that you need to type in the u/n & p/w to get onto teh shoutcast admin panel.

    Thanks, Dom
    my sig ran away,

  10. #100
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    Quote Originally Posted by rh4u View Post
    minor update to pp:


    open file: in.php

    scroll down to line 78

    you should see:

    PHP Code:
    <?php
    $query
    = mysql_query("SELECT * FROM radioinfo");
    while(
    $rows = mysql_fetch_array($query)) {
    echo(
    "http://". $rows[ip] .":". $rows[port] ."/admin.cgi?username=admin&password=". $rows[pass] ."");
    }
    ?>

    where it says that,

    REPLACE IT WITH:


    PHP Code:
    <?php
    $query
    = mysql_query("SELECT * FROM radioinfo");
    while(
    $rows = mysql_fetch_array($query)) {
    echo(
    "http://". $rows[ip] .":". $rows[port] ."/admin.cgi?user=admin&pass=". $rows[pass] ."");
    }
    ?>


    Danke just fixes the error that you need to type in the u/n & p/w to get onto teh shoutcast admin panel.

    Thanks, Dom
    you already posted that

Page 10 of 35 FirstFirst ... 6789101112131420 ... 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
  •