hi,
is there a way to count visits to my vanilla-based forum with bbclone? i tried to put the standard snipped into themes/head.php but that did not do anything. im sure i got the "path to bbclone dir" right.
greets,
Sihan
sure, here it is:
//define("_BBC_PAGE_NAME", get_bloginfo("name") . wp_title("/", false));
define("_BBC_PAGE_NAME", $_SERVER['REQUEST_URI']);
define("_BBCLONE_DIR", "../webseiten/bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
Comments
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·