Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

HelixOmnimedia

macrumors 6502a
Original poster
Jul 26, 2006
791
34
Traveling The World
Hey,

Is there anyway to see how many people have looked at your website, but without having the hideous looking hit counter which iWeb provides you with?

I just don't like the look of it and it doesn't go with the rest of the website, it sticks out like a sore thumb, but I would still like to know how many people look at the site... and preferably without other people knowing (but i think that's pushing it).

Can this be done?
 
There's web stats programs you can get for the server, and it analyzes the access server logs. This is what I do. Also, Google Web Analytics checks some things as well. I'm not sure about iWeb specific options though. The .Mac option may have something you make use of, but you'd have to contact them about, or read their FAQ, or someone here may speak up.

There's also some JavaScript options that keep track of things (I think urchin), but I haven't used any of those, and they aren't as accurate as they require JavaScript to be enabled on all visitors.
 
Hey, just wondering if anyone else uses a specific hit counter for their dot mac site?
 
statcounter works pretty well. It can even be invisible and it gives decent stats.
 
You can do what I do. just put the counter on your page off to the side(outside of the page). When you want to see it pull it back on the page, publish it, look, and then republish it with it off to the side.

It sounds like a lot of work but its not that bad ;). I only check about once week.
 
you could also just insert style="display:none" into the div that contains the counter. i think it is
Code:
<div id="CounterDiv">
which you could change to
Code:
<div id="CounterDiv" style="display:none">

that would hide the counter but still keep it on the page.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.