Solution for “Server Time Problem”
-
Solution for “server time” problem…
edit both ” wps-visitor-counter-count.php and wps_visitor_counter_views.php” files with this
date_default_timezone_set('Europe/Istanbul'); $date = date("Y-m-d"); // Getting the current dateYou can use your own country zone…
The topic ‘Solution for “Server Time Problem”’ is closed to new replies.