1
achz04
Counter modules statistics
  • 2010/6/15 12:14

  • achz04

  • Just popping in

  • Posts: 14

  • Since: 2010/6/15


Hi guys,

Is there a Counter modules that shows visitor for;

1. Today
2. Yesterday
3. This Week
4. Last week
5. This Month
6. Last month
7. Overall

Thanks in advance..

2
mboyden
Re: Counter modules statistics
  • 2010/6/15 14:01

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


the iStats module does most if not all of this. There is also the TDMstats module which I haven't used yet. Of course, there is also Google Analytics (but requires registration and inserting into your theme), assuming you are willing to use that (and share your data with Google).
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development

3
Peekay
Re: Counter modules statistics
  • 2010/6/15 14:32

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I once had iStats 2.2 (a.k.a. 'WebStats') working on an old Xoops site, but you need to add some code to the theme.html to make it work. The reports are quite detailed, but visitor accuracy is a little questionable IMHO.

Later versions or clones may be more up to date, but if you download the original you may need to replace some deprecated PHP code.

For example in counter.php

replace

$page $HTTP_GET_VARS['page'];

if ( !isset($HTTP_COOKIE_VARS['istats']) )

with

$page $_GET['page'];

if ( !isset($COOKIE['istats']) )


There may be more.
A thread is for life. Not just for Christmas.

4
mariane
Re: Counter modules statistics
  • 2010/6/15 20:12

  • mariane

  • Theme Designer

  • Posts: 649

  • Since: 2008/1/11


you can use a counter from www.sitemeter.com , just register and get the code, then add it to your theme or in a new block, and you will get full statistics of your website. also a weekly report will be delivered to your email
the road of success is always under construction

5
culex
Re: Counter modules statistics
  • 2010/6/15 20:42

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Programming is like sex:
One mistake and you have to support it for the rest of your life.

6
Mazarin
Re: Counter modules statistics
  • 2010/6/15 21:53

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


LogCounterX does all that and more. I use it and it works quite well. Unfortunately I can't find any dl links for it but PM me if you want to try it.

7
achz04
Re: Counter modules statistics
  • 2010/6/16 9:14

  • achz04

  • Just popping in

  • Posts: 14

  • Since: 2010/6/15


Thanks guys... really appreciate... using logcounterx now... ^^

8
culex
Re: Counter modules statistics
  • 2010/6/16 10:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Personally I'm using piwik, actually this could make a pretty cool module. I'll have to look into this
Programming is like sex:
One mistake and you have to support it for the rest of your life.

Login

Who's Online

261 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 261


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits