1. Download the bbclone package and install it in your filesystem following the included instructions.
bbclone site: http://bbclone.de/
2. Add this code at the very bottom of your main index.php file after all eto code and before the last ?>:
// add the bbclone page counter stuff
$page_title=$etomite->documentObject['pagetitle'];
define("_BBC_PAGE_NAME", "$page_title");
define("_BBCLONE_DIR", "../bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
adjust the path to your install of bbclone in this part:
define("_BBCLONE_DIR", "../bbclone/");











