Просмотр файла online.php
<?php // Created by StingerIce // ICQ: 933-53-01 include_once 'inc/config_inc.php'; include_once 'inc/func_inc.php'; include_once 'inc/online.php'; include_once 'inc/heads.php'; div('Статистика сайта','top'); div('Хитов всего: '.$total_hits.'','a'); div('Хитов сегодня: '.$today_hits.'','b'); div('Хостов всего: '.$total_hosts.'','a'); div('Хостов сегодня: '.$today_hits.'','b'); div('Сейчас на сайте: '.$online.' чел.','a'); include_once 'inc/foots.php'; ?>