I am confused with wp stat lately, in the week starting on 24 August 2010 until 30 August 2010 wp stat does not count a visit, refferer, search engine terms, click. Whereas according to sst2 plugin, there is still a visit there proved keywords entered. What happened? wp stat whether there is a problem or problems are found on my blog?
Screenshot:
http://nuggix.files.wordpress.com/2010/08/wp-stat-and-sst2.jpg
http://wordpress.org/extend/plugins/stats/
for wordpress stats to work, you need to make sure that:
What if the stats don't start showing up? Do I need anything special in my theme?
Yes, your theme must have a call to <?php wp_footer(); ?> at the very bottom right before the </body> tag.
This means that you need to have that code in your footer.php in your current installed wordpress theme.
from the faq's
oke thanks you for your help :)