PHP Code:
<!-- Google Ads for NON members -->
<if condition="!is_member_of($bbuserinfo, 1,3) AND !$GLOBALS['FIRSTPOSTID']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-9097379824476514";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
</if>
<!-- END Google Ads for NON Members -->
can;t seem to get that to show up.
Edit.
mmmmk I ASSUMED the code for having only certain users see it was ment for users who COULD see it. but its for thoser you DONT want to see it. works perfectly now.