I have this directory set up on my site as my links page. I tried putting the code in the footer.tpl file, but that did me absolutely no good. Anybody got COOP running on this that can point me in the right direction?
phplinkdirectory runs the smartly templating system. Instead wrap the php code with {php} {/php} tags. That should work.
Thanks for the help, is this what I should have: {php} ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_139.php'); echo $ad_network; {/php} I tried this but it hasn't changed anything. Thanks again