I have used the co-op on a phpbb forum but would like to use it on my other pages within the overall site which are html. How do I go about this?
Add this line in your .htaccess file: Then insert this php code: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[1]; ?> PHP: where you want the ads displayed on the page.
l234244 has php to start with, but if you have a site totally written in html can the code be inserted to join the coop network??
Make sure your site is PHP enabled (Most hosting companies offer this for free). If it is windows servers, have them cofigure your website to parse .php, .htm and .html files through the php engine (instead of htaccess) And make sure the text file you create is writeable (again ask your hosting company) To answer your original question - Yes you just put the PHP code where you want the ads displayed.
Yes, if you are running apache, php and mod rewrite. This thread shows the code you would need to use. http://forums.digitalpoint.com/showthread.php?t=5659