Ads not found at www.resources.eu.com but are clearly there. Has been working fine until now. ad_network file was updated a week ago. Any ideas?
Okay you have lost me a bit there and I'm not really sure what you mean. Below is the code in the footer that calls for the ads: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[0]; ?></font> | <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[1]; ?> This has been working fine for weeks now and I haven't changed anything on the site. Have you changed anything at your end which would cause this to happen? Thanks
Resources.eu.com - 2004 - This site is brought to you in association with: Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/resource/public_html/ad_network.php on line 37 Warning: file_get_contents(http://ads.digitalpoint.com/network.php?b=www.resources.eu.com&type=link): failed to open stream: Permission denied in /home/resource/public_html/ad_network.php on line 37 http://www.resources.eu.com/suggest_resource.php this may explain it expat
I'm not seeing the same error as you but thanks for looking. Is the error that you saw generated a problem at my end or digitalpoints? Thanks
well looking at it maybe at DP but not sure. What the message you get when you validate? It should show which file fails. It's usually one page one hasen't thought of as it is different and doesen't contain the standard footer for one reason or another. M PS you don't need to have include more than once. Below works fine <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo "any text before the ads ".$ad_network[0]." | ".$ad_network[1]." | ".$ad_network[2]." | ".$ad_network[3]." | ".$ad_network[4]; ?>
Still can't get the site validated. Ads are all there and have been for weeks with no changes on my part. Is it time to give up and remove the ads altogether?