PDA

View Full Version : Showing Webserver Stats/Logs To Visitors W/O Cpanel !


vxdesigns
January 18th, 2007, 05:05 PM
Just as the topic suggests i've seen many websites which show their webserver stats/logs to their visitors without having to login to the cPanel. I would like to do something similar, i want to show my awstats data to my visitors in similar fashion as VideoHelp.com. You can check out the way they are doing this by visiting the following link

http://www.videohelp.com/stats

Any help on this will be greatly appreciated !

degsy
January 18th, 2007, 05:27 PM
There are many stat scripts available. You can install your own copy of awstats on your webspace.

oracle128
January 18th, 2007, 05:28 PM
They do this with server-side programming, which will store all the stats in a database, to be used for that stats page. It's possible to use server-side scripts to access cPanel stats, but more common, the stats are stored with customized stat-keeping, which really isn't hard for anyone who knows PHP or ASP. But if you don't know what server-side scripting is, you can pretty much forget about it.

Otherwise:
https://uk-support-team.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=55&nav=0,16
http://www.tracewatch.com/

vxdesigns
January 19th, 2007, 03:24 PM
There are many stat scripts available. You can install your own copy of awstats on your webspace.

I know there are tonz of stats script out there but i was referring to stats which are logged by the webserver itself i.e awstats, webalizer, analog etc etc.

vxdesigns
January 19th, 2007, 03:25 PM
They do this with server-side programming, which will store all the stats in a database, to be used for that stats page. It's possible to use server-side scripts to access cPanel stats, but more common, the stats are stored with customized stat-keeping, which really isn't hard for anyone who knows PHP or ASP. But if you don't know what server-side scripting is, you can pretty much forget about it.

Otherwise:
https://uk-support-team.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=55&nav=0,16
http://www.tracewatch.com/

Thx for these links !