This MOD is based on the visitor’s IP address. The IP address of the new visitor is checked to see if it does not already exist in the table of the MOD. If the IP address does not exist, it is registered in the table of the MOD and is counted as a new visit.
The IP address are deleted after 24 hours if the visitor did not come back on the forum in this period of time.
Мод: https://www.phpbb.com/customise/db/mod/ ... s_counter/
При выборе русского языка никак не отображается.
Решение и руссификация:
Открыть: root/language/ru/common.php
Найти:
Код: Выделить всё
'UNABLE_TO_DELIVER_FILE'=> 'Не удалось доставить файл.',Код: Выделить всё
'UNIQUE_VISITS_COUNTER' => 'Уникальных посещений: <strong>%d</strong>',Скопировать файл: root/language/en/mods/info_acp_uvc.php
В: root/language/ru/mods/info_acp_uvc.php
Открыть и найти:
Код: Выделить всё
'ALLOW_VISITS_COUNTER' => 'Enable unique visits counter',
'ALLOW_VISITS_COUNTER_EXPLAIN' => 'If this option is on No, the unique visits counter is completely disabled.',Код: Выделить всё
'ALLOW_VISITS_COUNTER' => 'Включить счетчик уникальный посещений',
'ALLOW_VISITS_COUNTER_EXPLAIN' => 'При выборе "Нет", счетчик уникальный посещений полностью отключен.',
