Hi There, I'm having trouble getting the ad's to display on my site at http://www.storebuilder.co.uk. I've kept everything the same as in the setup instructions and added the code to footer.php but no joy. I suspect that it's something to do with the include path ? ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); All my files are generated on the fly because of the rewrite and so appear to be in the root directory. Any help is much appreciated. Thanks
The mod_rewrite to make it appear in the root directory will have no affect because your using include() or require() and not calling the coop files by http [Solution] Use the full path - what I do - put everything in document root and call the coop code using $_SERVER["DOCUMENT_ROOT"] to access these files