Likes: 0
Results 1 to 5 of 5
Thread: Top PVP List
-
02-08-08, 07:13 PM #1
Top PVP List
Register to remove this adThis 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>'; ?>
› See More: Top PVP List
-
02-08-08, 11:37 PM #2
- Rep Power
- 17
- Reputation
- 11
Dude i've never seen u do PHP or giving credits to anyone else :S
Still for adding more stuff x1rep
-
03-08-08, 08:00 AM #3SuccyGuest
Haha, I like it :P +Rep for both this and your arena top :P
-
03-08-08, 08:15 AM #4
oO very nice, Will be used...Great job.
-
26-04-09, 12:05 AM #5
Register to remove this adWarning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in D:\xampp\htdocs\test\pvprealmpage\php\killranker.p hp on line 14
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