hello I installed the plugin simple counter and it works, but the totals are not fine Visits per day seems correct although they also take into account the robots, but the big total is wrong. He often returned to zero. Have you ever had the same problem. thank you
put this $config['counter'] = $config['dir_db'].'counter.php'; $config['disable_agents'] = 'robot|spider|crawler|curl|google'; // robots that are disabled
if( isset( $aVisits ) ) return $aVisits; else return Array( 1, 1 ); In fact I'm on 3.7 and the plugin dont have this function. So I made an adaptation of the plugin for 6.0.
Maybe some robots still pass, or the total of yesterday was not reset.