Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Google Adsense Optimised :) Details »»
Google Adsense Optimised :)
Version: 1.00, by kartik786 kartik786 is offline
Developer Last Online: Feb 2021 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 03-29-2006 Last Update: Never Installs: 8
Template Edits
 
No support by the author.

Hello Friends,

This is tested and proved method of getting more hits on google adsense ads.

What does it do ??

The google ads automatically show up after the last post of every thread, but the speciality is that it appears as if a user put those in.

================================================== ==========

Demo HERE

See last post to see the demo.
================================================== ===========

How to do it ??

Open Postbit_legacy and at the very bottom add the whole code .

Code:
<if condition="$post['islastshown']">

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<!-- / start -->


<tr>
	<td class="thead" style="font-weight:normal" align="right"> # &nbsp; </td>
</tr>

<tr valign="top">
	<td class="alt2" width="175">
<a class="bigusername">RAM</a>
<div class="smallfont">Your Friendly Helper</div>
	<div class="smallfont"><img src="graphic/8.gif" alt="" border="" /></div>
<div class="smallfont">
				&nbsp;<br />
				<div>Specialisation: <strong> Friendly helper </strong></div>
				
				
				<div>
					www.ManagementParadise.com
				</div>
<div>Rep Power: 10<img class="inlineimg" src="images/reputation/reputation_pos.gif" alt="BMS MBA Helper[/URL]" border="0" /></div>
				<div>    </div>
			</div>					
		
	</td>
	<td class="alt1" id="td_post_3571">
	
	
		
			<!-- icon and title -->
			<div class="smallfont">
				
				<strong>Automatic Reply for links related to your post </strong>
			</div>
<hr size="1" style="color:#DCE8F7" />
			<!-- / icon and title -->
		
		
		<!-- message -->
		<div>Hello.  <br>  <br> <strong>  I am your friendly Helper. Check these links  which might be of your interest.  </strong>
<br>
<br>
<br> Not a Member Yet ?? <a href="http://www.yoursitehere.com/folder/register.php"> Register Now !! Click Here </a> <br>

<br> Registered and New to the Forum ??  <a href="http://www.yoursitehere.com/folder/ruleslink"> Click Here to know Rules !!. </a> <br> <br>[COLOR="Red"] Anyother link  <a href="http://www.yoursite.com/yourlink"> One more line for your links </a> . <br> <br> <strong> Hope the above links are helpful </strong> <br> <br>

 <script type="text/javascript"><!--
google_ad_client = "pub-7750436628903486";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_url = "FFFFFF";
google_color_text = "0066CC";
//--></script>

<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> 	<br> <br> 
<script type="text/javascript"><!--
google_ad_client = "pub-7750436628903486";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_url = "FFFFFF";
google_color_text = "0066CC";
//--></script>

<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>  <br>  <!-- / message -->
		
	</td>
</tr>
</table>

<!-- / end -->
</div>
$spacer_close

</if>
================================================== =========

Be sure to modify the Codes in green , the google adsense script and also the links to Management Paradise.

Please do not remove the Powered by ManagementParadise.com link.


Donations made to this mod will be utilized for social cause.

Paypal Id : kartik.raichura@gmail.com .

Thank you.

================================================== ========

Show Your Support

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

Comments
  #12  
Old 03-30-2006, 02:58 PM
djr's Avatar
djr djr is offline
 
Join Date: Nov 2001
Location: Amsterdam
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting idea, but will not install yet.
Reply With Quote
  #13  
Old 03-30-2006, 03:32 PM
scottct1 scottct1 is offline
 
Join Date: Mar 2002
Location: Connecticut
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I make it so that only my unregistered guest see this?
Reply With Quote
  #14  
Old 03-30-2006, 03:44 PM
kartik786 kartik786 is offline
 
Join Date: Aug 2005
Location: India
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The first line in my mod. Find and replace
Quote:
<if condition="$post['islastshown']">
with

Quote:
<if condition="$post['islastshown'] AND !$bbuserinfo[userid]"
For more if conditionals refer to http://www.vbulletin.com/forum/showthread.php?t=157022
Reply With Quote
  #15  
Old 03-30-2006, 04:01 PM
scottct1 scottct1 is offline
 
Join Date: Mar 2002
Location: Connecticut
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Reply With Quote
  #16  
Old 03-30-2006, 05:32 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Making it appear as if someone posted it was against the ToU back before they banned me without any explanation, as mentioned by someone above.
Reply With Quote
  #17  
Old 03-31-2006, 02:17 AM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kartik786
Alright, I just tweaked it a little bit for all you highly Google TOS concious people.

Its not about being conscientious, its about not wanting to be banned. This is against the Google TOS as far as I can tell, and could easilly get a site banned from the adsense program.

Its a nice idea, and I for one appreciate the effort. Its a shame it cant be implemented within Adsense TOS.
Reply With Quote
  #18  
Old 03-31-2006, 06:40 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!
Reply With Quote
  #19  
Old 03-31-2006, 09:51 AM
djr's Avatar
djr djr is offline
 
Join Date: Nov 2001
Location: Amsterdam
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anoybody asked Google yet? They are always very prompt in responding whether these things are allowed or not?
Reply With Quote
  #20  
Old 06-20-2008, 08:13 PM
kartik786 kartik786 is offline
 
Join Date: Aug 2005
Location: India
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont have enough time to go through the source and update it to work with 3.7

Anyone up for it?
Reply With Quote
Reply

Thread Tools

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 05:12 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11182 seconds
  • Memory Usage 2,294KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_code
  • (3)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
  • (1)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