I can see the ads in ad_network_ads_293.txt

Discussion in 'Co-op Advertising Network' started by richtoops, Jun 22, 2005.

  1. #1
    I've been trying to set up www.do-it-yourself-credit-repair.net for a few days now, and even though I seem to have followed the instructions precisely, I still can't see ads on my pages. I know this same situation happens often, but I'm running out of things to try, and would really like to make this work. Thanks very much in advance!
     
    richtoops, Jun 22, 2005 IP
  2. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #2
    I see this in your source right after the <body> tag:

    <?php
    ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
    include ('ad_network_293.php');
    echo $ad_network;
    ?>
    Code (markup):
    That's a funny looking include path... is it correct? Why not put the network files in the root?

    <edit>Okay, I see that is copied directly from the code for non-php pages, but I still wonder about the path. Your files do appear to be in the root directory -- What if you replace it with the actual URL for the root instead of what's now there? </edit>

    Also, a stupid question perhaps, but does your host run PHP?

    There's a typo in this script:

    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function addbookmark()
    {
    bookmarkurl="http://www.do=it-yourself-credit-repair.net/"
    bookmarktitle="Do it yourself credit repair!"
    if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarktitle)
    }
    //  End -->
    </script>
    Code (markup):
     
    minstrel, Jun 22, 2005 IP