Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1636 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Marketplace     Looking For / Wanting to Sell Products     Other Digital Goods :

Page Load Count Script

Thread title: Page Load Count Script
Closed Thread    
    Thread tools Search this thread Display Modes  
09-14-2007, 02:57 PM
#1
Wildhoney is offline Wildhoney
Wildhoney's Avatar
Status: Request a custom title
Join date: Feb 2006
Location: Nottingham
Expertise:
Software:
 
Posts: 1,648
iTrader: 18 / 95%
 

Wildhoney is on a distinguished road

Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney

  Old  Page Load Count Script

This is a class that counts the amount of page loads. It is capable of the following:
  • Supports multiple pages by default;
  • Automatic acquisition of page filename;
  • Recover from errors without causing errors;
  • Display the amount of times a page has been accessed;
  • Available in both PHP4 and PHP5;
  • Uses only 1 file and so no need for a database table.

To install it simply ensure that the count file, by default this is set to TalkPHPCount.txt is writable which means you must CHMOD it to make it writable. For instance, CHMOD to value 666.

Once you have done that you can open the index.php file on how to use the script. Needless to say it is rather simple.

PHP Code:
include_once('./lib/TalkPHPCount.class.php'); 
This line is all you need to count the page loads. Nothing more. In order to display the page loads you may use the $pCount->display(); function. Like so:

PHP Code:
echo 'This page has been accessed ' $pCount->display() . ' times.'
Download link: http://www.talkphp.com/showthread.php?t=1112

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed