I am using the page visit counter like this:
Is there a way to reset the counter back to 0?Code:$s .= '<script type="text/javascript">var counter_style = 25;var lang = \'en\';</script>' . "\n"; $s .= '<script type="text/javascript" src="http://tl.altervista.org/js/contatore.js"></script>' . "\n"; echo $s;
Is there a way to make the counter ignore my own visits to my pages?
thanks much!