3 ORDER BY id DESC"); while($Ranks = mysql_fetch_assoc($GetRanks)) { echo "

{$Ranks['name']}

"; $GetUsers = mysql_query("SELECT username, motto, rank, last_online, online, look FROM users WHERE rank = {$Ranks['id']}"); while($Users = mysql_fetch_assoc($GetUsers)) { if($Users['online'] == 1){ $OnlineStatus = "Online"; } else { $OnlineStatus = "Offline"; } echo "" ."

Username: {$Users['username']}
Motto: {$Users['motto']}
Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."

" ."

{$OnlineStatus}




"; } echo "
"; } ?>

Who are these people?

The {hotelName} staff are people who have the power and authority to maintain the hotel. This covers everything from banning users to hosting events, giving users credits and much more. To find a staff member in the hotel you will need to look for a user who has a badge like the one below.