Adding Adsense to PHPBB

Discussion in 'vBulletin' started by NewComputer, Nov 8, 2004.

  1. ala101

    ala101 Well-Known Member

    Messages:
    863
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #41
    hello
    is it possible to put the google adsense code in a separate file
    'adsense.php'
    and then i put this command in 'index.php' :
    include ('adsense.php')
    if this is possible..
    how can i do it plz ?
     
    ala101, Feb 14, 2006 IP
  2. ptw419

    ptw419 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #42
    This site should be handy

    http://www.phpbb.com/kb/article.php?article_id=153

    I've been looking into it recently, and although not very specific, it gives a decent idea of what should be done.
     
    ptw419, May 12, 2006 IP
  3. whynotme1432

    whynotme1432 Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #43
    This guy at this site showed me how to put the adsense on phpBB. Just an FYI:

    http://letstalkcoding.com/

    WhyNotMe:D
    http://letstalkcoding.com/
     
    whynotme1432, May 26, 2006 IP
  4. 993ti

    993ti Well-Known Member

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #44
    I did mine like this:
    OPEN - includes/page_header.php
    
    FIND
    define('HEADER_INC', TRUE);
    
    AFTER ADD
    if ( $userdata['session_logged_in'] && ($googlead=="1") ){
    $google_ad = '';
    }
    else
    if ($googlead=="1") {
    $google_ad = '<table class="forumline" width="95%" cellspacing="1" cellpadding="3" border="0">
    			<tr>
    				<td class="row1" height="100%" valign="top">
    <div align="center">
    ADSENSE CODE HERE
    </div>
    </td>
      </tr>
    </table>';
    }
    
    OPEN - templates/yourtemplate/overall_header.tpl
    
    ADD THIS WHEREEVER YOU WANT
    {GOOGLE_AD}
    
    Code (markup):
    Now you can add this at the top of the php files (before define('IN_PHPBB', true);) where you want the ad to show (index.php, viewtopic.php, viewforum.php and so on)
    $googlead="1";
    Code (markup):
    I use it on my aibo forum if you want to check it out.
     
    993ti, May 27, 2006 IP
  5. doorbeck

    doorbeck Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #45
    There's a great step-by-step guide to adding adverts after every first post at:
    http://www.askdavetaylor.com/phpbb_trick_for_including_google_adsense_between_articles.html

    No mods needed, and very simple to follow! You can see the results at:
    http://www.moonrobot.org/phpbb/

    Cheers,
    doorbeck
     
    doorbeck, Oct 18, 2006 IP
  6. link.sa

    link.sa Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #46
    Here is great tutorial about adding Google AdSense Ads to phpBB3 forum. Looks great and completely Google AdSense Program Policies friendly.

    http://save.link.ba/index.html
     
    link.sa, Oct 28, 2007 IP
  7. kber

    kber Well-Known Member

    Messages:
    888
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    110
  8. leon2007

    leon2007 Peon

    Messages:
    145
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #48
    I started a forum today but finding it really difficult to customize and add external links. I would really appreciate if you could tell me how to add favicon, logo and adsense link ad on top (I'll be adding it once I start to get some traffic, not now) to my phpbb forum.
     
    leon2007, Jul 29, 2008 IP
  9. kber

    kber Well-Known Member

    Messages:
    888
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    110
    #49
    Check This
     
    kber, Jul 29, 2008 IP
  10. leon2007

    leon2007 Peon

    Messages:
    145
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #50
    Thanks, I'll try and let you know:)
     
    leon2007, Jul 29, 2008 IP
  11. RectangleMan

    RectangleMan Notable Member

    Messages:
    2,825
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    210
    #51
    I use mybb now. Sorry.
     
    RectangleMan, Jul 29, 2008 IP
  12. QuangVo

    QuangVo Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #52
    QuangVo, Dec 15, 2008 IP