Ads Not Showing

Discussion in 'Co-op Advertising Network' started by Ajeet, Jan 15, 2006.

  1. #1
    So after being a DP member for hundreds of years (of internet time), I finally am about to set up my coop account.

    I have:
    created ad_network_137.php, ad_network_ads_137.txt (with permission 666). My page has a footer file which is included in the html by:
    <!--#include virtual="footer.html"-->
    Code (markup):
    and it works fine. So, I went into footer.html and put:
    <!--#include virtual="/ad_network_137.php" -->
    <!--#include virtual="/ad_network_137.php"-->
    <!--#include virtual="ad_network_137.php" -->
    
    Code (markup):
    (I tried all 3 variants one at a time)

    My ads don't show. I think it is do with the .htaccess enabling of the php. But, I do not have access to the .htaccess (as I manage only the subdomain and am not allowed to change .htaccess). Is that what is causing the ads to not show? Is there anyway I can check if my site is already set for php?

    Thanks
    Ajeet
     
    Ajeet, Jan 15, 2006 IP
    iskandar likes this.
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    What's your URL?
     
    digitalpoint, Jan 15, 2006 IP
  3. Ajeet

    Ajeet Well-Known Member

    Messages:
    2,511
    Likes Received:
    503
    Best Answers:
    0
    Trophy Points:
    185
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Is your ad_network .txt file populating with new ads?
     
    digitalpoint, Jan 15, 2006 IP
  5. Ajeet

    Ajeet Well-Known Member

    Messages:
    2,511
    Likes Received:
    503
    Best Answers:
    0
    Trophy Points:
    185
    #5
    Yes it is, as seen at:
    http://search-engines.allinfoabout.com/ad_network_ads_137.txt
    Code (markup):
    Thanks
     
    Ajeet, Jan 15, 2006 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    Hmmmm... try adding this to the end of your PHP file (before the closing PHP tags:

    echo $ad_network;
    PHP:
     
    digitalpoint, Jan 16, 2006 IP
  7. Ajeet

    Ajeet Well-Known Member

    Messages:
    2,511
    Likes Received:
    503
    Best Answers:
    0
    Trophy Points:
    185
    #7
    That did the trick. Ads are now showing. If I can just know how to make them appear on the same-line as opposed to one-below-the-other, I am all set. Thanks.
     
    Ajeet, Jan 16, 2006 IP