I created a new ad for my blog and I placed the ads at the bottom of the page using this code: <p><?php $crlf=chr(13).chr(10); $ad_file='ad_network.php'; // (include is relative to CALLING script's directory!) for ($i=0;$i<=11;$i++) { $phead=substr('../../../../../../../../../../',0,$i*3); if (file_exists ($phead.$ad_file)) { $ad_file=$phead.$ad_file; break; } } include ($ad_file); echo $crlf; echo ' <br />'.$crlf; echo ' <strong>'.$ad_network[0].' | '.$crlf. ' '.$ad_network[1].' | '.$crlf. ' '.$ad_network[2].' | '.$crlf. ' '.$ad_network[3].' | '.$crlf. ' '.$ad_network[4].'</strong>'.$crlf; echo ' <br />'.$crlf; ?> </p> PHP: They are at the bottom of the page. However, when I click "Validate/Calculate Weight Now", it says "Ads not found on http://www.rv2.org/blog/". Any help?
So, I guess the program wont work for me? I can give access to the blog code, I don't know about the server code though.
I removed the ad for my blog however, when I try to Validate/Calculate Weight I still get an error message saying "Ads not found on http://www.rv2.org/blog/". I'm doing the ad for my graphics page which is rv2.org/graphics, but it still says it cant find the ad on rv2.org/blog/.