Reset your counters in the database (page.page_counter).
Assuning you are using MySQL, running a query like "update page set page_counter = 0;" should reset all page view counts to 0. Running "update site_stats set ss_total_views = 0;" will also reset your site views to 0.
Cheers! Siebrand
-----Oorspronkelijk bericht----- Van: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Namens Klaus Becker Verzonden: woensdag 7 januari 2009 21:09 Aan: MediaWiki announcements and site admin list Onderwerp: [Mediawiki-l] this page has been consulted ... times
Hi,
at the bottom of every page is the above text.
For the moment, I work on the local version of my site, and then I import new db to web-version. So the nomber of visitors is wrong.
Is there something I can do about that ?