hmmmm im afraid.... =\
Main Topics
Browse All Topicsok guys, i have this website >> www.royalbeach.ae
i need to add a hit counter for "unique visitors" in this website
but all the "free" counters out there seem to be for .php pages
is there any good and simple counter's script/code available for html pages?
i've searching for this from so many days, but everything i tried didn't work out!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You may use a Javascript counter
here is one example you can use:
http://www.comptechdoc.org
Oh yer good point, so these sort of counters (http://www.statcounter.co
>> It just count's just the number of times a single visitor visits your pages. Not the amount of users on a certain page.
exactly, this is the main problem im facing in using all of these counters! =\
Roonan, what's the procedure of using a hosted counter?
And what are the prons n crons in using such a counter?
my client is getting desperate with each passing minute, and im at my wits end now =(
Well the statcounter one will show all visitors and you don't need to include any php code.......
You just put some HTML, usually a div with an image that gets grabbed from their site, it's counts how many times and by who access the image (i.e. views your site) and the image returned is the counter with the number of visitors . You have to setup an account, their free service saves the last 100 users and allows you to see stuff like where they are from, what browser they are using, stuff like that. You can pay to have a larger log of users to view data about.
Stephen
As an example this is the code I had to include
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
<!--
var sc_project=2034776;
var sc_invisible=0;
var sc_partition=18;
var sc_security="096b585f";
//-->
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounte
<!-- End of StatCounter Code -->
(I chose not to have a counter as such but you can have them as well)
Business Accounts
Answer for Membership
by: RoonaanPosted on 2007-01-24 at 01:52:54ID: 18384111
Is it an option to use a hosted counter?
-r-