can anyone help me with the problem below?

alan wrote:

ok i realized that my logs were too short... and thats prolly why i didnt get anything..

another problem...

i'm giving cookies to every NEW visitor to my site.
i use these cookies to "identify" unique visitors.
i put the cookies values (unique #) into my own log files (which follow the logformat below)
when i process these logs i only get one user with one request... ??? that can't be since there are at least 3 unique visitors (#'s) and they each have more than 5 requests...

can someone tell me what might be wrong..

thx
 

-alan
 
 
 

alan wrote:

ok i noticed that my LOGFORMAT should look like this:

LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%j" "%j %j %j")

but i still get the same analog error... : (
i still can't figure it out
 
 

thx

-alan
 
 

alan wrote:

i am creating my own web logs using PHP.

an example log entry (to the log file) looks like this:

64.229.55.55 - 477955806 [16/Jan/2001:14:49:37 -500] "GET /COOKIE_TEST.phtml HTTP/1.0" 200 123 "http://www.my_domain.com/COOKIE_TEST.phtml" "Mozilla/4.75 [en] (Win98; U)"

the LOGFORMAT command in my config file looks like this:

LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%j %j %j")

the error analog is giving me is:

analog3: Warning R: Turning off empty time reports
  (For help on all errors and warnings, see docs/errors.html)
analog3: Warning R: Turning off empty Request Report
analog3: Warning R: Turning off empty File Type Report
analog3: Warning R: Turning off empty Directory Report
analog3: Warning R: Turning off empty Host Report
analog3: Warning R: Turning off empty Domain Report
analog3: Warning R: Turning off empty User Report
analog3: Warning R: Turning off empty File Size Report
analog3: Warning R: Turning off empty Status Code Report
 

i can't seem to figure out what the problem is.. can someone please help...
 

Thank You,

Alan

Reply via email to