a way is: create a new directory called supermod and copy all files you need for them into it, then edit supermod/global.php to allow supermods to go to this sites...
or i think theres an other way too, but im not sure:
copy the storepoints admin files in the mod directory, and then add after the require global.php this:
PHP Code:
if($bbuserinfo[usergroupid]!=5) {
echo "You're not allowed..";
exit;
}
i can't be more exactly, because i don't use the store hack..