Postado Março 2, 2018 7 anos Poderia me ajuda a colocar top guild nessa tabela pro meu modern acc <?PHP //** Connection to the database **// $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); $SQL = POT::getInstance()->getDBHandle(); //** Top Guilds + online status By Kavvson **// $money_list = $SQL->query('SELECT `id`, `name`, `guild` FROM `guild` WHERE `rank_id`)->fetchAll(); $i = 1; foreach($money_list as $money_chr){ echo ''; echo '<br><img src="https://otpokemon.com/images/img/medalha.png">'; echo $i.'.<a href="#">'; $player = $ots->createObject('Player'); $player->find($money_chr['name']); echo '<font color="'; echo ($player->isOnline()) ? 'green' : 'black'; echo '">'; echo ''.$money_chr['name'].'</a></font>'; echo ' <B>['.$money_chr['guild'].']</B>'; $i++; } for( $i; $i <= 3; $i++ ){ echo $i.'. <br><i>Empty</i><br /><br />'; } echo '</br><br>'; ?>
Postado Março 9, 2018 7 anos Este tópico foi movido para a área correta. Esta é uma mensagem automática!Pedimos que leia as regras do fórum! Spoiler This topic has been moved to the correct area. This is an automated message!Please read the forum rules. https://github.com/Cjaker/ , _ , ( o o ) /'` ' `'\ ESTOU TE OBSERVANDO O_O |'''''''| |\\'''//| """
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.