in the ubb_library2.pl you'll see some code that looks like this:

if ($ThisStatus eq "Administrator") {
$ThisStatus = "$AdminTitle";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "$ModeratorTitle";
}
elsif ($ThisStatus eq "Member") {
$ThisStatus = "$MemberTitle";
} else {
$ThisStatus = "$JrMemberTitle";
}
} else {
$RegName = "unreg";
}


now, imediatly after that, you can add something like this:
if ($thisline[2] eq "sbp") {
$ThisStatus = "newbie for life";}


what this does it change individual user's status

have fun,

- xyrth



------------------
"why buy the cow when you get the sex for free?"