Hi all,
Big noob here. My host provides a nice little counter and I'd like to insert the code on my MT. It worked fine on Blogger, but I just don't know where to insert it in all the various templates on MT. Any help is appreciated. Thanks.
Oh, here's the code (paren for brackets as necessary):
(?php
$client_IP_address = getenv("REMOTE_ADDR");
$counter_data_URL = "http://counter.rochenhost.com/textcounter.php?user=monkeyweb&name=First%20Counter&ip_address=$client_IP_address";
$counter_page_data = fopen($counter_data_URL, "r") or die("Counter Error!");
print fgets($counter_page_data, 1024);
?)
(img src="http://counter.rochenhost.com/counter.php?user=monkeyweb&name=First Counter")