Hi there, I have added the co-op code to my site, ads are showing on every page, but it won't validate. Could someone please check. Ads not found on http://nettmarked.no/ Site failed automatic validation as of 2005-04-18 (make sure URL and site type is correct Thanks, Thomas
Thanks, I appreciate the fast response. The site is completely based on a cgi file, this is why index.php was setup to redirect to it. Since the output of the main page the cgi file produces doesn't change, I have now removed the redirection, and copied the html it produces to the index.php file, but it still won't validate. Any other suggestions? -Thomas
Thanks again. Google has 59 pages indexed, but 57 of them are omitted , guess they don't like the category pages the script produces. Off to add some more static SE friendly pages. -Thomas
Also, ads are not really being displayed. I looked at your site on several pages. I haven't once seen any of the ads rotate. They are always the same 5 in the same order.
Are you using PHP? It doesn't look like your server is setting the $_SERVER['REMOTE_ADDR'] variable properly (for whatever reason).
Hi Shawn, I am using PHP and cgi. PHP is used on the main page (http://nettmarked.no), and some other pages, cgi is used on the classified listing pages. This is the PHP code used. <?php $_SERVER['REMOTE_ADDR'] = $_REQUEST['ip']; include ('php/ad_network_229.php'); echo $ad_network; ?> Code (markup):