The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Web Traffic Analysis
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 20    Displaying: 1 - 20 Pages:  1   

   Creating a file based logging script   Hits: 545 

 
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Track The External Referrals To Your Website   Hits: 233 

 
This script will track any incoming referral to your website, so you can tell where visitors are coming from to your website, whether this is a search engine, or another person's website, and records the URL of the referring website. This way, you can take a look at the websites of people who are linking to your website, even if you don't know who they are. To use the script, just paste the code into the top of the web page that you would like to track incomming referrals. This script should only be used once per page, but it can be used within as many pages of your website as you like. You could include the script within every page of your website, and then you would know who is referring all of your visitors to your website, and the URL's of those referrers. Awesome!


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Capturing Click Data   Hits: 192 

 
Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Nov  6 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Get IP address and Long Code from a URL   Hits: 543 

 
This small code snippet will help you in getting IP address and long code from a URL using PHP. You can do several tweaks using this code and make it work according to your requirement.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon May 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Getting your Visitor's Details Using PHP   Hits: 1126 

 
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, and retrieved later to check your site's performance and user details.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Fri Oct  6 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   My SEO Rank - PageRank Tool   Hits: 603 

 
Get PageRank information, simply enter the Website Address into the box below, and press the "Rank it" button. MySeoRank.com also has a Free SEO Help guide with a Google PageRank article including information about SEO tips techniques like trading reciprocal links. Webmasters can use this free information to achieve a higher rank on search engines such as; Google.com Yahoo.com and MSN.com Free SEO Help Guide


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri May  9 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Making Usage Statistics in PHP   Hits: 659 

 
Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use this feature to track which of my articles was read for the longest time. In this article I will show you how to store the statistics in a MySQL database, show the web stats in an HTML table and make figures based on the stats using the GD library.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  6 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Hit Counter   Hits: 626 

 
Hit counters are used to track the amount of visitors there have been to a cetain page. I have looked through the internet and I have come up with 2 different ways to produce a hit counter. Flat Files (Storing data in a *.txt or *.dat file) Database (using MySQL or something similar to store the data in) Each way is the same, there is no difference between them. I have written a description on each of these 2 methods together with the scripts to produce your own hit counters. Each script will be given with a line by line explanation of all the details of the code.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  6 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Website Tracking And Statistics   Hits: 1361 

 
A key component in building and maintaining a successful website is the ability to keep track of how many visitors are coming to your website. You want to know where they are coming from, and which pages they are looking at and finding most useful. This tutorial will guide you through the essentials of what to look for in a website statistics tracking application.


Version: n/a   Platform(s): n/a   Updated: Sat Oct  7 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Getting visitor information   Hits: 2611 

 
Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 31 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a php Traffic Tracker   Hits: 2861 

 
Learn how to create a layered web stats report generating script complete with dynamic graphs.


Version: n/a   Platform(s): n/a   Updated: Tue Dec  9 2003

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   safeReferral Function   Hits: 1583 

 
This function saves the referrals to a text file. Each url will only be saved once.


Version: 1.0   Platform(s): n/a   Updated: Wed May 14 2003

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Logging Your Website With PHP Using a Flat File   Hits: 2867 

 
This tutorial will show you how to write your own Log Files using PHP. This tutorial shows you how to log unique visits with sessions or every single page viewed without sessions. A great introduction for writing to files, using sessions and PHP Predefined Variables.


Version: n/a   Platform(s): n/a   Updated: Thu Jul 25 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generating Advanced Web Page Statistics using PHP   Hits: 5968 

 
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and PHP. It will show 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, and Create a statistical analyzing system complete with dynamically generated numbers. It requires a moderate understanding of PHP and a limited knowledge of MySQL, including how to create a MySQL table using the MySQL client.


Version: n/a   Platform(s): n/a   Updated: Wed Apr 25 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generating Web Page Statistics using PHP   Hits: 6447 

 
This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will need a moderate understanding of PHP and a limited knowledge of mySQL, including how to create a mySQL table using the mySQL client.


Version: n/a   Platform(s): n/a   Updated: Mon Mar 26 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Revisited: Logging With PHP   Hits: 2672 

 
In this continuation of the article, "Logging With PHP," the author explains how to build a PHP/MySQL-driven Web traffic logging and analysis system that can be continually updated, which provides information on what content was being viewed, browser and platforms stats, and trends over time. This system is currently being used on SourceForge.net.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 12 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Last Access Information   Hits: 2317 

 
Here you will learn various PHP functions that allow you to display information about the previous hit to your page.


Version: n/a   Platform(s): n/a   Updated: Sun Dec 26 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Where did they go today?   Hits: 2793 

 
Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with logging feature. You can use the script for link-based as well as form-based redirection while logging your visitors.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 14 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Logging With PHP3   Hits: 3883 

 
This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneously support multiple sites, and multiple actions (page view, ad click, click-in, click-out, etc).


Version: n/a   Platform(s): n/a   Updated: Sat Dec 11 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Your Own Log Files   Hits: 3623 

 
Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script that extracted all the appropriate environment variables, put them together as a Common Logfile Format entry and write it to a file.


Version: n/a   Platform(s): n/a   Updated: Sat Dec 11 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 20    Displaying: 1 - 20 Pages:  1   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog