|
|
 More Subcategories Available
| Site Statistics [+] Favor-It | |
| |
 |
| | Sort By:
|
You can get quite a bit of information about your visitors without having to use a third party tracking software. I'll outline the PHP commands you can use to capture some of this data. The details you capture can be saved into a database, Author: Vinus Thomas Code: PHP 4.0 |
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag.
Author: Dennis Pallett Code: PHP 4.0 |
With this tutorial, you will learn how to build a simple script that tells you how many visitors are currently visiting your site. This is a great way to see how your traffic is during certain times of the day. Author: skyhawk133 Code: PHP 4.0 |
|  | |
Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic. This tutorial will show you how you can do just that. Author: Andrei Pociu Code: PHP 4.0 |
A simple user log can help you keep track of who's been visiting your site and where they are coming from. It The time the user came to the page. It captures the IP address of the user, referer of the user, if there is one and what browser he was using. Author: Akash Goel Code: PHP 4.0 |
Have you ever noticed that lots of websites feature a little "Page loading took x.xxx seconds to load" at the bottom of their pages? It's a pretty simple thing to make and gives your site something that we all love... Stats! Author: KieranHall Code: PHP 4.0 |
This script will explain how to display the number of users online using your website. You have to put this on everypage you want it to appear. We also reccommend you have PhpMyAdmin to do this. Author: Spoono Code: PHP 4.0 |
|  | |
It's nice to know how many visitors your site gets. To get you started I show you how to log statistics of all your visitors, in a simple way. The log will be saved in a text file. Author: Mattias Code: PHP 4.0 |
This script was originally developed for geolocalization of visitors to my site. I had not database access, so in order to make the script fast, I splitted the information from IP to Country Database into several smaller files. Author: PhpTutorial Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|