I understand that I can copy the "code" in the location to place it whereever in the forums, but I wish to include the ad space on my main site, of which, is in a different directory and sub domain. Could you give an example of said SSI implementation?
My current SSI code is the following (slightly edited for content):
<?php
require("r:\Public\my\forum\subdomain\SSI.php");
if (in_array(11, $user_info['groups']))
{echo ' ';}
else{
echo '<div class="ads"><script type="text/javascript"><!--
ad code is here
//-->
</script>
more ad code is here
</div>';
}
?>
The previous is so a single group members do not see the ads, but all others do. With Ad Seller Pro, I can see that what I wish to do may be able to be done with one shot and configuration area... but cannot make it work (after creating a new ad location, unchecking all forum areas, etc).

By the way, your mods rock.
