hi, i am using phpAXS in conjunction with with a set of AXS scripts for loggin traffic on my site... but have run into some problems with the php end.
php files in public_html have the following code to pull in phpAXS.php3 for processing:
0001: <?php include ('http://www.uac.pdx.edu/plbin/axs/ax.php3'); ?>
everything in phpAXS is within <?php tags and i use a full path to denote the location of the log file, it's a level up from the axs scripts:
0050: $LogFile = '/home/uac/public_html/plbin/logs/axs_log.txt';
***the trouble is, the only php files that are being logged are the ones where people click offsite links that are redirected through the AXS cgi script. anyone have any ideas on why this might be?
if you are unfamiliar, AXS is a great traffic logging script (http://www.uac.pdx.edu/plbin/axs/index.htm). phpAXS is a free adjunct: http://www.maritimesource.com/programmer/programming.php3.
any help would be greatly appreciated.
best,
nick