**NEW** Site Statistics Add on
Re: **NEW** Site Statistics Add on
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
That's weird - I do use the beta3 and it works just fine.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
Re: **NEW** Site Statistics Add on
hello,
I have a problem with Mecstats...
lg37, running CMSMS 0.11.2 and mecstat 1.13
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 !!
lg37, running CMSMS 0.11.2 and mecstat 1.13
Re: **NEW** Site Statistics Add on
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
Finally found the solution....
Must insert the
Code: Select all
session_start();
Code: Select all
require('mecstats/hit.inc');
regards
lg37, CMSMS 0.11.2
Re: **NEW** Site Statistics Add on
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,
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
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
5. Save it
6. Add {mecstats} to your template
7. Have fun ...

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');
6. Add {mecstats} to your template
7. Have fun ...
Re: **NEW** Site Statistics Add on
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).
(you can make your own modification to the source as described above, but you can not redistribute them).
Re: **NEW** Site Statistics Add on
Well whaddya know cyberman - that works like an absolute dream! Thank you VERY much, I'm thrilled
Re: **NEW** Site Statistics Add on
thanks cyberman, it looks great!
it's now on my website...
it's now on my website...
Re: **NEW** Site Statistics Add on
Sorry for the dumb question, but where can I download this module?
Re: **NEW** Site Statistics Add on
It isn't a module but addon only.jd wrote: Sorry for the dumb question, but where can I download this module?
Here for download program.
Follow reply #20 for add statistics in pages and #1 for view in admin area.
Alby
Last edited by alby on Fri Jun 08, 2007 2:27 pm, edited 1 time in total.
Re: **NEW** Site Statistics Add on
many thanks!alby wrote:It isn't a module but addon only.jd wrote: Sorry for the dumb question, but where can I download this module?
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
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
I'm running it under 1.0.6 and works fine for me. See the first posts for infojmcgin51 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?
Re: **NEW** Site Statistics Add on
sorry one more question:
I edited the admin/menu.php file, but still the stats link is not shown.
What do I do wrong?
I edited the admin/menu.php file, but still the stats link is not shown.
What do I do wrong?