statistics

Status
Not open for further replies.

TarinC

New Member
Messages
698
Reaction score
0
Points
0
is there any way that the public can view stats made by cpanel(awstats) without loging in?
 

cetutnx1

New Member
Messages
510
Reaction score
0
Points
0
Ok but how can i do the same...

I don't understand.. is there a code that you can showme....

Or a link to a webpage maybe... ;)
 
Last edited:

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
awstats is turned off for all sites on the free hosting server.
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
i think it used to work for me before... w.e. what about urchin stats?
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
urchin is not configured, and awstats was taken of beacuse of some sort of risks and stuff... they jsut arnt there anymore.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
what type of stats are you looking for. There is a tutorial that i've seen that gives detaled information on making something like that. I would have to find it but im at school so i can't right now.

I finished what I was workin on

First Do This:
http://www.zend.com/zend/tut/statistics.php

zend.com said:
In this tutorial, you will learn how to:
Gather the IP address, Date, Browser, OS Platform from each Web visitor


Distinguish Onsite visitors from Offsite visitors


Calculate daily total hits and daily distinct hits (those that come from a unique IP address)


Generate gif images using PHP to dynamically present your data

Then Do This:
http://www.zend.com/zend/tut/gen-adv-web-stats.php

zend.com said:
In this tutorial, you will learn how to:

Display number of hits by Year, Month and Week.


Display the last seven Daily average hits.


Display the number of visitors using a broader number of browsers and operating systems.


Calculate the top ten visitors to your site and their frequency.


Calculate the top ten referring sites.


Create a statistical analyzing system complete with dynamically generated numbers

zend.com said:
This tutorial relies on a database package other than PHP. For data storage, MySQL will be used as the database. In the previous tutorial, a database was defined to gather information from a Target Web Page. PHP code was added to the Target Web Page's script and a secondary graphics generation page (script) was created. The model was then pieced together with a main analytical PHP page. This enabled processing of the collected data, before being displayed in a simple, yet clear format.
[/quote
 
Last edited:
Status
Not open for further replies.
Top