It looks like the script is only counting people that are using custom avatars and not the people using the installed avatars.
I found this code that looks like it's doing that:
PHP Code:
$alle_avatars = $DB_site->query_first("SELECT COUNT( * ) as avatar FROM " . TABLE_PREFIX . "customavatar ");
How would you fix that so that it would count both people using custom avatars and people using installed avatars?