Hi, I want to add a simple stats package to an admin panel i am putting on sites i am creating, just one that displays e.g visitors, unique visitors and where these have come from. Can anyone point my into the right direction of maybe something i can use or where to start? Cheers, Adam
you can add the google stats , its not basic ... but its just a simple code that you have to add to your page
AwStats is fairly simple. In my opinion I would install a package that leaves room for growth. You don't want to have to redo all your stats two years down the road cause you are trying to track something else. StatCounter Google Analytics AwStats Are my choices.
The problem with that is that i want it to look like part of the admin panel i am building. So cannot i cannot use any third party sites.
just make a quick log file parser dude.. it's basically a csv but tab delimeted isntead of comma - so most easy to work with.