PDA

View Full Version : Arena Top List



StickyIcky
02-08-08, 06:03 PM
Arena Toplist
Made by Blackhawk
2v2, 3v3, 5v5

This is an arena toplist, with a very easy design. A black background, and a table with 3 columns (2v2, 3v3, 5v5).
It shows the first 10 team only, but you can easily remove/increase the limit by deleting or rewriting this line:




$query = "SELECT name, rating FROM arenateams WHERE type = '0' ORDER BY rating DESC LIMIT 10";"LIMIT 10" needs to be changed
Do this with all the queries, not with the first only http://arcemu.org/forums/style_emoticons/default/smile.gif

To install
Change these values in the index.php file:

$db_host='localhost';
$db_database='CHAR_DATABASE'; (database where your characters table can be found)
$db_username='LOGIN'; (username for the sql server)
$db_password='PASSWORD'; (password for the sql server)

Download
DOWNLOAD NOW! (http://filebeam.com/0f1e61d6786696f62ecfcd9de5262d20)

I hope this will be useful for many people. Good luck!

sve3n
24-08-08, 01:38 AM
this is really Awesome !!