Vai nella pagina staff e cerca sotto il founder metti il rank 8 invece del 7 poi cerca co-founder e metti 7. ^^
Esprimiti meglio![]()
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #Perfavore, Entra oppure Registrati per vedere i Link!
|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/
$allow_guests = true;
include('core.php');
include('includes/session.php');
$tmp = getContent('mod_staff-enabled');
if($tmp !== "1"){
header("Location: index.php"); exit;
}
$pagename = "Staff";
$pageid = "8";
include('templates/community/subheader.php');
include('templates/community/header.php');
?>
<div id="container">
<div id="content">
<div id="column1" class="column">
<div class="habblet-container ">
<div class="cbb clearfix red ">
<h2 class="title"><span style="float: left;">Founder</span><span style="float: right; font-weight: normal; font-size: 75%;">I Fondatori di <?php echo $sitename; ?></span>
</h2>
<div class="habblet box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 7 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 7){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 7 || $row[2] > 7){ // = 7 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&direction=2&head_direction=3&gesture=sml&=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b> <img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,stripslashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title"><span style="float: left;">Co-Founder</span><span style="float: right; font-weight: normal; font-size: 75%;">I Co-Fondatori di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 9 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 9){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 9 || $row[2] > 9){ // = 9 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&direction=2&head_direction=3&gesture=sml&=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b> <img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,stripslashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix orange ">
<h2 class="title"><span style="float: left;">Amministratori</span><span style="float: right; font-weight: normal; font-size: 75%;">I Manager di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 6 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 6){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 6 || $row[2] > 6){ // = 6 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&direction=2&head_direction=3&gesture=sml&=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b> <img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,stripslashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title"><span style="float: left;">Moderatori Ufficiali</span><span style="float: right; font-weight: normal; font-size: 75%;">I Moderatori di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="./HBA.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 5 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 5){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 5 || $row[2] > 5){ // = 5 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&direction=2&head_direction=3&gesture=sml&=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b> <img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,stripslashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix brown ">
<h2 class="title"><span style="float: left;">Moderatori in prova (a pagamento)</span><span style="float: right; font-weight: normal; font-size: 75%;">I MOD in Prova di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="./NWB.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 4 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 4){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 4 || $row[2] > 4){ // = 4 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&direction=2&head_direction=3&gesture=sml&=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b> <img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,stripslashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title">Chi sono i membri dello Staff?
</h2>
<div id="notfound-looking-for" class="box-content">
<p class="">I membri dello <b>Staff</b> di <?php echo $sitename; ?> Hotel sono utenti che gestiscono la <b>sicurezza</b> e che organizzano <b>competizioni</b>. Altri lavorano per rendere l'Hotel migliore e garantire un <b>ottimo servizio</b>.<br>
Li puoi <b>riconoscere</b> tramite il <b>Distintivo Staff</b>.
</div>
</div>
</div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title">AVVISO
</h2>
<div id="notfound-looking-for" class="box-content">
<p class=""><i>Al momento non si cerca Staff, quindi se l'Hotel e' in cerca di nuovi membri lo comunichera' tramite una News.</i><br>
<br>
-<b>Lo Staff dell'Hotel</b></p>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class='habblet-container '>
<div class='cbb clearfix red '>
<h2 class='title'>Le Tue informazioni</h2>
<div id='credits-promo' class='box-content credits-info'>
<div class='credit-info-text clearfix'>
<h3>Il tuo account</h3>
<i>Il tuo nickname </i>: <?php echo "".$name.""; ?>
<br><br>
<i>Crediti</i>: <?php echo $myrow['credits']; ?>
<br><br>
<i>Pixel</i>: <?php echo $myrow['activity_points']; ?>
<br><br>
<i>Tuo IP</i>: <?php echo $myrow['ip_reg']; ?>
<br><br>
<i>Rispetti</i>: <?php echo $myrow['respect']; ?>
<br><br>
<i><?php echo $shortname; ?> Club</i>: <?php if( !IsHCMember($my_id) ){ echo "Non fai parte del Club!"; } else { echo HCDaysLeft($my_id) . " </a>Giorni di <?php echo $shortname; ?> Club"; }?>
<br><br>
<i>Rank</i>: <?php
if($user_rank == "1"){
$user_rank2 = "User";
}
if($user_rank == "2"){
$user_rank2 = "Vip";
}
if($user_rank == "3"){
$user_rank2 = "Arbitro";
}
if($user_rank == "4"){
$user_rank2 = "Moderatore in prova";
}
if($user_rank == "5"){
$user_rank2 = "Moderatore";
}
if($user_rank == "6"){
$user_rank2 = "Amministratore";
}
if($user_rank == "9"){
$user_rank2 = "Co-Founder";
}
if($user_rank == "7"){
$user_rank2 = "Founder";
}
echo "$user_rank2"; ?>
</li>
<br><br>
<i>Ultima visita</i>: <?php echo $myrow['lastvisit']; ?>
<right><div id="habbo-plate">
<a rel="nofollow" href="account.php?tab=1">
<img alt="<?php echo $name; ?>" src="http://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $myrow['look']; ?>&action=hi=667&direction=3&head_direction=3" width="64" height="110" />
</a></right>
</div>
</table>
</div>
</div>
</div>
</div></div>
</div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<?php
include('templates/community/footer.php');
?>
<style type="text/css">body, a:hover {cursor: url(Perfavore, Entra oppure Registrati per vedere i Link!), url(Perfavore, Entra oppure Registrati per vedere i Link!), progress !important;}</style><a rel="nofollow" href="http://www.cursors-4u.com/cursor/2010/02/24/animated-cool-shiny-blue-pointer.html" target="_blank" title="Animated Cool Shiny Blue Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated Cool Shiny Blue Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
@Gammino ^^
Ecco a te @Infuocato.
<?php/*================================================= ==+
|| # HoloCMS - Website and Content Management System
|+================================================ ===+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| # Meth0d.org
|+================================================ ===+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+================================================ ===*/
$allow_guests = true;
include('core.php');
include('includes/session.php');
$tmp = getContent('mod_staff-enabled');
if($tmp !== "1"){
header("Location: index.php"); exit;
}
$pagename = "Staff";
$pageid = "8";
include('templates/community/subheader.php');
include('templates/community/header.php');
?>
<div id="container">
<div id="content">
<div id="column1" class="column">
<div class="habblet-container ">
<div class="cbb clearfix red ">
<h2 class="title"><span style="float: left;">Founder</span><span style="float: right; font-weight: normal; font-size: 75%;">I Fondatori di <?php echo $sitename; ?></span>
</h2>
<div class="habblet box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 8 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 7){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 7 || $row[2] > 7){ // = 7 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&am p;direction=2&head_direction=3&gesture=sml &=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b>*<img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,strip slashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title"><span style="float: left;">Co-Founder</span><span style="float: right; font-weight: normal; font-size: 75%;">I Co-Fondatori di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 7 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 9){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 9 || $row[2] > 9){ // = 9 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&am p;direction=2&head_direction=3&gesture=sml &=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b>*<img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,strip slashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix orange ">
<h2 class="title"><span style="float: left;">Amministratori</span><span style="float: right; font-weight: normal; font-size: 75%;">I Manager di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="http://images.habbo.com/c_images/album1584/ADM.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 6 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 6){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 6 || $row[2] > 6){ // = 6 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&am p;direction=2&head_direction=3&gesture=sml &=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b>*<img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,strip slashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title"><span style="float: left;">Moderatori Ufficiali</span><span style="float: right; font-weight: normal; font-size: 75%;">I Moderatori di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="./HBA.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 5 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 5){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 5 || $row[2] > 5){ // = 5 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&am p;direction=2&head_direction=3&gesture=sml &=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b>*<img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,strip slashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix brown ">
<h2 class="title"><span style="float: left;">Moderatori in prova (a pagamento)</span><span style="float: right; font-weight: normal; font-size: 75%;">I MOD in Prova di <?php echo $sitename; ?></span>
</h2>
<div id="notfound-content" class="box-content">
<img src="./NWB.gif" align="right">
<?php
$getem = mysql_query("SELECT username,motto,rank,lastvisit,look,gender,id FROM users WHERE rank = 4 ORDER BY username") or die(mysql_error());
$staff_members = mysql_num_rows($getem);
if($staff_members == 4){
echo "No staff to display yet." ;
} else {
while ($row = mysql_fetch_array($getem, MYSQL_NUM)) {
if($row[2] == 4 || $row[2] > 4){ // = 4 or higher - Admin
$row[2] = "Fondatore";
}
if(empty($row[1])){
$row[1] = "Nessuna Missione";
}
if(empty($row[1])){
$row[1] = "";
}
$badge = GetUserBadge($row[0]);
if($badge !== false){
$badge = "<img src=\"".$cimagesurl.$badgesurl.$badge.".gif\" /></a>";
} else {
$badge= "";
}
$groupbadge = GetUserGroupBadge($row[6]);
if($groupbadge !== false){
$gbadge = "<a rel='nofollow' href='group_profile.php?id=".GetUserGroup($row[6])."'><img src='./habbo-imaging/badge.php?badge=".$groupbadge."'></a>";
} else {
$gbadge = "";
}
if(IsUserOnline($row[6])){
$online_img = "online_anim";
$online_caption = "Online now!";
} else {
$online_img = "offline";
$online_caption = "Offline";
}
printf("<p><img src='http://www.habbo.com/habbo-imaging/avatarimage?figure=%s& action=wav&size=b&action=wav&size=2&am p;direction=2&head_direction=3&gesture=sml &=s' alt='%s' align='center'/>
<b><a rel='nofollow' href='user_profile.php?name=%s'>%s</a></b>*<img src='./web-gallery/v2/images/habbo_%s.gif' title='%s' alt='%s' border='0'><br />
<i></i><br />
<br />
<img src=http://i43.tinypic.com/2my97o.jpg><br>
<br>
",$row[4],$row[0],$row[0],$row[0],$online_img,$online_caption,$online_caption,strip slashes($row[1]),$row[2],$row[3], $badge, $gbadge);
}
}
?>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title">Chi sono i membri dello Staff?
</h2>
<div id="notfound-looking-for" class="box-content">
<p class="">I membri dello <b>Staff</b> di <?php echo $sitename; ?> Hotel sono utenti che gestiscono la <b>sicurezza</b> e che organizzano <b>competizioni</b>. Altri lavorano per rendere l'Hotel migliore e garantire un <b>ottimo servizio</b>.<br>
Li puoi <b>riconoscere</b> tramite il <b>Distintivo Staff</b>.
</div>
</div>
</div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title">AVVISO
</h2>
<div id="notfound-looking-for" class="box-content">
<p class=""><i>Al momento non si cerca Staff, quindi se l'Hotel e' in cerca di nuovi membri lo comunichera' tramite una News.</i><br>
<br>
-<b>Lo Staff dell'Hotel</b></p>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class='habblet-container '>
<div class='cbb clearfix red '>
<h2 class='title'>Le Tue informazioni</h2>
<div id='credits-promo' class='box-content credits-info'>
<div class='credit-info-text clearfix'>
<h3>Il tuo account</h3>
<i>Il tuo nickname </i>: <?php echo "".$name.""; ?>
<br><br>
<i>Crediti</i>: <?php echo $myrow['credits']; ?>
<br><br>
<i>Pixel</i>: <?php echo $myrow['activity_points']; ?>
<br><br>
<i>Tuo IP</i>: <?php echo $myrow['ip_reg']; ?>
<br><br>
<i>Rispetti</i>: <?php echo $myrow['respect']; ?>
<br><br>
<i><?php echo $shortname; ?> Club</i>: <?php if( !IsHCMember($my_id) ){ echo "Non fai parte del Club!"; } else { echo HCDaysLeft($my_id) . " </a>Giorni di <?php echo $shortname; ?> Club"; }?>
<br><br>
<i>Rank</i>: <?php
if($user_rank == "1"){
$user_rank2 = "User";
}
if($user_rank == "2"){
$user_rank2 = "Vip";
}
if($user_rank == "3"){
$user_rank2 = "Arbitro";
}
if($user_rank == "4"){
$user_rank2 = "Moderatore in prova";
}
if($user_rank == "5"){
$user_rank2 = "Moderatore";
}
if($user_rank == "6"){
$user_rank2 = "Amministratore";
}
if($user_rank == "9"){
$user_rank2 = "Co-Founder";
}
if($user_rank == "7"){
$user_rank2 = "Founder";
}
echo "$user_rank2"; ?>
</li>
<br><br>
<i>Ultima visita</i>: <?php echo $myrow['lastvisit']; ?>
<right><div id="habbo-plate">
<a rel="nofollow" href="account.php?tab=1">
<img alt="<?php echo $name; ?>" src="http://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $myrow['look']; ?>&action=hi=667&direction=3&head_direction=3" width="64" height="110" />
</a></right>
</div>
</table>
</div>
</div>
</div>
</div></div>
</div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<?php
include('templates/community/footer.php');
?>
<style type="text/css">body, a:hover {cursor: url(Perfavore, Entra oppure Registrati per vedere i Link!), url(Perfavore, Entra oppure Registrati per vedere i Link!), progress !important;}</style><a rel="nofollow" href="http://www.cursors-4u.com/cursor/2010/02/24/animated-cool-shiny-blue-pointer.html" target="_blank" title="Animated Cool Shiny Blue Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated Cool Shiny Blue Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
Founder rank: 8
Co-Founder rank: 7
Buon divertimento con il retro. ;)
Bene, segnalo per problema risolto.
@Aqui10 , ho risolto. Puoi chiudere! :bye:
Noi e terze parti selezionate utilizziamo cookie o tecnologie simili per finalità tecniche e, con il tuo consenso, anche per altre finalità come specificato nella cookie policy. Usa il pulsante “Accetta” per acconsentire l'utilizzo di tutti i cookies. In alternativa puoi fare clic sul pulsante “Continua senza accettare” per negare il consenso o su "Gestisci le tue preferenze" per accedere a informazioni più dettagliate e modificare le tue preferenze prima di acconsentire.