Categories
Tags → Php Chmod Directory

Image based hit counter in PHP to keep track of visitor.

Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you...
DETAILS

PHP text counter

A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We re going to save the amount of hits in a .dat file, so you ...
DETAILS

Simple PHP powered text counter

A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We''re going to save the amount of hits in a .dat file, s...
DETAILS

DSLogger

DSLogger is a small PHP script that logs the amount of times a link has been clicked, and creates an indepth log that logs the address, IP, and date/time. Features: Can be used with a standard hyperlink, Logs the amount of times a link has been click...
DETAILS
©2003-2019 jCay.com