EDIT: never mind. Had a typo in the filename for the xml file. works great
Installed this and getting an SQL error.
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT COUNT(games.highscorerid) AS count, user.username, user.userid FROM arcade_games AS games
LEFT JOIN user AS user ON user.userid = games.highscorerid
WHERE user.userid IS NOT NULL
GROUP BY user.username, user.userid ORDER BY count DESC, user.userid ASC LIMIT;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 Error Number : 1064
Date : Wednesday, December 7th 2005 @ 12:27:25 PM
Script :
http://********/forum/arcade.php?do=lboard
Referrer :
http://*******/forum/arcade.php
IP Address : *************
Username : ***********
Classname : vb_database
Any help would be appreciated!