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 |
#12
|
||||
|
||||
Im using a stock vB default theme on my test site.. However no worries.. I was just testing it and have no real use for this.. If it does really work as described it sounds like mod of the month material for sure.. Good Luck!!
|
#13
|
|||
|
|||
Fantastic idea,my concern is would Google deem this as click fraud?
|
#14
|
||||
|
||||
no this is not. We are not forcing user to click on ads.
|
#15
|
||||
|
||||
any way to makre sharing with percent
in this way u mention it is 100% to thread starter i want it like 80% or 50% |
#16
|
|||
|
|||
is it possible to make only a certain group able to display the banner?
|
#17
|
||||
|
||||
Quote:
Quote:
Code:
<vb:if condition="$show['guest']">Show this to guest only</vb:if> |
#18
|
|||
|
|||
How does this work? how do you share revenue? I don't have adsense, but this looks promising
|
#19
|
||||
|
||||
hey,great post
but i want something like for those users who have not added there pub id mine ads will be shown to there threads |
#20
|
||||
|
||||
Quote:
yes this is same. If user not added pub id ur adsense will show on threads. |
#21
|
|||
|
|||
Is there a way I can make it so that only certain user groups can post their publisher ID information in the User Profile field?
I would only like my supporters and staff to be able to use this and make money but not everyone on my site. (Ie My supporters can make money but my regular registered members can not.) Also what happens if there is a post made and there is no google information (publisher id) for it, does a google ad display or can it use my own Google ID number if there is none there? Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|