Rangliste geht nicht

03/20/2010 14:16 CHXMVN#1
Mittag Elitepvpers,
ich und mein Freund wollten eine Rangliste machen aber wir bekommen es einfach nicht hin es wer nett von euch wen uns jemand helfen kann , am besten über Team Viewer 5 !
Ps : Einfach eine simple Rangliste wo nur das Lv Exp und so steht keine Extras.

mfg .CHMarvin wer hilft bekommt auch Thx :awesome:
03/20/2010 14:22 banjo1#2
nimm einfach ne fertige
03/20/2010 14:37 CHXMVN#3
finde keine ^^
03/20/2010 14:53 MiniKiller#4
schon mal versucht zu finden?
03/20/2010 14:54 werdernator#5
Quote:
<?php
echo "<center><table border=\"0\">
<tr>
<td width=\"40\"><b><center>Rang</center></b></td>
<td width=\"200\"><b><center>Name</center></b></td>
<td width=\"60\"><b><center>Level</center></b></td>
<td width=\"150\"><b><center>Reich</center></b></td>
</tr>";
include 'dbsettings.php';
$db = "player";
mysql_connect($dbhost, $dbuser, $dbpw) OR
die("ERROR: Connection failed. ".mysql_error());
mysql_select_db($db) OR
die("ERROR: DB allready open. ".mysql_error());
$sql = "SELECT * FROM player WHERE name NOT LIKE '[GM]%' AND name NOT LIKE '[GA]%' ORDER BY level desc, exp desc";
$i = "0" ;
$ergebnis = mysql_query($sql);
while($row = mysql_fetch_object($ergebnis))
{
$i = $i + 1 ;
echo "
<tr>
<th width=\"40\"><font color=#000>$i</font></th>
<th width=\"200\"><font color=#000><a name=\"$row->name\"> $row->name</font></th>
<th width=\"200\"><font color=#000>$row->level</font></th>";
$sql2 = "SELECT * from player_index where id like $row->account_id";
$ergebnis2 = mysql_query($sql2);
$row2 = mysql_fetch_object($ergebnis2);
if($row2->empire == 1)
{
echo "<th width=\"200\"><img src=\"./images/shinsoo.jpg\"></th></tr>";
}
elseif($row2->empire == 2)
{
echo "<th width=\"200\"><img src=\"./images/chunjo.jpg\"></th></tr>";
}
else
{
echo "<th width=\"200\"><img src=\"./images/jinno.jpg\"></th></tr>";
}
}
echo "</table></center>";
echo "<br>";
?>
und die dbsettings.php:
Quote:
<?php
$serverip = '5.157.11.100';
$dbhost = '5.157.11.100';
$dbuser = 'root';
$dbpw = '123456';
?>
Aus mein script
03/20/2010 14:55 MiniKiller#6
[Only registered and activated users can see links. Click Here To Register...]
03/20/2010 15:16 CHXMVN#7
ich will nicht eine komplette Homepage nur die Rangliste könnte jemand sowas als Rar Archiv an mich schicken alle Sachen zusammen also rank.html config_player.php und so was man halt brauch