View Full Version : Google Adsense
deaconxgp
03-05-2004, 12:37 AM
Hey guys/gals...I've searched and I can't find out how to add Adsense centered in the footer...
I went to VBT but my account isn't activated for some reason..oh well...
can someone help me just modify the footer ...i've done it but it's NEVER centered..i can't get it centered in the footer...
AN-net
03-05-2004, 12:59 AM
<div align="center">textgoeshere</div>
ogden2k
03-05-2004, 03:25 PM
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.
<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>
DenzoForums
04-30-2004, 01:41 AM
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.
<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...
<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>
jons5150
05-09-2004, 08:20 AM
Worked perfect. Thanks much...
younghistorians
05-15-2004, 02:27 PM
thanks, this code works perfectly!
younghistorians
05-15-2004, 02:33 PM
whoops, I just realized this is the VB2 forum....anyway im using this code for VB3 and its working fine.
DieselMinded
07-12-2007, 11:23 PM
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.
<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>
This works Great Thanks !
DieselMinded
07-17-2007, 06:24 PM
I think googles ripping me off
3,439 impressions and 1 click
for .39 Cents
Sigh
DM
G0F0RBR0KE
07-17-2007, 06:54 PM
I think googles ripping me off
3,439 impressions and 1 click
for .39 Cents
Sigh
DM
The company are paying google and google is giving u the check.
DieselMinded
07-17-2007, 07:52 PM
There not giving me no checks
lol
G0F0RBR0KE
07-17-2007, 11:42 PM
You'll get a check once you get 100 or they'll add it to your paypal account. Either way.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.