I simply put this into, index.php, single.php, and page.php, those are the ones that seem to need it.
<?php
define(“_BBC_PAGE_NAME”, get_bloginfo(“name”) . wp_title(“/”, false));
define(“_BBCLONE_DIR”, “/full/path/to/bbclone/”);
define(“COUNTER”, _BBCLONE_DIR.”mark_page.php”);
if (is_readable(COUNTER)) include_once(COUNTER);
?>
mine works fine, even is working with the permalinks