Keys →
Functions ↓
function trackWrite ( $str ) {#-k debug trace#-d 3/19/12 - Added global $logfcb; if (!isset($logfcb['trk']['f'])) { $logfcb['trk']['file'] = $_SERVER['DOCUMENT_ROOT'] . '/AAAtrack.txt'; }# create & open file $logfcb['trk']['f'] = fopen ( $logfcb['trk']['file'], "a" );# Save the user agent info automatically $cnt = fwrite ( $logfcb['trk']['f'], trackBuild ( $str ) ); }?>