Ads displaying, but not validating

Discussion in 'Co-op Advertising Network' started by sarathy, Jan 13, 2005.

  1. #1
    sarathy, Jan 13, 2005 IP
  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
    If you look in your page source, your PHP isn't being executed.
     
    digitalpoint, Jan 13, 2005 IP
  3. sarathy

    sarathy Peon

    Messages:
    1,613
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi shawn, i have removed that code now. But still i cant validate. The code run from a footer file named as footer.php.
    I get this error:

    Account not not yet activated. | Site failed automatic validation as of 2005-01-14 (make sure URL and site type is correct - if everything is correct, make a request in the forum for assistance).
     
    sarathy, Jan 14, 2005 IP
  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
    digitalpoint, Jan 14, 2005 IP
  5. sarathy

    sarathy Peon

    Messages:
    1,613
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Excellant shawn. Thanks for the help. I will take a look into it now :)

    Sighz, i think still it shows the same problem.

    What i did was.,
    installed the nucleus blog, and converted all files to html and installed a skin. The footer files are at the skin folder called by
    skins/sinorca/footer.php

    The skins contains 5 divisions.,
    main , archive, archivelis and 2more.

    Each module calls the footer file.

    The footer.php contains the following content for calling:
    <script src ='/art.php'></script>

    and art.php contains the following content:

    ===========================================
    <?php
    ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
    include ('ad_network.php');
    echo "document.write('<center>');";
    echo "document.write(\"<p class=\'hpcatlistlink\' style=\'line-height: 17px;\'><font class=\'genlinks1\'><b>Sponsors&nbsp;:</b></font>&nbsp;<br><br>\");";

    echo "document.write('$ad_network[0]');";
    echo "document.write(\"&nbsp;&nbsp;&nbsp;\");";
    echo "document.write('$ad_network[1]');";
    echo "document.write(\"&nbsp;&nbsp;&nbsp;\");";
    echo "document.write('$ad_network[2]');";
    echo "document.write(\"&nbsp;&nbsp;&nbsp;\");";
    echo "document.write('$ad_network[3]');";
    echo "document.write(\"&nbsp;&nbsp;&nbsp;\");";
    echo "document.write('$ad_network[4]');";
    echo "document.write(\"&nbsp;&nbsp;&nbsp;\");";
    echo "document.write('</center>');";

    ?>



    =========================================
    so as to work with html files.

    And it works, but is not getting validated.

    Regards.,
    Sarathy.s
     
    sarathy, Jan 14, 2005 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
    It does not work because you are using JavaScript.
     
    digitalpoint, Jan 15, 2005 IP