Interesting articles about Internet Marketing and SEO.
RSS icon Email icon Home icon
  • How to add analytic code in phpbb3?

    Posted on April 24th, 2009 admin No comments

    How to add analytic code in phpbb3?

    The steps are as follows:

    1. Login in to your Administration Control Panel.

    2. Click “Style Tab”

    3. At the left hand side under “Style components”, click “Templates”

    4. If you are using phpbb3 template prosilver, then at Option Column, click “Edit”.

    5. Then Select template file : “overall_footer.html”

  • Another Way to add Adsense Code in phpBB3

    Posted on April 6th, 2009 admin No comments

    Hi,

    I found another easy way to include Google Adsense in phpBB3. The full details can be found at

    http://www.binaryturf.com/how-to-add-adsense-to-phpbb3/

    To include Google Adsense in header the steps are as follows;

    Administration Control Panel> Style > Template > Edit Prosilver > Select overall_header.html

    Find
    Tip: This may be a partial find and not the whole line.

    Code:Select All

    Code: Select all
    <a name="start_here"></a>

    Add before
    Tip: Add these lines on a new blank line before the preceding line(s) to find.

    Code: Select all
    <div class="adsense" style="width:728px;margin:auto;float:center">
    <script type="text/javascript">
    google_ad_client = "your-adsense-pub-id";
    /* 728×90, created 9/31/08 */
    google_ad_slot = "your-slot-id";
    google_ad_width = 728;
    google_ad_height = 90;

    </script>
    <script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>
    </div>

    ——————————————————————————————————

    To include at the footer of the forum the step are as follows:

    Go to > Administration Control Panel> Style > Template > Edit Prosilver > Select overall_footer.html

    Find
    Tip: This may be a partial find and not the whole line.

    Code:Select All

    Code: Select all
    </div>

    Add after
    Tip: Add these lines on a new blank line after the preceding line(s) to find.

    Code: Select all
    <div class="adsense" style="width:728px;margin:auto;float:center">
    <script type="text/javascript">
    google_ad_client = "your-adsense-pub-id";
    /* 728×90, created 9/31/08 */
    google_ad_slot = "your-slot-id";
    google_ad_width = 728;
    google_ad_height = 90;

    </script>
    <script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>
    </div>

  • How to add adsense to phpBB3

    Posted on April 6th, 2009 admin No comments
    To download the Mod, please visit http://www.lithiumstudios.org , download the relevant zip file and follow the Install.xml Instruction file included in the download.
    Please backup your original files in case, the was any problem you could back up.

    Then Go into the Advertisement Managment module in the ACP:
    ACP -> General -> Board configuration -> Advertisement Management

    Create A New Ads > Copy & Paste the Google Adsense Code > Choose the position > Click Submit to Complete.

    Please wait for about 30 – 45 minutes for Google bots to crawl your website and load the advertisement.

    Once you have done as mentioned below, please wait for about 40 minutes for you.

    For more details, please read the complete article below. Thanks

    Read the rest of this entry »

Easy AdSense by Unreal