Page 2 of 2
Re: **NEW** Site Statistics Add on
Posted: Mon May 30, 2005 8:38 pm
by kingfhb
No, sorry, I guess I should have specified. I will install it on the beta and make a new set of instructions for you.
Re: **NEW** Site Statistics Add on
Posted: Mon May 30, 2005 8:54 pm
by Alex_Leipzig
pinthenet wrote:
Just tried it under 0.10beta3 latest daily but it doesn't work - errors from main page (index.php) and the admin menu doesn't appear at all.
Are the instructions from the first post still valid?
John
That's weird - I do use the beta3 and it works just fine.
Re: **NEW** Site Statistics Add on
Posted: Mon Jan 23, 2006 8:08 pm
by lg37
hello,
I have a problem with Mecstats...
- With Fireworks, all is ok. I can see one visit containing visited pages and I can see visitor's path.
- With IE, 1hit=1visitor...so the number of visitors is very high !!

Has someone the same effect ?
lg37, running CMSMS 0.11.2 and mecstat 1.13
Re: **NEW** Site Statistics Add on
Posted: Thu Jan 26, 2006 9:32 am
by lg37
Hello all,
Finally found the solution....
Must insert the
before the
Now working like a charm with IE and Firefox !
regards
lg37, CMSMS 0.11.2
Re: **NEW** Site Statistics Add on
Posted: Mon Feb 20, 2006 3:38 pm
by sioux
Hi Lg37,
I'm trying not to appear too stupid (not easy) but I just downloaded Mecstats and added the code to the very top of my pages as instructed but I'm not getting any results.
Did you make any changes to other files?
Could you do a quick 'Installing Mecstats for dumbos' post for me? I'd be very grateful
Cheers,
Re: **NEW** Site Statistics Add on
Posted: Mon Feb 20, 2006 4:00 pm
by cyberman
I'm not lg37 but I can try to help

...
1. Install mecstats in CMSms main directory
2. Create a user defined plugin
3. Name it mecstats
4. Add this lines to user defined plugin
Code: Select all
// Statistics with Mecstats
session_start();
require('mecstats/hit.inc');
5. Save it
6. Add {mecstats} to your template
7. Have fun ...
Re: **NEW** Site Statistics Add on
Posted: Mon Feb 20, 2006 6:51 pm
by jelle
sorry to sound like a wet towel, but this package will probably not be converted to a cms module. It's licence is not open source and does not allow redistribution. You can scold the author for not using an open source licence (and maybe you should) but it is his to decide. So for now this may be nice, but it's only nice to look at.
(you can make your own modification to the source as described above, but you can not redistribute them).
Re: **NEW** Site Statistics Add on
Posted: Tue Feb 21, 2006 2:01 pm
by sioux
Well whaddya know cyberman - that works like an absolute dream! Thank you VERY much, I'm thrilled
Re: **NEW** Site Statistics Add on
Posted: Tue Feb 28, 2006 11:08 am
by jean-guy
thanks cyberman, it looks great!
it's now on my website...
Re: **NEW** Site Statistics Add on
Posted: Fri Jun 08, 2007 2:11 pm
by jd
Sorry for the dumb question, but where can I download this module?
Re: **NEW** Site Statistics Add on
Posted: Fri Jun 08, 2007 2:22 pm
by alby
jd wrote:
Sorry for the dumb question, but where can I download this module?
It isn't a module but addon only.
Here for download program.
Follow reply
#20 for add statistics in pages and
#1 for view in admin area.
Alby
Re: **NEW** Site Statistics Add on
Posted: Fri Jun 08, 2007 3:04 pm
by jd
alby wrote:
jd wrote:
Sorry for the dumb question, but where can I download this module?
It isn't a module but addon only.
Here for download program.
Follow reply
#20 for add statistics in pages and
#1 for view in admin area.
Alby
many thanks!
Re: **NEW** Site Statistics Add on
Posted: Fri Jun 08, 2007 4:18 pm
by jmcgin51
I'm running CMSMS 1.0.6, and I can't get Mecstats to work at all (nothing in the Admin, and nothing on any frontend pages). I think I've done everything according to the instructions. Does Mecstats still work with 1.0.6. Any new/different instructions?
Re: **NEW** Site Statistics Add on
Posted: Fri Jun 08, 2007 6:15 pm
by jd
jmcgin51 wrote:
I'm running CMSMS 1.0.6, and I can't get Mecstats to work at all (nothing in the Admin, and nothing on any frontend pages). I think I've done everything according to the instructions. Does Mecstats still work with 1.0.6. Any new/different instructions?
I'm running it under 1.0.6 and works fine for me. See the first posts for info
Re: **NEW** Site Statistics Add on
Posted: Mon Jun 11, 2007 12:33 pm
by jd
sorry one more question:
I edited the admin/menu.php file, but still the stats link is not shown.
What do I do wrong?