MyBB Community Forums

Full Version: Visit meter/Sitemeter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I insert a code allowing to track all visits on my forum? I have used Sitemeter before and it's fine. The instructions for inserting code are as follows:

This is the Site Meter PHP code for adding Site Meter to PHP-Nuke sites.

In the theme.php file, place the following code after these lines

footmsg();
echo "<br>";
$wscode ='<script type="text/javascript" src="http://s28.sitemeter.com/js/counter.js?site=s28pikkumusta">
</script>
<!-- Copyright ©2006 Site Meter -->
';

echo "$wscode";

Where should I put this code? Stupid question, sorry Shy
Nobody tracks the visitors on their forums? No hit counters?
Paste the code just below the code you paste. Smile
Add to your footer template right above the MyBB copyright:
<script type="text/javascript" src="http://s28.sitemeter.com/js/counter.js?site=s28pikkumusta">
</script>
<!-- Copyright ©2006 Site Meter -->