Web Hosting Talk







View Full Version : how to view the webstats


pacquiao
06-02-2006, 04:06 PM
Im just wondering if theres any way advertisers and seo companies can view my website's webstats in real time...

I know to view it you need my web host account and password which I dont have plans of giving it to them.. So stu#@1pid if I do that...

Thanks in advance...

tamar
07-28-2006, 12:26 PM
Install awstats and allow users to click "Update" to update in real-time.

Leo!
07-28-2006, 12:42 PM
pacquiao - can you access your site through SSH? If so, do the following:

First access the VPS through SSH (I use Putty (http://www.chiark.greenend.org.uk/%7Esgtatham/putty/)). Go to the user's /home directory that wants stats accessible from outside, using the following command:
cd /home/USERNAME/public_html/.

Now create the symlink using the following command: ln -s /home/USERNAME/tmp/webalizer

Now try and access the stats using www.websiteurl.com/webalizer/ (http://www.websiteurl.com/webalizer/)