User analysis/logs scripts?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

User analysis/logs scripts?

Post by MattSharp »

Is there any scripts out there that do this? Like show fancy data tables and user lists and hits and visits and all that fun stuff? I know that there are many services out there that do it, but I was wondering if any scripts are out there that peple could recommend?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Hehe..Webalizer is out there.

As far as PHP is concerned, I have been working on one, with all the pretty GD Graphics stuff too.
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

Post by MattSharp »

Yea Webalizer is pre loaded on my host. The thing it only lists hits for every single page on your site. I would like to know more specific information for just certain pages.....
User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

Well you can download Webalizer, you will need access to your log files.

Mike
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

Post by MattSharp »

mikeq wrote:Well you can download Webalizer, you will need access to your log files.

Mike
I said I want something OTHER than Webalizer....
User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

Webalizer is very configurable and should be able to produce what you are looking for. Your host will probably have installed the default options thats why they are crap.

Have you tried Webalizer yourself?

Mike
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

MattSharp: I would look at http://www.hotscripts.com
Post Reply