<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mike, <br>
<br>
Sounds like you have access to the server to be able to analyse the
logs so you may also be in control of apache, most of the log analysers
I've ever looked at are guff.... <br>
<br>
I'd go with Google analytics and there is a way you can do this without
getting the designers to implement your tracking code in there sub
domains or micro sites. <br>
<br>
Firstly us apache mod_rewrite rules to pipe all page requests through a
single PHP page, which then use the request URI to show the appropriate
page from the sub site. <br>
<br>
Secondly if you then use the output buffering in PHP you will be able
to generate the whole page and then modify from your centralised pass
through page, by modify I mean inject your google analytics tracking
code before the end of the body tag. <br>
<br>
All sub sites then tracked through one account. <br>
<br>
Just a though <br>
<br>
Dave<br>
<br>
<br>
Mike Tipping wrote:
<blockquote cite="mid:C719C2E5.19F3C%25mike@etuna.co.uk" type="cite">
  <pre wrap="">Yes I've used googles download tracking before but this site is actually a
collection of sites under the same domain all done by different designers so
getting them to add google tracking code isn't going to work.

It needs to be logfile analysis.

Cheers

Mike




On 6/11/09 12:06, "Stephen Orr" <a class="moz-txt-link-rfc2396E" href="mailto:steve@stephenorr.co.uk">&lt;steve@stephenorr.co.uk&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">You can set up Google Analytics to track file downloads too - I'm
pretty sure there's information on how to do that in their docs.
Obviously, it doesn't work if you're doing direct downloads, only if
you're going through a page first which is serving the file (but in
reality, you probably should be doing that anyway, precisely to enable
you to gather these sorts of statistics).

I don't know of anything better than AWstats for log file analysis -
I'm sure there's products out there, but it's just not something I've
ever needed to study.

2009/11/6 Mike Tipping <a class="moz-txt-link-rfc2396E" href="mailto:mike@etuna.co.uk">&lt;mike@etuna.co.uk&gt;</a>:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I need a web stats package for a big site.

Currently I use AWStats - but that only gives an overview of the top pages
and Google Analytic - but that doesn't track file downloads.

Can anyone recommend something that works through log file analysis and
gives me the access stats for everything not just the top 50 pages.

Cheers

Mike



_______________________________________________
Phpwm mailing list
Website : <a class="moz-txt-link-freetext" href="http://www.phpwm.org">http://www.phpwm.org</a>
Twitter : <a class="moz-txt-link-freetext" href="http://www.twitter.com/phpwm">http://www.twitter.com/phpwm</a>
Facebook: <a class="moz-txt-link-freetext" href="http://www.facebook.com/group.php?gid=2361609907">http://www.facebook.com/group.php?gid=2361609907</a>

Post to list: <a class="moz-txt-link-abbreviated" href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a>
Archive etc : <a class="moz-txt-link-freetext" href="https://mailman.lug.org.uk/mailman/listinfo/phpwm">https://mailman.lug.org.uk/mailman/listinfo/phpwm</a>

      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
Phpwm mailing list
Website : <a class="moz-txt-link-freetext" href="http://www.phpwm.org">http://www.phpwm.org</a>
Twitter : <a class="moz-txt-link-freetext" href="http://www.twitter.com/phpwm">http://www.twitter.com/phpwm</a>
Facebook: <a class="moz-txt-link-freetext" href="http://www.facebook.com/group.php?gid=2361609907">http://www.facebook.com/group.php?gid=2361609907</a>

Post to list: <a class="moz-txt-link-abbreviated" href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a>
Archive etc : <a class="moz-txt-link-freetext" href="https://mailman.lug.org.uk/mailman/listinfo/phpwm">https://mailman.lug.org.uk/mailman/listinfo/phpwm</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->


_______________________________________________
Phpwm mailing list
Website : <a class="moz-txt-link-freetext" href="http://www.phpwm.org">http://www.phpwm.org</a>
Twitter : <a class="moz-txt-link-freetext" href="http://www.twitter.com/phpwm">http://www.twitter.com/phpwm</a>
Facebook: <a class="moz-txt-link-freetext" href="http://www.facebook.com/group.php?gid=2361609907">http://www.facebook.com/group.php?gid=2361609907</a>

Post to list: <a class="moz-txt-link-abbreviated" href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a>
Archive etc : <a class="moz-txt-link-freetext" href="https://mailman.lug.org.uk/mailman/listinfo/phpwm">https://mailman.lug.org.uk/mailman/listinfo/phpwm</a>

  </pre>
</blockquote>
</body>
</html>