Hi there,
I am using Tracewatch which is a Real Time Web Stats and Traffic Analysis program; if you don't know what it is, check it out over at
www.tracewatch.com - it is 100% free with no tags or images required and you host it yourself.
Anyways, there's two ways of tracking traffic, one is via php include and one is via java, I have been forced to use java because I don't know how to add php include in vb... how could I add a php include to all pages on my forum?
sample:
<?php $GLOBALS['adl_count_params']=true; @include_once $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT'].'/twatch_include/logger.php'; ?>
Thank you,
--Tone