![]() |
| Home | Demo | Services | Features | Help | User Forum | Blog | About | |
|
#1
|
|||
|
|||
|
Hey Christina,
Some time ago you mentioned that you have a separate SC project for AOL users, which are counted differently from other users via a javascript. Care to share it? (again?) |
|
#2
|
||||
|
||||
|
For that you need php and for your pages to be parsed as php.
I keep the regular code in one file named, say, counter-non-aol.html. I have the code I use for AOL visitors in a nother file called counter-non-aol.html . My web page itself is suiffixed as php (or html and parsed as php). At the spot in the source code of my web page where I want to insert Statcounter code I have something like this: Quote:
Quote:
<?php include("counter.php"); ?> If your web page is already suffixed as .shtml you don't have to have it parsed as php and you can use this instead: <!--#include virtual="counter.php"-->
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. Last edited by webado; 06-11-2006 at 01:26 AM. |
|
#3
|
|||
|
|||
|
Thanks Christina. As I'm not quite ready to jump into php, I guess that will have to wait. Might play with it in the 3um though... someday!
|
|
#4
|
|||
|
|||
|
Old OLD topic -- but I finally decided to use it. Thanks again, Christina!
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|