I know that this is an old topic but I only downloaded this script a few days ago and have the answer that you are looking for.
I wanted the display to show on some pages but not others (i.e. the forum pages as it already has an embedded Who's Online island.).
What I did was this:
Make a copy of counter.php and rename it counter2.php and on line 101, set:
$OPTION['Hide_Counter'] = 1;
Upload it to your counter directory and call it on the page you want it to count but not be displayed with:
Code:
<?php
include ("/path/to/mydirectory/counter/counter2.php")
?>
It does exactly the same job as the original counter.php but is hidden.
Good luck.