Quote:
Originally Posted by ogden2k
This is what I use in my footer. This specifies the google adsence to not show on the pages listed in the script. This goes along with Google's rules.
HTML Code:
<if condition="THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'usercp' AND THIS_SCRIPT != 'sendmessage' AND THIS_SCRIPT != 'profile' AND THIS_SCRIPT != 'private' AND THIS_SCRIPT != 'subscriptions' AND THIS_SCRIPT != 'subscription' AND THIS_SCRIPT != 'member' AND THIS_SCRIPT != 'memberlist' AND THIS_SCRIPT != 'faq' AND THIS_SCRIPT != 'online' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'announcement' AND THIS_SCRIPT != 'calendar' AND THIS_SCRIPT != 'report'">
<!-- Google AdSense Code -->
<div align="center"><br />
code here
</div>
<!-- End Google AdSense Code -->
</if>
|
for some reason the links in my ads are not working.. is this google, or my code?
I am using in postbit at the very bottom. I could swear it was working earlier today...
Quote:
<if condition="$post[postcount] == $thread[replycount]">
<if condition="THIS_SCRIPT == 'showthread' or THIS_SCRIPT == 'index' or THIS_SCRIPT == 'forumdisplay'">
<if condition="$bbuserinfo[usergroupid] == 6 || $bbuserinfo[usergroupid] == 2 || $bbuserinfo[usergroupid] == 1">
<br>
<script type="text/javascript"><!--
google_ad_client = "pub-3573569262353836";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="4365468521";
google_color_border = "003366";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "FF6600";
google_color_text = "FF6600";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
</if>
</if>
</if>
|