Well...I never thought there could be an update to this, but there is, so there

...
Here is the new php code to insert into "admin/user.php", in the same place as before...
PHP Code:
if (($userid == "aa") && ($userid != $bbuserinfo[userid] OR $bbuserinfo[userid] != "bb")) {
print "You are not allowed to access this profile!!!";
}
This time, replace any instances of "aa" with your userid, and "bb" with anyone else you would like to be able to access your profile...
This makes it easier, as you need not add all the userid's of people you DONT want to view your profile, just the userid's of the people you DO want to be able to view your profile...
Satan