1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need some help with server log files....

Discussion in 'Traffic Analysis' started by NewComputer, Jun 4, 2005.

  1. #1
    I have to setup a page where a client can view their log file activities. I have FTP access to their server, but thats it. The log files are there. They want me to set up a page where they can view current log files. My servers use CPanel and include AWstats etc...

    I need to set something up for them? Can anyone help...
     
    NewComputer, Jun 4, 2005 IP
  2. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #2
    If they are competent to d/l the log files, have them d/l the freeware/demo version of FunnelWeb. It's far superior to Awstats.
     
    Bernard, Jun 4, 2005 IP
  3. Crazy_Rob

    Crazy_Rob I seen't it!

    Messages:
    13,157
    Likes Received:
    1,366
    Best Answers:
    0
    Trophy Points:
    360
    #3
    They want to view the log files? Or do you want a stats package to process them?
     
    Crazy_Rob, Jun 4, 2005 IP
  4. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #4
    The problem is, they are using apache and the log files are setup as one massive access log. Having them download that everyday will consume a massive amount of bandwidth.
     
    NewComputer, Jun 4, 2005 IP
  5. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #5
    They want the 'pretty layout' with referrers, search terms etc...
     
    NewComputer, Jun 4, 2005 IP
  6. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #6
    If money isn't a problem, I'd recommend looking at Urchin.
     
    Bernard, Jun 4, 2005 IP
  7. Crazy_Rob

    Crazy_Rob I seen't it!

    Messages:
    13,157
    Likes Received:
    1,366
    Best Answers:
    0
    Trophy Points:
    360
    #7
    I use Urchin 3, 5 and UTM.

    It's a great product.
     
    Crazy_Rob, Jun 4, 2005 IP
  8. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can try getting just the tail of the log file. Keep in mind that this command isn't supported by all FTP servers. Run the ftp utility from the command prompt (the one on Windows doesn't support this syntax, however, MS FTP server does) and execute these commands:

    # ftp ftp.my-server.com
    ...
    cd <log file directory>
    restart <number -- offset from the start of the file>
    get access_log

    This should get you the portion of the access_log file starting from the number following the restart command.

    Edit: you can also use the reget command - it gets the rest of the file if it already exists in your local folder:

    # ftp ftp.my-server.com
    ...
    cd <log file directory>
    reget access_log

    J.D.
     
    J.D., Jun 4, 2005 IP