i replaced:
PHP Code:
<if condition="!$show[guest] || $vboptions[ddsb_guest_show]">
with
PHP Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5,6))">
So I could keep it just for S Mods and admin and it works BUT is there anyway of stopping anyone else from actually viewing it, as its still viewable by all via the direct link
mysitename.com\shoutbox.php
I tried setting file permissions to 740 (public cant read, write or excute) but that throws up an error message.