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 9 of 9

Thread: Please..

  1. #1
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default Please..

    Hello, Has anyone seen http://www.habboremix.net/

    You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code

    PHP Code:
        <?
        $usersql 
    mysql_query("select * from usr_users where username = '$user'");
        
    $usr2 mysql_fetch_array($usersql);
        
    $getfurni mysql_query("select * from usr_furni where userid = '$usr2[id]'");
        
    $check mysql_num_rows($getfurni);
        if(
    $check==0)
        echo(
    "This user does not have any furni..");
        else 
        {
        while(
    $furni mysql_fetch_array($getfurni))
        {
        
    $geturl mysql_query("select * from usr_furnidb where id = '$furni[id]'");
        while(
    $url mysql_fetch_array($geturl))
        {
        echo(
    '<img src="'.$url[url].'" />');
        }
        }
        }
        
    ?>
    Could someone just save it as Room.php PLEASE I will +rep for 1 Hole Month
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Urmm, Wha? i have no idea what your asking? you just want it saved as php? Open notepad, type that in then save as "filename.php" with the quotes, that'll make it php o.o
    Not somthing that really requres any specal skills, nore any specal software o.0

  3. #3
    Join Date
    Nov 2007
    Posts
    753
    Tokens
    0

    Default

    Hes asking for a drag and drop room maker to be made though i doubt very much that anybody will for abit of pointless rep...
    Publishing free website designs, watch this space!
    Total number of designs published: 0
    Current work in progress: Landscape Design


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

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    Hello, Has anyone seen http://www.habboremix.net/

    You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code

    PHP Code:
        <?
        $usersql 
    mysql_query("select * from usr_users where username = '$user'");
        
    $usr2 mysql_fetch_array($usersql);
        
    $getfurni mysql_query("select * from usr_furni where userid = '$usr2[id]'");
        
    $check mysql_num_rows($getfurni);
        if(
    $check==0)
        echo(
    "This user does not have any furni..");
        else 
        {
        while(
    $furni mysql_fetch_array($getfurni))
        {
        
    $geturl mysql_query("select * from usr_furnidb where id = '$furni[id]'");
        while(
    $url mysql_fetch_array($geturl))
        {
        echo(
    '<img src="'.$url[url].'" />');
        }
        }
        }
        
    ?>
    Could someone just save it as Room.php PLEASE I will +rep for 1 Hole Month
    You can't rep for one month as you have to spread.

  5. #5
    RedCrisps Guest

    Default

    and i bet you ripped the file of habboremix

    Edited by Aflux (Forum Moderator) - Please do not accuse anyone of stealing.
    Last edited by Aflux; 20-01-2008 at 03:14 PM.

  6. #6
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    Nope, the file is from UserSystem v1.
    Coming and going...
    Highers are getting the better of me

  7. #7
    Join Date
    Mar 2007
    Posts
    1,691
    Tokens
    1,025

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    Hello, Has anyone seen http://www.habboremix.net/

    You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code

    PHP Code:
        <?
        $usersql 
    mysql_query("select * from usr_users where username = '$user'");
        
    $usr2 mysql_fetch_array($usersql);
        
    $getfurni mysql_query("select * from usr_furni where userid = '$usr2[id]'");
        
    $check mysql_num_rows($getfurni);
        if(
    $check==0)
        echo(
    "This user does not have any furni..");
        else 
        {
        while(
    $furni mysql_fetch_array($getfurni))
        {
        
    $geturl mysql_query("select * from usr_furnidb where id = '$furni[id]'");
        while(
    $url mysql_fetch_array($geturl))
        {
        echo(
    '<img src="'.$url[url].'" />');
        }
        }
        }
        
    ?>
    Could someone just save it as Room.php PLEASE I will +rep for 1 Hole Month
    There are no months with holes in them...

    Also, pretty sure it will cost more than rep to get this made.

  8. #8
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    Craig dose your usersystem V2 come with it?
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  9. #9
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    It doesnt atm.
    Coming and going...
    Highers are getting the better of me

Posting Permissions

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