КЛК 'Владминес' - Центр Статистики |
Общая Статистика |
 |
Всего пользователей: |
103105 |
Всего сообщений: |
39365 |
Всего тем: |
10190 |
Всего категорий: |
4 |
Пользователей Online: |
495 |
Максимум Online: |
1365 - 13 Ноябрь 2024, 08:32:32 |
Больше всего сегодня Online: |
575 |
Пользователи за сегодняшний день: |
0 |
|
 |
Среднее количество новых пользователей в день: |
0.02 |
Среднее количество сообщений в день: |
16.1 |
Среднее количество тем в день: |
7.17 |
Всего разделов: |
20 |
Последний пользователь: |
keahichigozirim |
Среднее количество пользователей Оnline в день: |
124.97 |
Соотношение мужчин - женщин: |
1:4.1 |
|
Первая десятка пользователей |
Первая десятка разделов |
 |
|
 |
|
Лучший рейтинг |
Худший рейтинг |
 |
|
 |
|
Первая десятка Тем (по количеству ответов) |
Первая десятка Тем (по количеству просмотров) |
 |
|
 |
|
Десятка самых активных авторов |
Максимальное время пребывания на форуме |
 |
|
 |
|
История форума |
 |
|
0)
{
if (typeof window.ajax_indicator == "function")
ajax_indicator(true);
getXMLDocument(smf_scripturl + "?action=stats;expand=" + curId + ";xml", onDocReceived);
doingExpandCollapse = true;
}
else
{
var myTable = document.getElementById("stats"), i;
var start = document.getElementById("tr_" + curId).rowIndex + 1;
for (i = 0; i < numDays; i++)
myTable.deleteRow(start);
// Adjust the image and link.
document.getElementById("img_" + curId).src = smf_images_url + "/expand.gif";
document.getElementById("link_" + curId).href = smf_scripturl + "?action=stats;expand=" + curId + "#" + curId;
// Modify the session variables.
getXMLDocument(smf_scripturl + "?action=stats;collapse=" + curId + ";xml");
}
return false;
}
else
return true;
}
function onDocReceived(XMLDoc)
{
var numMonths = XMLDoc.getElementsByTagName("month").length, i, j, k, numDays, curDay, start;
var myTable = document.getElementById("stats"), curId, myRow, myCell, myData;
var dataCells = [
"date",
"new_topics",
"new_posts",
"new_members",
"most_members_online"
];
if (numMonths > 0 && XMLDoc.getElementsByTagName("month")[0].getElementsByTagName("day").length > 0 && XMLDoc.getElementsByTagName("month")[0].getElementsByTagName("day")[0].getAttribute("hits") != null)
dataCells[5] = "hits";
for (i = 0; i < numMonths; i++)
{
numDays = XMLDoc.getElementsByTagName("month")[i].getElementsByTagName("day").length;
curId = XMLDoc.getElementsByTagName("month")[i].getAttribute("id");
start = document.getElementById("tr_" + curId).rowIndex + 1;
for (j = 0; j < numDays; j++)
{
curDay = XMLDoc.getElementsByTagName("month")[i].getElementsByTagName("day")[j];
myRow = myTable.insertRow(start + j);
myRow.className = "windowbg2";
for (k in dataCells)
{
myCell = myRow.insertCell(-1);
if (dataCells[k] == "date")
myCell.style.paddingLeft = "3ex";
else
myCell.style.textAlign = "center";
myData = document.createTextNode(curDay.getAttribute(dataCells[k]));
myCell.appendChild(myData);
}
}
// Adjust the arrow to point downwards.
document.getElementById("img_" + curId).src = smf_images_url + "/collapse.gif";
// Adjust the link to collapse instead of expand
document.getElementById("link_" + curId).href = smf_scripturl + "?action=stats;collapse=" + curId + "#" + curId;
}
doingExpandCollapse = false;
if (typeof window.ajax_indicator == "function")
ajax_indicator(false);
}
// ]]>-->
Загружается...