Filebeam - Free Fast File HostingCode:Features -Lists top 10 players based on number of honor kills. -Lists honor character's honor points and arena points. -Lists PvP title. -Shows faction, race, class.
Site demo: Honor Kill Ratings
If you want to change the number of players listed just look forand change the number or delete theCode:SELECT * from characters where banned='' and killsLifeTime<>'0' order by killsLifeTime DESC LIMIT 10part.Code:LIMIT 10