|
DB Hit Counter Script
|
Other links at PHP > Scripts and Programs > Counters |
| 1. |
EPS Counter
|
|
|
The counter could be displayed in both text or graphical form. Beside the default digit style provided in the package, the users could very easily install new set(s) of digit style into it. This counter just need PHP to function, without the need of mysql, and every settings could be changed very easily as all settings within one config file. Apart from the digit style, you could change the size of the graphical counter being shown. For displaying the counter, you actually just need to include a javascript statement in the webpage that you want to show the counter.
|
| 2. |
Users Online Count (SQL Version)
|
|
|
This is a quick and easy users online script. Just include the file on the page and it will add the user to the online list. Lets you specify how many minutes to keep a user online without them clicking another page before removing them. Has the option to surpress the count so you can include this on many pages but only display the count on selected pages. Only outputs the number so you have flexibilty to format the number with any words or font changes you want. Also has an identical version that uses a text file to store users.
|
| 3. |
PHP.Counter
|
|
|
PHP.Counter is a small user-online counter written in PHP using a MySQL database.
|
| 4. |
Users Online
|
|
|
Users Online is a PHP class that displays the number of users that are currently on your site.
|
| 5. |
CounterCookieIMG
|
|
|
This is a simpele PHP script that counts how many times a user has visited to your site using cookies. Only the user can see how many times he/she visited your site, and not the webmaster.
|
|
|