| stickyfingerz |
08-06-2007 04:12 PM |
Quote:
Originally Posted by shake
(Post 12886779)
Sorry forgot to paste the link :1orglaugh
This script will do it with awstats:
http://sourceforge.net/projects/mssv
We customized this script with ajax so that you can sort by the domain/hits/ etc that you want - which is pretty easy to do.
|
Got it setup. The instructions are somewhat lacking, so for anyone trying this the main things you need to know are this..
your path to awstats folder for the server
$history_dir = "This needs to be your server path to awstats"; # Location of history files
You dont have to add what domains you want it to pull stats for anywhere in the config.
You just have to add the domains to your url like this.
hxxp://www.yourdomain.com/thefolderyouputthescriptin/stats.php?domains=yourdomain1.com,yourdomain2.com, etc.com,etc.com
Its VERY handy. May take a bit to load if you are doing a large number of domains, and I didnt check server load, but probably you wouldnt want to put an auto refresh on it or anything if you have a large number of domains either hehe. :winkwink:
|