Need Script file to automated web stats
Well,I found a nice tutorial that explain how to have webalizer webstats out of the cpanel.
And I need some ones help to add little more things make it fully automatic.
1. I need a script file to execute whenever I create a account from WHM
2. or a PHP form that do the stuff for me
Here are the tutorials I found
1)login to you shell (we can ignore this part)
2)cd /home/username/www
3)ln -s ../tmp/webalizer stats
4)chown username.username stats
5)cd ../tmp
6)chmod 755 ./
7)chmod 755 ./webalizer
----------------
will allow domain.com/stats/ for viewing stats without logging in to cpanel
Can somebody help please..