Hall Da Fama ;-;

2 participantes

PlayGamesSuper PlayGamesSuper  • 03.02.15 22:50

Hall Da Fama ;-; Empty Hall Da Fama ;-; 03.02.15 22:50

O que deseja: Gostaria De Saber Como Colocar Hall Da Fama no meu "Habbo" Que Seja Automatico Sabe os ricos os duckets os respeitos etc..

Nome do que deseja: Hall Da Fama ;-;

Print do que deseja (Se possível): NÃO TEM PRINT ;-;

Onde viu O que deseja: Eu Mesmo vi !

Deve ser compativel com: NewCrypto

Se escolheu outros, especifique: NewCrypto

Comentários adicionais: Espero a ajuda ;-; Obrigado Todos

Vong Vong  • 03.02.15 22:52

Hall Da Fama ;-; Empty Re: Hall Da Fama ;-; 03.02.15 22:52

Reputação da mensagem: 100% (1 votos)
Aqui está, https://i.imgur.com/K4wUfJ6.png

https://www.power-pixel.net/t63607-hall-da-fama-completo#412406

Esse e o top 5 moedas, respeitos, pixels..

PlayGamesSuper PlayGamesSuper  • 03.02.15 23:21

Hall Da Fama ;-; Empty Re: Hall Da Fama ;-; 03.02.15 23:21

Código:
<?php

require_once('./inc/hotel_core.php');
require_once('./inc/hotel_session.php');

$pagename = "Top Usuários";
$pageid = "5";
$body_id = "credits";

include('./templates/community_subheader.php');
include('./templates/community_header.php');

?>

<div id="container">

<!-- / tab[b][/b]le left - Créditos -->
<div id="content" style="position: relative" class="clearfix">
<div id="column" class="column">
<div class="habblet-container ">
<div class="cbb clearfix blue ">  
<h2 class="title"><span style="float: left;">Moedas</span> </h2>
<div align="left"> 
<tab[b][/b]le width="100%">
<tr>

<?php

$row = mysql_query("SELECT * FROM users WHERE rank < 4 ORDER BY credits DESC LIMIT 5");
while($sql = mysql_fetch_assoc($row)){

?>

<tr><td width="5px"></td>
<td width="20px">
<img src="<?php echo $avatar; echo $sql['look']; ?>&action=wav&direction=3&head_direction=3&gesture=sml&size=s" align="left"></td>
<td width="195px"><?php echo $sql['username']; ?><br />
<span style="color: blue" size:="" 2=""><?php echo $sql['credits']; ?> Moedas</span></td>
 <?php } ?>
</tr>
</tab[b][/b]le>
</div> </div>
</div> </div>



<!-- / tab[b][/b]le center - Duckets -->
<div id="column" class="column"><div class="habblet-container ">
<div class="cbb clearfix blue ">  
<h2 class="title"><span style="float: left;">Duckets</span> </h2> 
<div align="left"> 
<tab[b][/b]le width="100%">
<tr>

<?php

$row = mysql_query("SELECT * FROM users WHERE rank < 4 ORDER BY activity_points DESC LIMIT 5");
while($sql = mysql_fetch_assoc($row)){

?>
 <tr><td width="5px"> </td>
            <td width="20px"><img src="<?php echo $avatar; echo $sql['look']; ?>&action=wav&direction=3&head_direction=3&gesture=sml&size=s" align="left"></td> <td width="195px"><?php echo $sql['username']; ?><br />
<span style="color: blue" size:="" 2=""><?php echo $sql['activity_points']; ?> Duckets</span></td>
 <?php } ?>
</tr>
</tab[b][/b]le>
</div> </div>
</div> </div>

<!-- / tab[b][/b]le center - Pontos de Conquista-->
<div id="column" class="column"><div class="habblet-container ">
<div class="cbb clearfix blue ">  
<h2 class="title"><span style="float: left;">Pontos de Conquista</span> </h2> 
<div align="left"> 
<tab[b][/b]le width="100%">

<tr>
<?php

$row = mysql_query("SELECT * FROM users WHERE rank < 4 ORDER BY achievement_points DESC LIMIT 5");
while($sql = mysql_fetch_assoc($row)){

?>
 <tr><td width="5px"> </td>
            <td width="20px"><img src="<?php echo $avatar; echo $sql['look']; ?>&action=wav&direction=3&head_direction=3&gesture=sml&size=s" align="left"></td> 
<td width="195px"><?php echo $sql['username']; ?><br />
<span style="color: blue" size:="" 2=""><?php echo $sql['achievement_points']; ?> Conquistas</span></td>
 <?php } ?>
</tab[b][/b]le>
</div> </div>
</div> </div>

<!-- / tab[b][/b]le center - Pontos online-->
<div id="column" class="column"><div class="habblet-container ">
<div class="cbb clearfix blue ">  
<h2 class="title"><span style="float: left;">Pontos online</span> </h2> 
<div align="left"> 
<tab[b][/b]le width="100%">

<tr>
<?php

$row = mysql_query("SELECT * FROM users WHERE rank < 4 ORDER BY points_online DESC LIMIT 5");
while($sql = mysql_fetch_assoc($row)){

?>
 <tr><td width="5px"> </td>
            <td width="20px"><img src="<?php echo $avatar; echo $sql['look']; ?>&action=wav&direction=3&head_direction=3&gesture=sml&size=s" align="left"></td> 
<td width="195px"><?php echo $sql['username']; ?><br />
<span style="color: blue" size:="" 2=""><?php echo $sql['points_online']; ?> Pontos</span></td>
 <?php } ?>
</tab[b][/b]le>
</div> </div>
</div> </div>


<!-- / tab[b][/b]le center - Respeitos-->
<div id="column" class="column"><div class="habblet-container ">
<div class="cbb clearfix blue ">  
<h2 class="title"><span style="float: left;">Respeitos</span> </h2> 
<div align="left"> 
<tab[b][/b]le width="100%">

<tr>
<?php

$row = mysql_query("SELECT * FROM users WHERE rank < 5 ORDER BY respect DESC LIMIT 5");
while($sql = mysql_fetch_assoc($row)){

?>
 <tr><td width="5px"> </td>
            <td width="20px"><img src="<?php echo $avatar; echo $sql['look']; ?>&action=wav&direction=3&head_direction=3&gesture=sml&size=s" align="left"></td> 
<td width="195px"><?php echo $sql['username']; ?><br />
<span style="color: blue" size:="" 2=""><?php echo $sql['respect']; ?> Respeitos</span></td>
 

<?php }?></tab[b][/b]le>

</div></div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>


</div>

<?php include('./templates/community_footer.php'); ?>
Pode Me Explicar Aonde eu coloco ?? se for na templates pode me explicar pfv ;-;

Vong Vong  • 04.02.15 20:22

Hall Da Fama ;-; Empty Re: Hall Da Fama ;-; 04.02.15 20:22

Va a sua cpanel, e crie um arquivo tops.php e cole esse código,  depois teste o ; lindoseuhp.com/tops.php

PlayGamesSuper PlayGamesSuper  • 04.02.15 22:27

Hall Da Fama ;-; Empty Re: Hall Da Fama ;-; 04.02.15 22:27

O Meu Tá Asim >https://i.imgur.com/4kMar0B.png<

Vong Vong  • 08.02.15 10:40

Hall Da Fama ;-; Empty Re: Hall Da Fama ;-; 08.02.15 10:40

Olá o código que eu lhe mandei, e você comentou acima, tire os "[ b ] [ / b ]
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.