HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    928

    Latest Awards:

    Default **UNOFFICIAL** POWERpanel Addon

    Hey guys...

    I dont really know if its been created or whatever but ive made a little addon for DJ Profiles...

    Save this as profiles.php and put it on your /frontend/ folder.
    PHP Code:
    <html>
    <head>
    <title>DJ Profile</title>
    <link href="../css/inside.css" rel="stylesheet" type="text/css" />
    </head>
    <body style="margin: 10px;">
            <div id="content_title">Select a DJ Profile </div>
            <div id="content">
    <?
    include("../includes/config.php");

    $query mysql_query("SELECT * FROM users");
    while(
    $rows mysql_fetch_array($query)) {
    echo(
    "<span id=\"forum2\"><a href=\"djprofile.php?name="$rows["username"] ."\" target=\"_self\">"$rows[username] ."</a></span><br /> ");
    }
    ?>
    </div>
    </body>
    </html>
    Thats about it really...

    Cya!

    If you want a Demo look here: http://www.skylightlobby.com/djstaff...d/profiles.php
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

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

    Latest Awards:

    Default

    Nice idea.
    I'm sure a lot of people will appreciate this

  3. #3
    Join Date
    Aug 2006
    Location
    United Kingdom
    Posts
    3,843
    Tokens
    1,121

    Latest Awards:

    Default

    Nice, also the profile is very good, shows requests etc

  4. #4
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    928

    Latest Awards:

    Default

    Thanks Simon ;]
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  5. #5
    Join Date
    May 2006
    Location
    New Zealand
    Posts
    4,452
    Tokens
    0

    Latest Awards:

    Default

    great, +rep

    New Zealand Web/Tech News

  6. #6
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    928

    Latest Awards:

    Default

    thanks =]
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  7. #7
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    LOL! There is a stupid word filtered. I mean like why? Its on this aswell.. lol

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

    Latest Awards:

    Default

    Meh, I'm going to re-make the filter, the one I got from the net is terrible.

  9. #9
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    928

    Latest Awards:

    Default

    i deleted all the words on my swears.txt
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  10. #10
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    Wow, nice addon.

    +rep

Page 1 of 2 12 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
  •