Web Hosting Talk







View Full Version : Unsecured stats page?


slinky
07-24-2006, 05:44 PM
A client is asking me for a way to get cpanel's webalizer or analog stats to be accessible at an unpublished URL without a login. Is there a way to do this? Alternatively, is there a quick access route with or without the login and password to make access to the log a single link without cpanel? On analog I see it generates what seems to be a unique URL that ends with a number and html extension. Thanks to you all.

SSHocker
07-24-2006, 06:17 PM
cd /home/user/www
mkdir stats
cd stats
ln -s ../../tmp/webalizer webalizer
cd ../
chown -R user:user stats
cd ../
chmod -R 0775 tmp

01globalnet
07-24-2006, 06:54 PM
Check here
http://www.josheli.com/vox/

Awstats - http://www.josheli.com/vox/view_source.php?awstats.php
Webalizer - http://www.josheli.com/vox/view_source.php?webalizer.php

slinky
07-25-2006, 10:06 AM
Guys - thanks so much. Great answers and getting there in different ways... Tony, thanks for the quick and easy method.