Web Hosting - Online Advertising - Loan - Debt Consolidation - Find jobs

PDA

View Full Version : How to track User visit a website?


rose21
Feb 10th 2007, 3:17 am
Hi all,

I'm having some other site code for show total number visitor visit my site.
But now I want to write my own code for the following,
1. Total number of visits,
2. Today Visit result.
3. last week total visit.
4. Unique visits report etc..
5. Last one hour user details.
Is any one already here wrote any coding for this requirement? or if you have any source please help me to get this one..Thank you
Regards

designcode
Feb 10th 2007, 3:27 am
You shud have posted this topic to PHP forums, as this thing can't be done with Javascript, you will have to use some server side language like PHP, Perl, ASP etc. Anyway at following link you can find loads of stat tracking scripts, download one that suits your need and customize it a/c to your site

http://www.hotscripts.com/PHP/Scripts_and_Programs/Web_Traffic_Analysis/index.html

Here are also some useful articles
http://www.devpapers.com/article/347
http://www.devpapers.com/article/345

Hope it will help you