help setting up adsense

Discussion in 'AdSense' started by pooker, Mar 14, 2008.

  1. #1
    Our adsense shows up on one the sites I admin, www.yourhattiesburg.com

    But I can't get it to show up in www.animeaddicted.com

    I tried posting just the script in multiple locations and putting this code in a php file

    <?php
    echo'


    <script type="text/javascript"><!--
    google_ad_client = "pub-4132260943500317";
    /* 728x90, created 3/14/08 */
    google_ad_slot = "4865211649";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    ';
    ?>

    Then I used the <?php
    include 'adsense.php';
    ?>

    and it still doesnt show up, I waited like thirty minutes but nothing, I know googles already crawled my site any suggestions?
     
    pooker, Mar 14, 2008 IP
  2. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #2
    I dont see the ad code in your site source code, are you sure that you have included the above code?

    Try pasting the ad code directly instead of using PHP to echo the code.
     
    angilina, Mar 14, 2008 IP
  3. pooker

    pooker Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I got it, I ended up using an ad manager mod for my site.
     
    pooker, Mar 15, 2008 IP
  4. Luq

    Luq Well-Known Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    123
    #4
    glad to hear u solved de problem :D..nice sites by the way
     
    Luq, Mar 15, 2008 IP
  5. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #5
    Why don't you just paste the ad code directly in your template files instead of calling them?
     
    Abhik, Mar 15, 2008 IP