if($_COOKIE["hfusuario"]) {
echo "HabboFan ".$_COOKIE["hfusuario"]."
";
$nickdelusuarioraroraroraro = $_COOKIE["hfusuario"];
$resp012345 = mysql_query("select * from habbofotos_usuarios WHERE usuario='$nickdelusuarioraroraroraro'") ;
$datoss = mysql_fetch_array($resp012345) ;
$nivel = $datoss[nivel];
$levelanoticias = $datoss[anoticias];
$levelbnoticias = $datoss[bnoticias];
$levelmensajeall = $datoss[mensajeall];
$levelbannear = $datoss[bannear];
$levelboletin = $datoss[boletin];
$levelconcursos = $datoss[concursos];
$levelniveles = $datoss[niveles];
$levelfurnis = $datoss[furnis];
$levelafiliados = $datoss[afiliados];
$levelminichat = $datoss[minichat];
$levelreportajes = $datoss[reportajes];
$levelgalerias = $datoss[galerias];
$levelfotomis = $datoss[fotomis];
$levelrezos = $datoss[rezos];
$levelentrevistas = $datoss[entrevistas];
mysql_free_result($resp012345) ;
if ($nivel>=8) { echo "ADMINISTRAR
"; } ?>
if ($levelminichat=="1") { ?> -
Minichat } ?>
if ($levelreportajes=="1") { ?> -
Reportajes } ?>
if ($levelentrevistas=="1") { ?> -
Entrevistas } ?>
if ($levelmensajeall=="1") { ?> -
Mensaje a Todos } ?>
if ($levelanoticias=="1") { ?> -
Noticias
$resp = mysql_query("select id from habbofotos_noticias where activo='0'") ;
$totalnoticias = mysql_num_rows($resp) ;
mysql_free_result($resp) ;
if ($totalnoticias>="1") { ?>
} ?>
} else if ($levelbnoticias=="1") {?>
-
Noticias
$resp = mysql_query("select id from noticias where activo='0'") ;
$totalnoticias = mysql_num_rows($resp) ;
mysql_free_result($resp) ;
if ($totalnoticias>="1") { ?>
} ?>
} ?>
if ($levelboletin=="1") { ?> -
Bolet�n } ?>
if ($levelconcursos=="1") { ?> -
Concursos } ?>
if ($levelniveles=="1") { ?> -
Niveles } ?>
if ($levelafurnis=="1") { ?> -
Furnis } ?>
if ($levelafiliados=="1") { ?> -
Afiliados } ?>
if ($levelgalerias=="1") { ?> -
Galerias } ?>
if ($levelfotomis=="1") { ?> -
Foto Misteriosa } ?>
if ($levelrezos=="1") { ?> -
Rezos } ?>
-
Usuarios
-
Perfil
-
Afiliar Mi Web
-
Mensajes
$usuario = $HTTP_COOKIE_VARS[hfusuario] ;
$resp = mysql_query("select id from habbofotos_mensajes where nuevo='0' and destinatario='$usuario'") ;
$mensajes = mysql_num_rows($resp) ;
mysql_free_result($resp) ;
if($mensajes == 0) {
}
else {
?>
}
?>
- Enviar Noticia
- Desconectar
} else { ?>