Random VIP script

Results 1 to 11 of 11
  1. #1
    Alpha Member Danny is offline
    MemberRank
    Oct 2011 Join Date
    My PCLocation
    2,158Posts

    Random VIP script

    I created a small script that chooses random VIP's on your r63(Phoenix) hotel. (As I am aware no one released this)

    Script:
    PHP Code:
    <?php
    $query 
    mysql_query("SELECT * FROM users WHERE vip='1' ORDER BY RAND() LIMIT 1") or die(mysql_error());
    $username mysql_fetch_assoc($query) or die(mysql_error());
    echo 
    '<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=' $username['look'] . '"';
    echo 
    "</br> </br>";
    echo 
    "<b><i>" $username['username'] . "</b></i>";
    ?>
    People who want to edit it, so I broke the code down so it's easier to edit.(Mainly for noobs)
    PHP Code:
    <?php
    // Select the random VIP
    $query mysql_query("SELECT * FROM users WHERE vip='1' ORDER BY RAND() LIMIT 1") or die(mysql_error());
    $username mysql_fetch_assoc($query) or die(mysql_error());

    // Image
    echo '<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=' $username['look'] . '"';

    // Linebreaks
    echo "</br> </br>";

    // Print username
    echo "<b><i>" $username['username'] . "</b></i>";
    ?>
    Image:Ā 

    So every time you refresh your page a new VIP user on your hotel appear...
    Last edited by Danny; 18-03-12 at 07:14 PM.


  2. #2
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Random VIP script

    I'm sorry but this has just about no purpose at all.. Possibly think of a better idea that will actually help the community?

  3. #3
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Random VIP script

    Quote Originally Posted by Makarov View Post
    I'm sorry but this has just about no purpose at all.. Possibly think of a better idea that will actually help the community?
    Of course it has a purpose, it is a content filler for a VIP page. They are useful so you don't have random big gaps where you cant think of what to write.

  4. #4
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Random VIP script

    I like it but I'm using User Of The Week one so theres no space but I would use it if there was space so Nice Release mate :D

  5. #5
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Random VIP script

    Loving these mini-releases.

  6. #6
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Random VIP script

    Quote Originally Posted by Hejula View Post
    Of course it has a purpose, it is a content filler for a VIP page. They are useful so you don't have random big gaps where you cant think of what to write.
    I guess you have a point there, didn't think of it in the sense of that way. Although it shouldn't be to hard to fill it with something, even a random picture I guess.

  7. #7
    The real deal. Supreme is offline
    MemberRank
    Jun 2011 Join Date
    930Posts

    Re: Random VIP script

    Quote Originally Posted by Makarov View Post
    I guess you have a point there, didn't think of it in the sense of that way. Although it shouldn't be to hard to fill it with something, even a random picture I guess.
    A random picture wouldn't be the same
    Having something habboish, and something that involves the users, always a good sign! Anyway me personally? I like this

  8. #8
    Alpha Member Danny is offline
    MemberRank
    Oct 2011 Join Date
    My PCLocation
    2,158Posts

    Re: Random VIP script

    Thanks guys, I plan to do more types of CMS addons like this one...

  9. #9
    Account Upgraded | Title Enabled! ELSD is offline
    MemberRank
    Sep 2011 Join Date
    Chi-TownLocation
    1,213Posts

    Re: Random VIP script

    Quote Originally Posted by Makarov View Post
    I'm sorry but this has just about no purpose at all.. Possibly think of a better idea that will actually help the community?
    Idk what your talking about... This is hot and I would like to see it on habjamz....

  10. #10
    Account Upgraded | Title Enabled! DoctorCooper is offline
    MemberRank
    Oct 2011 Join Date
    R:\aGEZONELocation
    317Posts

    Re: Random VIP script

    Thanks for the release :)

  11. #11
    Calm yo tits. TashiaLurvesYou is offline
    MemberRank
    Nov 2011 Join Date
    PhilippinesLocation
    474Posts

    Re: Random VIP script

    This is useful for those people who havent have this code.
    Thanks alot (: i was finding for this code! THANK YOU SO MUCH!



Advertisement