Web Traffic Analysis
Get IP address and Long Code from a URL
posted bywebsewakinWeb Traffic Analysis
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.
Reviews0
PriceFree
Views1807
Creating a file based logging script
posted byphptoys2inWeb Traffic Analysis
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.
Reviews0
PriceFree
Views1629
Website Tracking And Statistics
posted bywarkiorinWeb Traffic Analysis
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.
Reviews0
PriceFree
Views2675
Creating a php Traffic Tracker
posted byzaninWeb Traffic Analysis
Learn how to create a layered web stats report generating script complete with dynamic graphs.
Reviews0
PriceFree
Views4373
Revisited: Logging With PHP
posted bytiminWeb Traffic Analysis
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.
Reviews0
PriceFree
Views3503
Where did they go today?
posted bysmkinWeb Traffic Analysis
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.
Reviews0
PriceFree
Views3563
Logging With PHP3
posted bytiminWeb Traffic Analysis
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).
Reviews0
PriceFree
Views4674
Creating Your Own Log Files
posted bymattiasinWeb Traffic Analysis
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.
Reviews0
PriceFree
Views4649