Welcome to the RaGEZONE - MMORPG development forums.

How To Put users on expert page[Phoenix]

This is a discussion on How To Put users on expert page[Phoenix] within the Habbo Tutorials forums, part of the Habbo Hotel category; This is a noob tutorial Yes you may call me a noob for Giving the tut but i see many ...

LyncusMU
Results 1 to 13 of 13
  1. #1
    Newbie
    Rank
    Newbie
    Join Date
    May 2011
    Posts
    5
    Liked
    0

    How To Put users on expert page[Phoenix]

    Tabo Hotel
    This is a noob tutorial
    Yes you may call me a noob for Giving the tut but i see many hotels that have no users on the experts page

    All you do is..
    See the command :award?
    :Award 32

    And automatically that will put this user on the experts page
    Thanks for reading
    If anyone knows how to remove the expert title please Post a reply because im still unsure

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Average Member
    Rank
    Member
    Join Date
    Aug 2011
    Location
    Netherlands
    Posts
    63
    Liked
    1

    Re: How To Put users on expert page[Phoenix]

    Delete user.

  4. #3
    Look at me now!
    Rank
    Member +
    Join Date
    Apr 2010
    Location
    Hablow
    Posts
    1,175
    Liked
    127

    Re: How To Put users on expert page[Phoenix]

    remove it from user_archievements table?

  5. #4
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,606
    Liked
    260

    Re: How To Put users on expert page[Phoenix]

    Sorry, But I "l0l0l3d" at this tut. Waste of space, who doesn't know how to give eXperts the achievment eXpert?

  6. #5
    Member
    Rank
    Newbie
    Join Date
    Mar 2011
    Posts
    49
    Liked
    1

    Re: How To Put users on expert page[Phoenix]

    Or, you can create another rank in the phpmyadmin, and set the permissions for it, and put this code on the expert page
    PHP Code:
    <?php
                    $staffq 
    mysql_query("SELECT * FROM users WHERE rank = '9' ORDER BY id ASC");
                while(
    $staff mysql_fetch_array($staffq))
                {
                    
    ?>
    And then just give people the rank for expert to put them on there, or remove their rank to take them off.

    Simples.

  7. #6
    Habbo Section <3
    Rank
    Subscriber
    Join Date
    Jun 2009
    Location
    Niagara Falls,
    Posts
    1,158
    Liked
    85

    Re: How To Put users on expert page[Phoenix]

    Quote Originally Posted by Gurvir View Post
    Or, you can create another rank in the phpmyadmin, and set the permissions for it, and put this code on the expert page
    PHP Code:
    <?php
                    $staffq 
    mysql_query("SELECT * FROM users WHERE rank = '9' ORDER BY id ASC");
                while(
    $staff mysql_fetch_array($staffq))
                {
                    
    ?>
    And then just give people the rank for expert to put them on there, or remove their rank to take them off.

    Simples.

    or you can do number option

    PHP Code:
    <?php
                $staffq 
    mysql_query("SELECT * FROM users WHERE experts = '1' ORDER BY id ASC");
                while(
    $staff mysql_fetch_array($staffq))
                {
                    
    ?>
    and to create the column into the database

    PHP Code:
    ALTER TABLE `usersADD `expertsenum('0','1'NOT NULL 

  8. #7
    Otaku Studios
    Rank
    Subscriber
    Join Date
    Feb 2007
    Location
    England
    Posts
    1,604
    Liked
    413

    Re: How To Put users on expert page[Phoenix]

    You need to delete the badge and achievement from the achievements/badges table. :)

  9. #8
    Duck Hosts ***** (siggy)
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Australia
    Posts
    1,245
    Liked
    528

    Re: How To Put users on expert page[Phoenix]

    Some of you get bad habits from PheonixPHP...

  10. #9
    SQL Master. :)
    Rank
    Subscriber
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    987
    Liked
    170

    Re: How To Put users on expert page[Phoenix]

    -.-" :award Thing? That wouldn't Work...

  11. #10
    Private Detective
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    Greater Manches
    Posts
    714
    Liked
    184

    Re: How To Put users on expert page[Phoenix]

    Quote Originally Posted by Gurvir View Post
    Or, you can create another rank in the phpmyadmin, and set the permissions for it, and put this code on the expert page
    Or you can use this...

    PHP Code:
    <?php
    $data 
    mysql_fetch_array(mysql_query("SELECT rank FROM users WHERE rank = '9' ORDER BY id ASC"));
    ?>

  12. #11
    // Razorlight - America
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton.
    Posts
    1,606
    Liked
    260

    Re: How To Put users on expert page[Phoenix]

    Award is NOT for giving people eXpert.

  13. #12
    Newbie
    Rank
    Newbie
    Join Date
    Jan 2011
    Posts
    4
    Liked
    0

    Re: How To Put users on expert page[Phoenix]

    Which emulators this for?, Sorry xD
    And cheers.. never new this before :)

  14. #13
    Member
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    31
    Liked
    0

    Re: How To Put users on expert page[Phoenix]

    I dont even get the point of eXperts..

 

 

Posting Permissions

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