BBClone code for CPG Nuke
Follow the standard install procedures for BBClone. To insert the code into CPG Nuke you only need to do it one time.
Open header.php found in your CPG Nuke base directory. At the bottom of the page, find ?>
Right above it, paste this:
define(”_BBC_PAGE_NAME”, “.$pagetitle.”);
define(”_BBCLONE_DIR”, “bbclone/”);
define(”COUNTER”, _BBCLONE_DIR.”mark_page.php”);
if (is_readable(COUNTER)) include_once(COUNTER);
Notice how we tell BBClone what the page title […]

