Well thats not a personal album though
Thats a password protected category and it is not displayed on your random images that I see.
You can alter the inc_features.php line
WHERE c.cattype = 'c' AND p.cat != 500 AND p.storecat = 0
to this
WHERE c.cattype = 'c' AND c.password = '' AND p.cat != 500 AND p.storecat = 0