Web masters marketplace forum: Ad Revenue Sharing Module For Vb4.x - Web masters marketplace forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ad Revenue Sharing Module For Vb4.x General

#1 User is offline   poman Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 22-March 10

Posted 22 March 2010 - 06:12 PM

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
0

#2 User is offline   kingkoopa Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 25
  • Joined: 13-February 10
  • Locationkingkoopa.com

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
^pub-[0-9]{16}$
to ensure that user is using valid format of PUB-ID
use 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
0

#3 User is offline   mrpjh Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 47
  • Joined: 16-February 10
  • LocationInternet

Posted 02 August 2010 - 02:33 PM

King Thanks for your great help i was looking for that
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users