Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Google Adsense / Adbrite Ads Based on Length of First Post Details »»
Google Adsense / Adbrite Ads Based on Length of First Post
Version: 1.00, by Neutral Singh Neutral Singh is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.2 Rating:
Released: 10-12-2006 Last Update: Never Installs: 32
Uses Plugins Template Edits
 
No support by the author.

Google Adsense / Adbrite Based on Length of First Post
This should work on all versions of vbulletin 3.5.x and above.

Keywords: google, adsense, adbrite, yahoo publisher, earn, income, showthread, first post, thread, topic

Google Policy on showing competitive advertisements at end of this post:

Context: Time to make some neat money on google adsense. Well, this is a cute little plugin which enables an admin to show variable adsense or adbrite code on the first post of the thread/topic based on the length of the message. This helps in keeping in shape the demographics of the forum by keeping the things neat and tidy. You can visit my forums on my website and surf through some threads/topics to get a clear picture of what i am saying.

Installation Instructions:

Code:
Go to Plugin Manager > Add new Plugin

 Product: vbulletin
 Hook Location: postbit_display_complete
 Title: Google Adsense in Postbits Based on the Length of Message
 Execution Order: 5
 Plugin PHP code: $post['text_length'] = strlen($post['message']);

Now edit Template posbit or postbit_legacy

Find: 
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
            </div>

Add Below: (Put the following code where ever you feel like adding.)
Quote:
<if condition="THIS_SCRIPT == 'showthread'"> <if condition="$post['text_length'] < 1200"> <br> Google Adsense/Adbrite/Publisher Code # 1 Here <else /> <br> Google Adsense/adbrite/Publisher Code # 2 Here </if> </if>
Here, 1200 is variable to adjust the length of message to change your adsense accordingly.
You are done! You can play with this thing to add your own advertising banners or adbrite code as well.

Demo: http://www.sikhphilosophy.net

Google Policy on showing competitive advertisements:
Code:
Thank you for your email. Google AdSense program policy does not permit Google ads to be published on the same web page as other
contextually-targeted ads. More broadly, our policy does not permit Google
ads to be displayed on the same website as ads that mimic or attempt to be
associated with Google ads. According to these program policies, AdBrite
may be displayed on the same page as Google ads on your site. We do allow
affiliate or limited-text links. However, other contextually-targeted ads
may not be used.

For publishers participating in AdSense for search, please note that we do
not allow other search services or query-targeted ads to be displayed on
the same site as AdSense for search.

Our intent with this policy is to be as fair to our advertisers as
possible and to maintain the integrity of the AdWords and AdSense
programs.

We appreciate your cooperation and look forward to your continued
participation in AdSense.

For additional questions, I'd encourage you to visit the AdSense Help
Center (http://www.google.com/adsense_help), our complete resource center
for all AdSense topics. Alternatively, feel free to post your question on
the forum just for AdSense publishers: the AdSense Help Group
(http://groups.google.com/group/adsense-help).
Please do click install if you like it.

Enjoy!!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-13-2006, 01:22 AM
Acido Acido is offline
 
Join Date: Apr 2003
Location: Argentina
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanx for sharing. Really is very useful.

Cheers!
Reply With Quote
  #3  
Old 10-13-2006, 02:18 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about a screenshot please?
Reply With Quote
  #4  
Old 10-13-2006, 02:30 AM
dieselpowered's Avatar
dieselpowered dieselpowered is offline
 
Join Date: Aug 2004
Location: Arizona
Posts: 661
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ummm not sure what I am looking for (not a whole lot of direction in your post, however, if it is the adsense banners you have placed, many of them are against their TOS. Something for everyone to keep in mind.
Reply With Quote
  #5  
Old 10-13-2006, 05:43 AM
007's Avatar
007 007 is offline
 
Join Date: Jan 2003
Location: United States
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How are they against the TOS? Adsense can be displayed with AdBrite no problem according to BOTH of their TOS agreements.
Reply With Quote
  #6  
Old 10-13-2006, 06:51 AM
osmanungur osmanungur is offline
 
Join Date: Nov 2005
Location: Istanbul
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For Testing
http://www.sikhphilosophy.net/anand-...pauri-8th.html
Reply With Quote
  #7  
Old 10-13-2006, 09:30 AM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can you have google ads on one page along with another companys ads aint that against the TOS?
Reply With Quote
  #8  
Old 10-13-2006, 11:29 AM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Last time i checked, any contextual based ad system can not be used with google on the same page. I phathom to think that adbrite is a contextual ad server very similar to google. Could you please post where it says the 2 can be used on the same page. This will stop all of us wondering. (I have read the TOS on google and can't recall it saying anywhere that adbrite was ok to use on the same page. Perhaps I overlooked it?)
Reply With Quote
  #9  
Old 10-13-2006, 12:42 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rich is correct. Any contextual based ad system cannot be used with google on the same page.
Reply With Quote
  #10  
Old 10-13-2006, 01:17 PM
ChavMagnet's Avatar
ChavMagnet ChavMagnet is offline
 
Join Date: Sep 2006
Location: Leeds - England
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks ugly and illegal *UNISTALLED*
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13902 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete