How works adnetwork in validation a Web?

Discussion in 'Co-op Advertising Network' started by negocioastur, Mar 3, 2005.

  1. #1
    How works adnetwork in validation a Web?
    My links are show at the botton of my web but the system not validate me

    <%

    Dim oRequestXML

    Set oRequestXML = server.CreateObject("Microsoft.XMLHTTP")

    oRequestXML.open "get", "http://www.negocioastur.com/dp.php", false
    oRequestXML.send

    response.write("" & oRequestXML.responseText)

    Set oRequestXML = Nothing

    %>

    This code read dp.php an include his results in ASP code but Adnetwork not validate yet. Any idea to solve this?

    For reference read this: http://forums.digitalpoint.com/showthread.php?t=10329
     
    negocioastur, Mar 3, 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
    Your server is not seeing (or evaluating) $_SERVER['SERVER_ADDR'] properly.
     
    digitalpoint, Mar 3, 2005 IP