It's my blog sites. There is not very large visits. So I want to have a statistic of the visits number. But when using the built-in statistic module, I can't get the total visits but some records. Is there any module can do this?
Thanks a lot!

Comments

krisna123’s picture

i think this link may help u

http://drupal.org/node/87408

ytt’s picture

Thanks. But I need a counter for the http://www.example.com/, the index page, not for every node. Is there any other ways? How about build a module to do this? I can do it.=_=!

krisna123’s picture

How about build a module to do this? I can do it.=_=!
i think u means u want 2 build a module for counter if there isn't any. :)
if ur question is for asking is there any module like that in drupal i can't answer it. :). simple only for hit count.

but if your question is how to count your web hit, i can answer it

for eksternal counter u can googling by keyword "web counter"
example http://www.webcounter.com/

just copy and paste the code to your page.tpl.php and it will works as a charm.
if u only want 2 count from your front page, use if front

i prefer user google_analytics, but if that's to big or not suite for your reguest, u can use eksternal counter

jumoke’s picture

I want to get a VIEWS of visits per user. What's the best way to do this?