Hello, I just signed up for the coop. I wanted to run it on http://www.w3counter.com . I added the coop code in the top where I used to have a banner but nothing shows up. I don't wish to add the code to the rest of the site until I can get it working on at least one page. - I created the .php file with the specified filename and contents - I created the .txt file as instructed - The .txt file has the correct permissions and even a line of data in it Here is the exact code in index.php: <div align="right"><?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ("ad_network_255.php"); echo $ad_network; ?></div> PHP: During setup I chose "text banner or graphic banner", "1 ad", and set a color of "FFFFFF". You can see on the site that nothing shows up in the corner. If I add a statement to the end of the PHP file: echo strlen($ad_network); It echoes out 0 on the index page. What's wrong?