08-05-2014, 01:02 PM
Open header.php file;
Find <p class="user_count"> and change query "SELECT COUNT(*) AS total FROM `users`" to "SELECT SUM(`value`) AS `total` FROM `web_stats`"
Change <?=$lang['b_230']?> to total hits.
Good luck!
Find <p class="user_count"> and change query "SELECT COUNT(*) AS total FROM `users`" to "SELECT SUM(`value`) AS `total` FROM `web_stats`"
Change <?=$lang['b_230']?> to total hits.
Good luck!