Просмотр файла jpmobile/flud/block/echo_count.php
<?php $seg_hit = trim(file_get_contents('cgf/count/hit.txt')); $seg_host = trim(file_get_contents('cgf/count/host.txt')); { // выводим посещения красиво echo ' Уникальных: '.$seg_host.'<br> Обращений: '.$seg_hit.'<br> '; } ?>