If anyone is interested I figured out how to make this only accessible for admin's or members who have admincp access.
Ftp to your forums > modcp and download the file "mas_rateapp.php"
Then go to forums > adimcp and upload the file "mas_rateapp.php" there.
Next go to forums > includes > xml and edit the file "cpnav_mas.xml"
Find
Code:
<link>../{$vbulletin->config[Misc][modcpdir]}/mas_rateapp.php?do=list</link>
and change it to
Code:
<link>../{$vbulletin->config[Misc][admincpdir]}/mas_rateapp.php?do=list</link>
And then reupload to the xml folder and your done.
SVT