Can you unblok my IP please. I´ll try to run only PHP version and put it into my ASP (I don´t know how but i´ll try it)
Okay, it's done... that is absolutely the last time I'm doing it though. If you choose to run the ASP code still, and you get your IP address banned, then you are not going to be able to use the ad network with ASP (or PHP) since your IP will be blocked.
There's a website where I am running ASP code ... no problem so far .. which makes me think the problem might be with your setup. Double check that there's full read/write/execute permissions on the txt file if that not it .. then i dont know
Hi I have posted a similar thread to this, after scratching my head as to why one of my ASP sites stopped working. Then was directed to this thread. I assume it must be individual site setup as I have another ASP site with no problems.
I too am having problems however I have noticed that the ad_network_ads.txt file seems to be corrupt as I cannot rename or delete it via FTP and the file size is 0 I have submitted a support request to get this file deleted and then I can upload it and hopefully we will be back in business, I have another ASP site thats running fine so its definetally user end.
I don´t know where is the problem or why this happen on my site. There are not any post from ASP users explain where o why is the problem. My file permission is ok on txt file. Any idea?
<% 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?