Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
[Disponivel Para Baixar] WebSystem Para EO Gold
+16
Dooolly
Blackraato
rafaeluio
Mario.Hacker
Valentine
matheus180
tenchumaster
Raphael
BrunoFox
Faabinhuu ;
Nanzin
Kirito
RD12
TecoKun
Juton
Nietore
20 participantes
Página 7 de 7
Página 7 de 7 • 1, 2, 3, 4, 5, 6, 7
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
Veja a data antes de postar, você reviveu um tópico com mais de 5 meses.
Se fosse sobre uma dúvida ou algo importante, tudo bem, mas só para falar isso é contra as regras.
Se fosse sobre uma dúvida ou algo importante, tudo bem, mas só para falar isso é contra as regras.
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
Abra o arquivo rankpage apague tudo e cole esse código, e salve.
Agora abra a pagina rank. apague e cole esse:
Desse modo listará na orden certa os players com niveis mais alto!
- Spoiler:
- Código:
<?php
$iLoopCurrent= -1;
$sPlayersData = array();
$sPasta = opendir($diretorio."Data/Accounts/");
while(($sFileAtual = readdir($sPasta)) !== false)
{
if(($sFileAtual !=".") && ($sFileAtual !="..") && ($sFileAtual != "index.htm") && ($sFileAtual !="info") && ($sFileAtual !="_charlist.txt"))
{
$iLoopCurrent--;
$sFileParse= parse_ini_file($diretorio."Data/Accounts/". $sFileAtual);
$sFileAtual = substr($sFileAtual , 0,strlen($sFileAtual)-4);
$sPlayersData[$iLoopCurrent] = array($sFileParse["Level"] ,$sFileAtual ); //Tag KILLS
}
}
array_multisort ( $sPlayersData, SORT_DESC);
?>
<table>
<tr>
<th>Nome</th>
<th>Nivel</th>
</tr>
<?php
foreach ($sPlayersData as $sCurrentData)
{ ?>
<tr>
<td><?php echo $sCurrentData[1] ?></td>
<td><?php echo $sCurrentData[0] ?></td>
</tr>
<?php }
?>
</table>
Agora abra a pagina rank. apague e cole esse:
- Spoiler:
- Código:
<!-- ###################
Criado por: Nietore
Creditos: Sweet Vengeance
Parceiros: AldeiaRpgBr.Forumeiros.com
################### -->
<?php include("../CONFIG/config.php") ?>
<!-- Titulo do Site você edita no arquivo Config.php -->
<title><?php echo "$titulo"; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../CSS/estilo.css" rel="stylesheet" type="text/css" />
<link href="../CSS/tags.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="../Favicon.png" type="image/x-icon">
<!-- Conteudo do Site -->
<body>
<div id="backbanner">
<center>
<img src="../IMG/banner.png" border="0">
</center>
</div>
<div id="menu">
<div id="menu2">
<center>
<a href="../index.php"><strong>INICIO </strong></a><strong>|</strong> <a href="cadastro.php"><strong>CADASTRO </strong></a><strong>|</strong> <strong><a href="login.php">LOGIN </a>| <a href="rank.php">RANK </a>|</strong> <strong><a href="downloads.php">DOWNLOADS</a></strong> <strong>|</strong> <strong><a href="contatos.php">CONTATOS</a></strong>
</center>
</div>
</div>
<div id="backconteudo">
<center>
<div id="conteudo2">
<div id="conteudo"><br>
<br>
<p> Jogadores </p><br>
<br>
<br>
<?php include("rankpage.php")?>
</div>
</div>
</center>
</div>
<div id="rodape"></div>
</body>
Desse modo listará na orden certa os players com niveis mais alto!
_________________
Eu poderia ser a pessoa mais agradavel do mundo! mas optei por ser eu mesmo.
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
esse site serve para eo 2.0 nietore???
_________________
"Não importa o quão forte o cara é, o que importa é encara-lo de frente sem fraquejar"
Laxus ~ Fairy Tail
Laxus- Aldeia Friend
- Mensagens : 1150
Créditos : 78
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
Sei lá!
é só testar.
é só testar.
_________________
Eu poderia ser a pessoa mais agradavel do mundo! mas optei por ser eu mesmo.
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
vlw mano muito bom!!! +3 cred ae pra tu
_________________
"Script dado nao se olha os bugs" "Programar é uma Arte, o erro faz parte"
Vila RPG Maker | Forum
dif78qps- Novato
- Mensagens : 4
Créditos : 0
Re: [Disponivel Para Baixar] WebSystem Para EO Gold
@Nietore
Pordeira Fazer o RE-UP Desse Web Site por favor ?
Pordeira Fazer o RE-UP Desse Web Site por favor ?
_________________
Consultor de Segurança
Full Stack Developer
Amante de Software Livre!
Amante de Software Livre!
Zero- Semi-Experiente
- Mensagens : 107
Créditos : 13
Página 7 de 7 • 1, 2, 3, 4, 5, 6, 7
Tópicos semelhantes
» [Disponivel Para Baixar] Web dbz
» Perfect WebSystem para TelamLudus v3 - By Nietore
» [Dispondo] WebSystem Revolution Project para TelamLudus
» PingOut 5 - Otimizador para Servidores. Baixe gratuitamente!
» Mystical Hunter Online
» Perfect WebSystem para TelamLudus v3 - By Nietore
» [Dispondo] WebSystem Revolution Project para TelamLudus
» PingOut 5 - Otimizador para Servidores. Baixe gratuitamente!
» Mystical Hunter Online
Página 7 de 7
Permissões neste sub-fórum
Não podes responder a tópicos