This is the message i received when i logged in to the co-op today "Site failed automatic validation as of 2005-06-12 (make sure URL and site type is correct - if everything is correct, make a request in the forum for assistance). " It failed the automatic check because one of my pages didn't have the co-op ads on it, does every single page on the site have to have ads?
If you look at the setup instructions it explains how you can do this by modifying the htaccess file so that static pages (.html) can be parsed like PHP pages.
I cant get it to work, need some help. in my main directory ive got a sub folder called suppliers, in that i have a .htm file that co-op is complaining about. i added "AddType application/x-httpd-php .php .htm .html" in the htaccess of may main directory. Then i added the following php code to the htm file and its bringing errors. <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_285.php'); echo $ad_network; ?> do i add this code or not?
just to let you know, i have been with the co-op for over a month and my ads have been working, i recently added couple of html pages and its stopped.
I've got it to work i copied and pasted code from the setup page into my .htm files which uses the new php file (ad_network_285.php) but im still using the old one (ad_network_265.php).