[3.7] Adsense in your signature

Hoxxy

New Member
Title: Adsense
Tag: adsense
Replacement :
HTML:
<script type="text/javascript"><!--
google_ad_client = "{param}";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Example:
Code:
[adsense]pub-9161427108033652[/adsense]

Description: Lets you have your adsense code in your signature!
Image:
Code:
/images/editor/adsense.gif
 

gjcomputer

New Member
not sure i understand how to do this, maybe im retarted, but its a little confusing. but very cool if i can get it to work
 

the fanopsis

New Member
Hoxxy i have done this befor but i was facing a little problem
when two members use this on their signature and post in the same thread
the both signatures disapear !
i used the same code as you !
 

Hoxxy

New Member
the fanopsis said:
Hoxxy i have done this befor but i was facing a little problem
when two members use this on their signature and post in the same thread
the both signatures disapear !
i used the same code as you !

Sorry I don't use it myself I just found it while searching vb.org and thought I 'd post it.:)
 

Hoxxy

New Member
Gravedigger said:
I enter my pub code but there is no adsense in my signature, yet. :/

Are you getting 404 page not found? newly created ads can take time to filter though, leave it 20 mins and check it again...
 

Gravedigger

New Member
Hoxxy said:
Are you getting 404 page not found? newly created ads can take time to filter though, leave it 20 mins and check it again...

I'm an idiot! I forgot that i have Adblocker on my Firefox :/

Thanks for the code!
icon12.gif
 

Gravedigger

New Member
Hoxxy said:
Are you getting 404 page not found? newly created ads can take time to filter though, leave it 20 mins and check it again...

I'm an idiot! I forgot that i have Adblocker on my Firefox :/

Thanks for the code!
icon12.gif
 

me50

New Member
can i add a condition here to show only guests .

i have made this like

<if condition="$show['guest']">
<script type="text/javascript"><!--
google_ad_client = "{param}";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </if>

but its showing to both members and guests.

any help will be appreciated
thankx
 
Top