Page 1 of 1
How to Install third party counter on my CMSMadeSimple
Posted: Tue Jan 17, 2006 8:30 am
by askme
How can I install third party counter (couter script) to my CMSMadeSimple. I tried pasting couter code in my page but it did not work. Is there any built it couter to count all my visted pages or current online visitor for CMS Made Simple. I have alredy tried Statistics and HitCounter both are not working. I am using CMSMadeSimple 0.11
Re: How to Install third party counter on my CMSMadeSimple
Posted: Tue Jan 17, 2006 1:31 pm
by roman
In admin panel open Templates -> Your template and here is right place to put counter to by in every page, where you will use this template
Re: How to Install third party counter on my CMSMadeSimple
Posted: Tue Jan 17, 2006 3:00 pm
by westis
askme,
Put the PHP code in a user-defined tag (but leave out as that is automatically added) and then in your template, call this tag like this: {nameoftag}.
There's an updated version of Statistics available any day now if you're ready to wait a few more days.
Re: How to Install third party counter on my CMSMadeSimple
Posted: Sun Nov 26, 2006 12:53 pm
by OlafNoehring
Hi
in my opinion both should work:
- templates: you need to use that template for the page
- global block: if you have different templates I suggest you use this - if you want to change something about the logging etc. you need to change the global content block only.
For a (very good) stats/logging take a look on
http://www.tracewatch.com/
(it's no problem to integrate it woth cmsms - have done it already myself)
Olaf
Re: How to Install third party counter on my CMSMadeSimple
Posted: Sun Dec 10, 2006 11:07 pm
by Dr.CSS
Did you use the same DB as CMSMS?...
Re: How to Install third party counter on my CMSMadeSimple
Posted: Fri Oct 05, 2007 1:54 pm
by erpee
A little late response but it could be helpfull.
Installing tradewatch is simple.
First download all the files you need, create a NEW database an install Tradwatch (using install.php)
Now open index.php in your CMSMS website and add the following code on the end of the page (just before the
"?>"):
# start counter code
include_once $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT'].'/twatch_include/logger.php';
# end counter code
Save Index.php and everything should work ....

I hope ...

Re: How to Install third party counter on my CMSMadeSimple
Posted: Fri Oct 05, 2007 6:09 pm
by Pierre M.
"It should work" unless your audience is privacy aware like me using Firefox plugins NoScript and AdBlock.
Pierre M.
Re: How to Install third party counter on my CMSMadeSimple
Posted: Sat Oct 06, 2007 9:14 am
by erpee
do you know another way that your visit will be counted?
Re: How to Install third party counter on my CMSMadeSimple
Posted: Sat Oct 06, 2007 9:37 am
by cubix
google analytics? or any other tracker thru a UDT?