![]() |
| Home | Demo | Services | Features | Help | User Forum | Blog | About | |
|
#1
|
|||
|
|||
|
I recently installed PHPNuke on my site, and can't quite figure out how to incorporate Statcounter with it. I did a search on the forums and found a topic that looked promising, but when I switched the javascript over to php, and insert it into the javascript.php, my site would go completely blank. Are there alternate ways (or something I might be doing wrong perhaps?) that somone could describe to me? (Step by step if possible, as some of this goes right over my head.) Thanks.
BTW, this is what I had put in the Javascript.php file, I have a feeling it could be the "var sc_security" that is causin a problem, I really don't know. Code:
echo "\n"; echo "<script type=\"text/javascript\" language=\"javascript\">\n"; echo "var sc_project=xxxxxx;\n"; echo "var sc_invisible=1;\n"; echo "var sc_partition=7;\n"; echo "var sc_security="f94ecb8c";\n"; echo "</script>\n"; echo "<script type=\"text/javascript\" language=\"javascript\" src=\"http://www.statcounter.com/counter/counter.js\"></script><noscript><a href=\"http://www.statcounter.com/\" target=\"_blank\"><img src=\"http://c8.statcounter.com/counter.php?sc_project=xxxxxx&java=0&security=f94ecb8c&invisible=1\" alt=\"counter\" border=\"0\"></a> </noscript>\n"; echo "\n\n"; If I screwed somethin up, please be gentle, I'm just starting to learn. |
|
#2
|
||||
|
||||
|
Don't put the code there.
Find the template for the skin you use and put it where you have </body> tag generated from. Perhaps in some footer section . Create a text file using Notepad, paste in the generated code as is, and save the file under some name like my-counter.php . Then include it where you need it to appear, using Quote:
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. |
|
#3
|
|||
|
|||
|
Thanks so much for the help, now it's working great.
|
|
#4
|
||||
|
||||
|
Phew! happy to hear it
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|