Home  |  Login  |  Modify Tutorials  |  Add Tutorials  |  Getting Rated  |  Contact us
Search TutorialsBulletin.com Top Rated Tutorials Most Popular Tutorials Latest Added Tutorials TutorialsBulletin.com

CATEGORIES



SPONSERED

Home  > PHP > Counters


Click "Subscribe" to get notified of new Scripts under this category. 

Counting unique visitors

Home > PHP > Counters
There are several ways to build such script: we can store IP addresses and perform checks/calculations time to time, we can program something for server environment. And finally the most easy and elegant way is to use cookies. You can see that I named the cookie as tempo, and it contains the current day. Expiration time was set to until year 2006 but you can choose another value. When expiration time is reached the visitor will be counted as new one.
Hits: 59  Date: 2005-11-28  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Hit Counter

Home > PHP > Counters
Create your own counter script using a basic knowledge of php + mysql script and keep your stat into database for analysis.
Hits: 57  Date: 2006-03-31  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Using the Basic hit counter in a HTML document

Home > PHP > Counters
In the previous part of this tutorial you've learned how to make a PHP file that counts the visits on your page.The problem comes in when you have a HTML page and though you want to use your PHP counter to count your visits. The solution is JavaScript. You'll probably say: There are users that have JavaScript disabled. Yes. That is true, but last time I checked there were less than 3% of the total users so you either go and make your HTML into a PHP either accept the JavaScript solution
Hits: 56  Date: 2006-01-25  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Accurate Countdown

Home > PHP > Counters
Use this countdown to find out exactly how many days/minutes until a specific time. By Default, it is your birthday.
Hits: 55  Date: 2006-01-20  Rate: 5.0  Vote: 1  Report Broken Link!  Rate It!

Basic hit counter using a flat text file

Home > PHP > Counters
In this tutorial I'll try my best to explain how to make a basic counter for your pages. But first let's face the problem: You have just made a nice website, with good content and think the people are visiting, but how do you know that?! An here comes the solution: a counter.A counter is a tool that helps you count the number of views your page has received. In this tutorial I'll show you 3 ways of counting how many visits your page has received. The basics: We need a PHP(counter.php) that will start evey time the page is viewed and increase the visits so far and a visits.txt file that is keeping the records in. So let's get started
Hits: 51  Date: 2006-01-25  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Simple clicks counter script

Home > PHP > Counters
Very common task is to count outgoing clicks has been described here. The script is very small so you can easily add it to any complicated web application.
Hits: 51  Date: 2005-11-28  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Simple Text Base Counter

Home > PHP > Counters
This simple tutorial will explain how to program a simple text-file counter. Creating a simple counter requires you do three things: 1) Open up a file and read current count value. 2) Add one to the current value. 3) Read and print the new value. So for the this tutorial, first create a file called sample.php and put a 0 in it as a default start point.
Hits: 49  Date: 2005-11-13  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Simple Text Counter

Home > PHP > Counters
Learn how to create a very simple text counter to track the visits to your pages. This is very useful to help you understand the workings behind PHP since it gives you a simple example to understand.
Hits: 48  Date: 2006-02-21  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Create a graphical counter

Home > PHP > Counters
Learn how to make graphical counter in PHP.
Hits: 48  Date: 2005-11-13  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Building a Counter

Home > PHP > Counters
The way this counter works is it creates a cookie on the user's computer with their IP and it updates the count according to the status of that cookie. If the cookie is present and the IP in the cookie is the same as the user's current IP then the script knows the user has already been there and it does nothing or if it is present, but has an IP different than the user's current IP or is not present the script knows that the user is either new or was there before, but the cookie has expired so it then updates the count. This script will be using the setcookie() function, which must be sent before any headers are sent. Basically what that means is that it must be placed before any HTML. The count will be held in a text file for ease of use but if you desire to use a database that is perfectly acceptable.
Hits: 47  Date: 2005-12-13  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Pages : 1 2 3

MOST POPULAR


TOP RATED


SITEMAP

 

HOME :: LOGIN :: MODIFY TUTORIALS :: ADD TUTORIALS :: GETTING RATED :: CONTACT US

Site Designed and Hosted by PLANET WEBSOFT

Partners :  AddScript   ScriptsFinder   RhymeStore   TemplateThemes   AddScripts   VDC   DentistIndia   eBimaa
Website Scripts   Free Web Hosting   Top5 Web Hosts