If you want them all to have different images, yes.... duplicate this section:
// ------------------
// Add the special flag if they are part of the special group - hack by JoshPet
elseif (preg_match("/-5-/",$postergroup)) { // adjust this group number if needed
$UserStatus = "<img src="{$config['images']}/specialflagA.gif" alt="SPECIAL" border="0" />";
elseif (preg_match("/-6-/",$postergroup)) { // adjust this group number if needed
$UserStatus = "<img src="{$config['images']}/specialflagB.gif" alt="SPECIAL" border="0" />";
etc....
Be sure to change the group number and image name each time.
