15-12-2011, 05:33 PM
|
#1 (permalink)
|
|
Membro - Coronel
Registrado em: May 2010
Localização: Stuttgart
Posts: 174
Agradecido 1 Vez em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
point oly mostra mais que o normal !
Entao gente Nao se eh problema da minha pagina php do hero ou se eh algo do navicat
mais quando vc clica no rank no meu site mostra mais ponto q a pessoa tem
no exemplo no site la tem uma pessoa q tem 34 ponto mais mostra 344
keria saber como q arruma isso
================================
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: 0000FF;
font-weight: bold;
}
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CC0000;
font-weight: bold;
}
a:visited {
color: #0000FF;
}
a:active {
color: #FF0033;
}
a:link {
color: #0000FF;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head><body><p align="center"><img src="home_data/hero.jpg" height="71" width="190"></p>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="60" width="90%">
<tbody><tr>
<td height="40"><div align="center"><a href="pkkills.php">TOP PK</a></div></td>
<td height="40"><div align="center"><a href="pvpkills.php">TOP PVP</a></div></td>
<td height="40"><div align="center"><a href="hero.php">HEROES</a></div></td>
<td height="40"><div align="center"><a href="olly.php">OLY POINTS</a></div></td>
</tr>
</tbody></table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="95%">
<tbody><tr>
<td><div align="center">
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #00FF0000;
font-weight: bold;
}
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</font></color>
<?php
include("Connection.php");
$FORM2 = "<table width=400 style=\"font-size:11px; font-family:verdana; color:#999999;\" cellspacing=\"0\" cellpadding=\"0\" align=center>
<tr>
<td width=100% height=34 colspan=2 align=center class=\"content\" style=\"font-size:12px; font-family:verdana; color:#999999;\"><b>Heroes</b>
</td>
</tr>
<tr>
<td style=\"font-size:12px; border:1px #999999 solid;\"><center><b><big><big>Name</b></center></td>
<td style=\"font-size:12px; border:1px #999999 solid;\"><center><b><big><big>Wins</b></center></td>
</tr>";
$activity = mysql_query("SELECT class_id,char_name,count FROM heroes WHERE count >=1 ORDER BY count DESC");
while($row = mysql_fetch_array($activity))
{
$FORM2 .= '<tr>
<td style=\"font-size:10px; font-family:verdana; color:#999999;\" class=content align=center><b><font color="#FFD700">'.$row['char_name'].'</td>
<td style=\"font-size:10px; font-family:verdana; color:#999999;\" class=content align=center><font color="#00FF00">'.$row['count'].'</td>
</tr>';
}
echo $FORM2;
?>
</body>
</html>
o Site eh esse caso alguem queira ver melhor como esta
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
|
|
|