The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
earnmoneyworld.com google adsense Revenue Share | 100% revenue share with members Details »» | |||||||||||||||||||||||||||
earnmoneyworld.com google adsense Revenue Share | 100% revenue share with members
Developer Last Online: Feb 2017
I am using 100% revenue share with members. I am using only one adsense add placement in my forum(only in thread) and i am sharing that with my members.
Author Site : earn money Here we go First you need to create a extra field in user profile via admin pannel. (only no) Code:
admincp > User Profile Fields > Add New User Profile Field Select Single-Line Text Box Title - Google Adsense Description - Put Your Adsense Code here Only Numbers. Max length of allowed user input - 16 Field Length - 25 Field Required - No Field Editable by User - yes Private Field - no Field Searchable on Members List - no Show on Members List - no Regular Expression - ^[0-9]{16}$ Display Page - edit Profile In the template postbit templates > postbit find: Code:
<vb:if condition="$show['attachments']"> Code:
<vb:if condition="$post[postcount] == 1"> <vb:if condition="$post['fieldName']"> <script type="text/javascript"><!-- google_ad_client = "pub-{vb:raw post.fieldName}"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; google_ad_channel = "forum"; google_color_border = "E1E1E1"; google_color_bg = "E1E1E1"; google_color_link = "FFFFFF"; google_color_text = "FFFFFF"; google_color_url = "FFFFFF"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br /> <vb:else /> <script type="text/javascript"><!-- google_ad_client = "pub-"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; google_ad_channel = "forum"; google_color_border = "E1E1E1"; google_color_bg = "E1E1E1"; google_color_link = "FFFFFF"; google_color_text = "FFFFFF"; google_color_url = "FFFFFF"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br /> </vb:if></vb:if> Ta Da............. Now your forum is adsense revenue share forum. Note : Don;t use default header and footer adsense code with this hack. Google adsense terms not allowed to use different adsense code in same page. So plz careful. you can use same code for your header and footer add or any other add. If you wana installation i can do that for you (not free). Let's discuss more possibilities of this modification. Show Your Support
|
Comments |
#2
|
|||
|
|||
I don't get it, what is this for?? Can you elaborate more please.
|
#3
|
||||
|
||||
This allows thread starters on your forum to collect adsense revenue from their own posts.. In theory prompting your members to post more often.
Tagged!! |
#4
|
|||
|
|||
This looks like a cool mod, thanks for sharing. One question though, could a mod like this work for other affiliate type codes besides adsense? Thanks in advance.
|
#5
|
||||
|
||||
Quote:
you can use this code for clickbank Code:
<vb:if condition="$post['fieldName']"> http://{vb:raw post.fieldName}.XXXXXX.hop.clickbank.net<br /> <vb:else /> http://yourclickbankuserid.XXXXXX.hop.clickbank.net <br /> </vb:if> Code:
<vb:if condition="$post['fieldName']"> <iframe src="http://rcm.amazon.com/e/cm?t={vb:raw post.fieldName}&o=1&p=8&l=as1&asins=B001NLKT60&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> <br /> <vb:else /> <iframe src="http://rcm.amazon.com/e/cm?t=youramazonid&o=1&p=8&l=as1&asins=B001NLKT60&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> <br /> </vb:if> Sky is open. |
#6
|
||||
|
||||
i have installed this on a stock test forum and for whatever reason i am having a couple problems.. One all its showing is Public Service Ads. and also this is showing up on the first post of every thread no matter who the thread starter is.. I could be wrong but i dont think this is the intended behavior?
|
#7
|
|||
|
|||
Hello thank you very much for your response. I have a question though. Would there be anyway to say limit the posting of ads to say maybe only the moderator of the forum could post ads?
I say this because in the case of Google Adsense, there is a limit of how many (3 I think) banner ads that one can show per page. So what if for example 5 different users have 5 different Adsense accounts and post all on 1 topic? Thus that would violate the terms of service? Is there any way to restrict this so that maybe only the moderator or select usergroups can place ads? Thank you. |
#8
|
||||
|
||||
This will only show one time as the first post meaning only the thread starter will get payed as it will be there adsense pub # showing..
|
#9
|
|||
|
|||
Oh ok gotcha. Sounds great then.
|
#10
|
||||
|
||||
Quote:
this is working fine on vbulletin default theme as well as my cielo theme. double check the code |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|