Webalizer awstats

Discussion in 'Traffic Analysis' started by Weirfire, Sep 9, 2005.

  1. #1
    I didn't know where to post this but I though this might be the best place.

    I was wondering if it's possible to extract the data from the stats files for use on the website? It would be great to be able to display all the stats from my different sites on the same page.
     
    Weirfire, Sep 9, 2005 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Look for the file called webalizer.current and build a script that can read it.

    Or do the same but with your access logs.

    I'd recommend signing up with statcounter.com which will give you just that, one screen stats for all your sites.
     
    T0PS3O, Sep 9, 2005 IP
  3. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Thanks TOPS,

    I want to be able to do stuff with the stats as well. Maybe publish them for the clients to see but I have to make sure they're going to be good stats first. jk :p
     
    Weirfire, Sep 9, 2005 IP
  4. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Webalizer produces tab-separated data files that can be imported to just about any application (see readme for DumpURLs and other dump parameters). You can also use user-specific CSS files to customize Webalizer-generated HTML reports.

    J.D.
     
    J.D., Sep 9, 2005 IP
  5. Willy

    Willy Peon

    Messages:
    281
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #5
    AWStat's native data format is pretty simple to pull in numbers from, if I remember correctly. Some months back I wrote a Ruby script that, every day, gathered all key figures from some couple of hundred virtual hosts and stored them into a SQL database, whence they could be examined, individually or in aggregate, with a custom PHP-based reporting interface. Pretty cool stuff :cool:
     
    Willy, Sep 9, 2005 IP