Posted: Thu Nov 08, 2007 6:31 pm Post subject: Unique Hits Counter
Open Notepad, create a blank document called hits.txt. Now upload it to you website directory, make sure to put it in the same folder as the php page containing the hits code.
Also Note: You must CHMOD this file to 777 - This simply means that it doesn't need specific permissions for the file to execute.
Add the following code to a blank file and call it counter.php.
This simply tells it to add 1 page view per IP, meaning it counts the amount of unique visitors you get.
This is then written to the hits.txt file and increases every time the page is loaded by an alternative IP address.
Now to make this counter show up simply add the following code on any .php page:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum