I've been trying to set up www.do-it-yourself-credit-repair.net for a few days now, and even though I seem to have followed the instructions precisely, I still can't see ads on my pages. I know this same situation happens often, but I'm running out of things to try, and would really like to make this work. Thanks very much in advance!
I see this in your source right after the <body> tag: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_293.php'); echo $ad_network; ?> Code (markup): That's a funny looking include path... is it correct? Why not put the network files in the root? <edit>Okay, I see that is copied directly from the code for non-php pages, but I still wonder about the path. Your files do appear to be in the root directory -- What if you replace it with the actual URL for the root instead of what's now there? </edit> Also, a stupid question perhaps, but does your host run PHP? There's a typo in this script: <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function addbookmark() { bookmarkurl="http://www.do=it-yourself-credit-repair.net/" bookmarktitle="Do it yourself credit repair!" if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } // End --> </script> Code (markup):