here ive done it for you
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
/*
*
* MySQL management
*
*/...
how would i get this to show users below Rank 3 ?
$getTopStats = mysql_query("SELECT * FROM users WHERE rank = '1' ORDER BY activity_points DESC LIMIT 10");