2007-02-24 09:53
how can i change time in OnlineStatistics?
2007-02-25 23:01
well, edit in plugins/onlineStatistics/online_statistics.php. Locate$timp = time();and change to$timp = time()+"number_of_seconds";where number_of_seconds is the difference in seconds from server time.