If you want to have this wonderful chCounter visible on each page of you site, you have to add this code in your used template in the place you want to have the counter showed:
<?php
$chCounter_visible = 1;
$chCounter_status = 'active';
$chCounter_page_title = PAGE_TITLE;
$chCounter_force_new_db_connection = FALSE;
include( WB_PATH.'/chcounter/counter.php' );
?>
The prerequisites are:
1) The chCounter needs to be installed in the WB folder where you can find the folders "admin", "account", "pages" etc.
2) The chCounter MySQL data bank needs to be the same like the WB data bank
3) The code only needs to be only ONE time in your page/template or the counter will count every visit more than 1 time!