Скрипт "Счетчики сайта" для юкоз
Установка:
1. Создаем информер:
[ Счетчики для пользователей · Материалы · всех, по группам, по полу, по зодиаку, по дням (сегодня, вчера, 7 дней, 30 дней) ]
В шаблон информера вставляем:
Code
Всего файлов: <b> $LOAD$</b> <br>Всего новостей: <b> $NEWS$</b> <br>Всего статей: <b> $PUBL$</b><br>Темы форума: <b> $FORUM_T$</b>
2. В CSS стиль вставляем:
Code
#stat {width:193px; margin:2px auto; color:#fff;}
#stat a {color:#fff;}
#stat li {display:block; padding:0; margin:0; list-style:none;}
#stat_hidden {overflow:hidden;}
#stat_t {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_bg.png) no-repeat 0 0; width:193px;height:26px;}
#stat_t li {text-align:center; color:#fff; line-height:22px; font-weight:bold;}
#stat_c {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_bg.png) repeat-y -193px 0; width:191px;margin:0 1px;}
#stat_b {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_bg.png) no-repeat -384px bottom;width:193px; height:9px; margin:0 1px;}
#stat_ico {margin:0 7px; float:left;}
#stat_ico1 {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_ico.png) no-repeat 0 0; width:55px;height:65px;}
#stat_ico2 {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_ico.png) no-repeat 0 -66px; width:55px;height:53px;}
#stat_ico3 {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_ico.png) no-repeat 0 -120px; width:55px;height:53px;}
#stat_text {overflow:hidden;}
#stat_user {margin:0 9px; text-align:center;}
#stat_hr {background:url(http://uwebo4ka.3dn.ru/scripts/statistika/stat_hr.png) no-repeat; width:176px; height:2px;margin:0 7px;}
|