On 18/09/2007, Johannes Perl <johannes.perl at gmail.com> wrote: > hi, is there a way to reset the view counter? > didn't find anything doing this in the maintenance directory. UPDATE site_stats SET ss_total_views = 0; UPDATE page SET page_counter = 0; TRUNCATE TABLE hitcounter; Rob Church