Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips | Counters

Results 1-11 of 11
Social Score PHP Class (Facebook, Google+, Twitter, Linkedin)
posted bysrblairinCounters
Here is a simple class that will return the Social Score of a website URL. You can also use this class to display the individual score, likes, +1's, tweets or shares from Facebook, Google+, Twitter and LinkedIn. The beauty of this class is that it uses all of the social networks' public API's so you do not need to have or obtain a single API key or developer account to use this class.
(9 ratings)
Reviews0
PriceFree
Views577
Flat File Counter
OK guys, this script is a simple file based counter. This is meant for sites that do not run a db and instead, use a file and a cookie. It isn't the best I've seen but it's simple. Consider this as a tutorial. Just create a file called counter.txt and put this where you want to display the counter. Remember to set the permissions on counter.txt so that your webserver can write to the file.
(3 ratings)
Reviews0
PriceFree
Views756
PHP Click Tracker
posted bylooninCounters
This is a fully working script that'll let you create a list of links then record and display the number of clicks each one gets, though it's very basic but each section is explained and perhaps you can turn it into something useful.
(6 ratings)
Reviews0
PriceFree
Views722
Simple Active Users Counter
posted byJosebaBinCounters
The service includes two code pages: the first one allows to register the last visit of users to the website, and the second one allows data registration and showing number of active/online visitors in a period of time defined by the webmaster. No databases are used, and data is saved to files within a user defined folder. The activity of users is recorded to individual files (one empty file per users). The name of each file is the IP address of the users, and the last modification time of the file is used as reference for last visit of the user. When counting the number of active users, Filesystem Functions are used to check the files: old files are deleted and newer ones are accounted as active users.
(3 ratings)
Reviews0
PriceFree
Views1154
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 putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
(7 ratings)
Reviews1
PriceFree
Views1709
PHP text counter
posted byundowebinCounters
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 don�t even need a mySQL database. First off, you have create a directory and CHMOD it 777 so PHP can write the counter.dat file.
(6 ratings)
Reviews0
PriceFree
Views1657
Php counter with cookies
posted byvuletavinCounters
Learn how to make php counter using mysql database and cookies.
(6 ratings)
Reviews0
PriceFree
Views1172
Simple Counter Tutorial
This is just a Simple Counter, Try this counter first and hope you will make some professional ones after it by trying some other good Counter tutorials.
(3 ratings)
Reviews0
PriceFree
Views3506
Adding a basic PHP Text Counter to your website
posted byinfoinCounters
By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script to download and implement on your website.
(6 ratings)
Reviews0
PriceFree
Views2756
Simple Text-based counter
A very basic tutorial with working example. It shows beginner how to make a simple text counter by opening, reading, and writing to files.
(9 ratings)
Reviews0
PriceFree
Views3849
How does a simple hitcounter work?
This is a short tutorial on how to make your own simple hitcounter in PHP.
(3 ratings)
Reviews0
PriceFree
Views5405
Results 1-11 of 11