Ok, I have a site that has been nothing but problems for me setting up the coop. I take a plain php page named bacon.php and put this in it: <?php echo '<p>Hello World</p>'; ?> <br> <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_468.php'); echo $ad_network; ?> PHP: For some reason the Hello World will show, but no coop. Any ideas why some php would show but the other wouldn't? I'm not getting any errors and I have the files uploaded and the .txt file is set to 666 and is still 0 bytes. The site is mostly HTML, but I'm trying to get the coop running and will probably change the extensions all to .php if I can get it to work. Thanks, Brandon
You may want to add something to the ad_network PHP to echo out something. Move it around until you find the line that the ad_network code stops executing. At least then we could take a look at the line to see what might be causing it. Most likely it's a line with an if() statement in it. What version of PHP are you using?
Shawn, I will try that. Just for reference, I uploaded the same files to my other site (afterhim.com) and they will not display there either... I'm going to try to download a version of the coop from an older site and then upload it to the new site and see if that works. Thanks, brandon
Shawn, Version 268 works on the site...I don't know what the problem is but I didn't change anything except that version of the code that I had on an old site... brandon
Shawn, Now I can't get it to display on any html pages using the passthru technique...Is it against the rules to pay someone to set it up for me? Brandon