Click to See Complete Forum and Search --> : web statistic


enrgy
08-29-2008, 04:13 PM
Hi im new in this forum :) I have questions.
how can find information about web statistic program?
how its working?
how can i do web statistic program?

Fang
08-30-2008, 07:22 AM
web statistics about what exactly?

enrgy
08-30-2008, 07:43 AM
Like the www.google.com/analytics or www.web-stat.com.
i can show you exactly what i want to do. http://www.webservis.gen.tr/

Fang
08-30-2008, 01:15 PM
Google for 'statistics' with the inclusion of the server-side language you will be using.

Compguy Pete
09-02-2008, 03:53 PM
Are you looking to make something like these programs/services?

As a general rule, I tell people that if you need to ask "where do I start" it's typically a little over your level in complexity.

This type of project is a little large for one person to take on alone... you may want to find some help from local programmers.

enrgy
09-02-2008, 04:20 PM
i cant explain what i want to do exactly,
i want to like the web counters.
some one browse a web site if my image or etc have this site, how can i learn who and which site want my image (site not on my computer)

Sorry About My Bad English

Fang
09-03-2008, 01:38 AM
There is a access log file on your server containing all that information.
You can read the file, write a program (server side language) to display the information more clearly, or use one of the free/paid programs that are available.
http://en.wikipedia.org/wiki/Server_log

enrgy
09-03-2008, 06:23 AM
i look to the http://en.wikipedia.org/wiki/Common_Log_Format

" 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326"

i need more information, like the which webside.

Fang
09-03-2008, 08:46 AM
127.0.0.1 this is localhost, you.
It's the user not the website.