Hi, I tried setting up the ad network on http://www.iconv.com using the shtml include method, but the automatic validation fails, and nothing (just a blank line) is shown on my pages. Did I miss something?
Yes, shtml is supported, I use it to include header and footer files all over the site. Your comment made me look a bit further though, and I got it working now with a small modification to ad_network.php; since my shtml files have the normal .htm extension, I changed the test towards the end of the script (which determines compression) to check for .htm rather than .shtml. Seems to work fine now. Thank you for providing a great tool yet again!
My shtml files have the extension of .htm, editing ad_network.php to turn off compression for these (test towards the end of the script) got it to work fine now. Thanks.