- 0
-
Quem Está Navegando
- Nenhum usuário registrado visualizando esta página.
-
Posts
-
Los links estan caidos 😞
-
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico. Grato pela atenção!
-
Olá, é possível obter o arquivo para esses ícones? Olá, é possível obter o arquivo para esses ícones?
-
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto. Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
-
Por Heverton Molina · Postado
Gente eu instalei aqui no meu servidor porem não sei qual e a senha pra entrar eu crio o login de admin mas e a senha onde eu coloco? -
Por juniinxt007 · Postado
Todos os Links dele Estao OFF -
Por JefersonFelisbino · Postado
Boa ! O icone dos agathions esta fora do ar "/ estou precisando -
Por juniinxt007 · Postado
Alguem pela misericordia teria o link dos Set S PVP e de todas as armas S coloridas PVP? @AllInOne -
Por L2BloodyWar · Postado
eu tava com um projeto acis 398 mais o java era 11 ai nao sei atualizar e desistir fui olhar essa lucera, mal tem arquivos sobre ele entao eo projeto mais atual ? se alguem tiver uma sourve/rev ja compilada boa fico a dispor no chat! meu intuito e aprender e tbm por online mais bem la na frente ai a 398 era limpa mais falaram que estava muito desatualizada e eu ia ter problema pra add qualquer coisa
-
Pergunta
Lineage10
Pessoal Meu Site nao esta dando para ver as statisticas do meu serve
Ele da esse erro Alguem ai Sabe como arrumo?
Erro
Warning: mysql_connect() [
Warning: mysql_connect() [
Fatal error: Maximum execution time of 60 seconds exceeded in C:\AppServ\www\rank\pvp.php on line 3
Minha pvp.php Abraixo
<?php
$co = mysql_connect("localhost","root","") or die (mysql_error());
$db = mysql_select_db("l2jdb",$co) or die (mysql_error());
?>
<html>
<head>
<style type="text/css">
<!--
p {margin-right: 300px;}
-->
</style>
<title>Top pvp</title></head>
<body>
<table width="702" height="234" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#999999">
<tr>
<td width="25"><img src="images/--1.png" width="25" height="25"></td>
<td width="651"> </td>
<td width="25"><img src="images/--3.png" width="25" height="25"></td>
</tr>
<tr>
<td> </td>
<td><table width="651" height="184" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td width="1" height="93"> </td>
<td width="768"><table width="647" height="93" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
<tr>
<td width="36"><img src="images/---1.png" width="25" height="25"></td>
<td width="707"> </td>
<td width="25"><img src="images/---3.png" width="25" height="25"></td>
</tr>
<tr>
<td> </td>
<td><div align="center"> <font size="+7" face="28 Days Later">TOP
PVP</font> </div></td>
<td> </td>
</tr>
<tr>
<td height="25"><img src="images/---2.png" width="25" height="25"></td>
<td> </td>
<td><img src="images/---4.png" width="25" height="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="91"> </td>
<td><table width="650" height="38" border="1" cellpadding="0" cellspacing="0">
<tr bgcolor="#333333">
<td width="86" bordercolor="#FFFFFF">
<div align="center"><strong><font color="#FFFFFF" size="+1">Ranking</font></strong></div></td>
<td width="226" bordercolor="#FFFFFF">
<div align="center"><strong><font color="#FFFFFF" size="+1">Nome</font></strong></div></td>
<td width="113" bordercolor="#FFFFFF">
<div align="center"><strong><font color="#FFFFFF" size="+1">Level</font></strong></div></td>
<td width="112" bordercolor="#FFFFFF">
<div align="center"><strong><font color="#FFFFFF" size="+1">Title</font></strong></div></td>
<td width="111" bordercolor="#FFFFFF">
<div align="center"><strong><font color="#FFFFFF" size="+1">PVP'S</font></strong></div></td>
</tr>
<?php
$i = 1;
$select = mysql_query("SELECT * FROM characters ORDER BY pvpkills DESC LIMIT 10") or die (mysql_error());
while($res = mysql_fetch_array($select)){
?>
<tr align="center" bgcolor="#CCCCCC">
<td><?php echo $i ?>º</td>
<td><?php echo "$res[char_name]";?></td>
<td><?php echo "$res[level]";?></td>
<td><?php echo "$res[title]";?></td>
<td><?php echo "$res[pvpkills]";?></td>
</tr>
<?php
$i++;
}
?>
</table></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td><img src="images/--2.png" width="25" height="25"></td>
<td> </td>
<td><img src="images/--4.png" width="25" height="25"></td>
</tr>
</table>
<p align="center"> </p>
</body>
</html>
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.