Adding Basic Stats

Discussion in 'PHP' started by adamjblakey, Jan 7, 2008.

  1. #1
    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
     
    adamjblakey, Jan 7, 2008 IP
  2. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #2
    you can add the google stats , its not basic ... but its just a simple code that you have to add to your page
     
    commandos, Jan 7, 2008 IP
  3. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    LittleJonSupportSite, Jan 7, 2008 IP
  4. adamjblakey

    adamjblakey Active Member

    Messages:
    1,121
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #4
    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.
     
    adamjblakey, Jan 7, 2008 IP
  5. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #5
    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.
     
    blacknet, Jan 7, 2008 IP