
Results 1 to 5 of 5
Thread: Top PVP List
Threaded View
-
02-08-08, 06:13 PM #1
Top PVP List
This will list the Top PVPers of your realm
Code:<?php $db_host='hostname'; $db_db='dbname'; $db_user='user'; $db_pas='password'; $connection = @mysql_connect($db_host, $db_user, $db_pass); $db_select = @mysql_select_db($db_db); $query = 'SELECT name, killsLifeTime FROM characters WHERE killsLifeTime > 0 ORDER BY killsLifeTime DESC LIMIT 10'; // Change the 10 to the number of results (10 for top 10, 100 for top 100, etc) $pvplist = @mysql_query($query); echo '<table>'; while($pvp_row = mysql_fetch_assoc(($pvplist))) { echo '<tr><td>'. $pvp_row["name"] .'</td><td>'. $pvp_row["killsLifeTime"] .'</td></tr>'; } echo '</table>'; ?>
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
Visitors found this page by searching for:
Nobody landed on this page from a search engine, yet!
SEO Blog