Marts
05-19-2002, 10:04 PM
Hi all,
Can you give me the names of some proggies that will track the individual traffic of virt sites on a raq4? I know they have stat graphs etc etc but they are not accurate, well they are but do not monitor everything.
Can any one help?
Thanks
Sainthax
05-19-2002, 10:38 PM
check out Webalizer at pkgmaster.com
Webalizer gives you more info than most people know what to do with.
Marts
05-19-2002, 10:40 PM
Thanks but will webalizer give me traffic 4 individual sites??
Say I have 50 sites and want to know the traffic for them individualy?
Sainthax
05-19-2002, 11:09 PM
yes, after you install it you type in www.domain.com/stats and enter the username and password for that site (for the the admin account user and pass) then you'll get your stats JUST for that site and so on for domain2.com domain3.com etc...
it will work for all sites on the server showing stats for each site
Marts
05-19-2002, 11:10 PM
Ok great thanks
does it have an admin pannel where U can check each site? Or do u have to log onto each site manually to check it?
Sainthax
05-19-2002, 11:14 PM
you have to login to each site to see the stats
heres some more info, just make sure if you install it use the .pkg file from pkgmaster.com
http://www.mrunix.net/webalizer/
Sainthax
05-19-2002, 11:18 PM
you know now that I think of it you could take password protection off the stats directory and then you wouldn't have to login to them to see the stats.
Marts
05-19-2002, 11:19 PM
Surelt there has to be something easier?
I my client has approx 150 www sites and has never checked data ever ;) Now he wants to I cant really say just log onto 150 of your clients sites each month and go from there!
Any others?
Sainthax
05-19-2002, 11:24 PM
you might want to check out Urchin at http://www.urchin.com it's not free but it's much more high end, I don't know much about it but I have seen a version that showed stats for more than one site.
FiberOptic
05-20-2002, 03:06 AM
Psi said in a threat about 4days ago he's working on such a script.
If you can't wait that script, you might consider traffic light
AussieHosts
05-20-2002, 03:07 AM
You should consider http://www.raqsupport.net/trafficlight.html Martin. It's very good, as is their support for their product.
Regards
Gary
ellebi
05-20-2002, 02:33 PM
I have modified a little scripts found at http://cobalt-aid2.lindist.dk
that generates a webpage with monthly web stats for all hosted sites in a raq running pkgmaster.com version of webalizer.
On the generated web page you'll see a table containin on each row Domain - KBytes - Visits - Pages - Files - Hits
It can be sorted by any column and the domain name is linked to the web stats for that domain.
Once downloaded you should change the file extension from .txt to .sh
then upload it to your raq and chmod 755
then from the directory where is installed you can run it typing ./zz-webalizer-monthly.sh
if you want, you can put the script into /etc/cron.daily/ and the monthly web stats will be auto generated everyday.
Once generated the stats will be accessible by admin user at http://raq_mainsite/~admin/webstats
This is what the script does:
1) it will search for each hosted site stats under /home/sites/siteXX/web/stats
2) generates some temporary files in /tmp/
3) creates a new directory called webstats, if doesn't exist, in /home/sites/home/users/admin/web/
4) creates, if doesn't exist, an .htaccess file in /home/sites/home/users/admin/web/webstats/ to allow access to the monthly stats only to admin
5) generates the monthly web stats files in /home/sites/home/users/admin/web/webstats/
If you want to modify the directory where the stats will be genarated just replace all ~admin/web/webstats with the directory where you want the stats.
I run this script on a raq4 but should run on any raq with pkgmaster.com webalizer or as long as the hosted sites stats are accessible at http://sitename/stats