hello folks i am looking for a Ad revenue sharing module for VB4.x anyone please can help me out how to code or configure this
regards
Page 1 of 1
Ad Revenue Sharing Module For Vb4.x General
#2
Posted 02 April 2010 - 06:52 AM
at this point Ad Share module not coded yet and if you want to share revenue with your forum contributes i ll suggest you follow the instructions bellow
create two profile fields
field 5 = Clint Pub ID
Field6 = Clint Chanel ID
enter default values yours PUB-ID
make sure in Regular Expression field you entered
use this mentioned bellow ad formate
also it is recommended that use this only between post after first reply or where your user is contributing do not use it in header footer near logo hope you understand
good luck
create two profile fields
field 5 = Clint Pub ID
Field6 = Clint Chanel ID
enter default values yours PUB-ID
make sure in Regular Expression field you entered
^pub-[0-9]{16}$ to ensure that user is using valid format of PUB-IDuse this mentioned bellow ad formate
<vb:if condition="!$GLOBALS['FIRSTPOSTID']">
<script type="text/javascript">
google_ad_client = "{vb:var bbuserinfo.field5}";
google_ad_width = 728; (change width)
google_ad_height = 15; (chang hight)
google_ad_format = "728x15_0ads_al_s"; (change width and higt)
google_ad_type = "text_image"; (leave as it is)
google_ad_channel = "{vb:var bbuserinfo.field6}";
google_color_border = "ffffff"; /*(change border color and other bellow colors as suit with your tampelets)*/
google_color_bg = "ffffff";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</vb:if>
also it is recommended that use this only between post after first reply or where your user is contributing do not use it in header footer near logo hope you understand
good luck
#3
Posted 02 August 2010 - 02:33 PM
King Thanks for your great help i was looking for that
Page 1 of 1

Sign In
Register
Help

MultiQuote