[analog-help] logformat and weblogs

2001-01-16 Thread alan
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 c

RE: [analog-help] logformat and weblogs

2001-01-16 Thread William Martin
seems like you're missing one set of double-quotes   you probably want:   LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%j" "%j")       -Original Message-From: alan [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 16, 2001 2:56 PMTo: [EMAIL PROTECTED]Subject:

Re: [analog-help] logformat and weblogs

2001-01-16 Thread alan
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 (t

Re: [analog-help] logformat and weblogs

2001-01-16 Thread Jeremy Wadsack
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 > Use the logformat William suggested: LOGFORMAT (%S - %u [%d/%

Re: [analog-help] logformat and weblogs

2001-01-16 Thread alan
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

Re: [analog-help] logformat and weblogs

2001-01-18 Thread Stephen Turner
On Tue, 16 Jan 2001, alan wrote: > > 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 r

Re: [analog-help] logformat and weblogs

2001-01-18 Thread alan
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 (uniqu

Re: [analog-help] logformat and weblogs

2001-01-18 Thread alan
thx but i found the problem : ) thx -alan Stephen Turner wrote: > On Tue, 16 Jan 2001, alan wrote: > > > > 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