You could prolly change the conditional to something like this:
PHP Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1)) && THIS_SCRIPT != 'page_name'">
page_name would be what ever is defined for THIS_SCRIPT in the php file of the pages you don't want the ad to be shown on.
For more than one page you can keep adding && THIS_SCRIPT != 'page_name' to that conditional. Thats how I would do it, but maybe someone else has a better way.
Derek