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: [email protected] [mailto:[email protected]] 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 ? _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
