Excluding profiles from lists
Design and Skin Customization
Give this a shot:
{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9"}
or more than one quota:
{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9,10,11"}
Hope this helps!