View file www/onl/online.php
<?php echo ' Всего онлайн: '.(trim(file_get_contents($cms.'onl/on_user.txt'))+trim(file_get_contents($cms.'onl/on_quest.txt'))).' <br /> Пользователей: <a target="_parent" href="/?page=online">'.trim(file_get_contents($cms.'onl/on_user.txt')).'</a><br /> Гостей: '.trim(file_get_contents($cms.'onl/on_quest.txt')).' '; ?>