Добро пожаловать на ЖЕЛЕЗНЫЙ ФАКТОР!
Рекомендуем Вам зарегистрироваться, чтобы получить полный доступ к форуму. После регистрации Вам будет разрешено создавать топики, писать сообщения, загружать и просматривать фотографии, оценивать посты других форумчан, управлять собственным профилем на форуме и многое другое. Личные сообщения доступны после 50 оставленных на форуме сообщений . Полный доступ к разделу "Химия" так же доступен после 50 сообщений. Если у Вас уже есть аккаунт, войдите здесь, либо зарегистрируйтесь!
Рекомендуем Вам зарегистрироваться, чтобы получить полный доступ к форуму. После регистрации Вам будет разрешено создавать топики, писать сообщения, загружать и просматривать фотографии, оценивать посты других форумчан, управлять собственным профилем на форуме и многое другое. Личные сообщения доступны после 50 оставленных на форуме сообщений . Полный доступ к разделу "Химия" так же доступен после 50 сообщений. Если у Вас уже есть аккаунт, войдите здесь, либо зарегистрируйтесь!

Техническая сторона работы форума (и сайта)
Автор темы:
{ADMIN}
, ноя 25 2002 11:22
#92
Отправлено 24 февраля 2004 - 09:42

Еще одна новая фенечка на форуме - для тех, у кого есть собственные странички в интернет. На них стало возможно размещать отдельные статистические фрагменты форума - например информацию о том, сколько пользователей в данный момент на форуме.
вот код:
вот код:
Код |
<script type="text/javascript" src="http://forum.steelfactor.ru/ssi_hack.php?m=members&a=active&export=js"></script> |
есть и другие варианты - если будет интерес - спрашивайте в PM.
пример работы на первой странице нашего сайта - http://www.steelfactor.ru/index.shtml
#95
Отправлено 25 февраля 2004 - 07:41

#97
Отправлено 25 февраля 2004 - 11:37

Usage - Forums Module
Show all forums...
PHP: include ("http://www.yourdomai...howsubforums=1");
JS: <script type="text/javascript" src="http://www.yourdomai...ms=1"></script>
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
If the "showsubforums" attribute is set to 1, subforums for each forum will be displayed.
Show all forums in a category...
PHP: include ("http://www.yourdomai...howsubforums=1");
JS: <script type="text/javascript" src="http://www.yourdomai...owsubforums=1">
</script>
The "category" attribute defines which categories forums are read from. Seperate multiple categories with a comma.
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
If the "showsubforums" attribute is set to 1, subforums for each forum will be displayed.
Show all subforums of a forum...
PHP: include ("http://www.yourdomai...2&order=topics");
JS: <script type="text/javascript" src="http://www.yourdomai...&order=topics">
</script>
The "parent" attribute defines the parent forum's id.
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
Usage - Members Module
Show number of active users...
PHP: include ("http://www.yourdomai...mbers&a=active");
JS: <script type="text/javascript" src="http://www.yourdomai...tive"></script>
Show online members...
PHP: include ("http://www.yourdomai...ine&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show recently online members...
PHP: include ("http://www.yourdomai...120&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "minutes" attribute defines the cut-off point.
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show members in a group online...
PHP: include ("http://www.yourdomai...1,4&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "group" attribute should contain the ID of the group (Seperate multiple groups with a comma).
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show a list of members in a group...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "group" attribute should contain the ID of the group (Seperate multiple groups with a comma).
The "start" attribute can be changed to change the starting point.
The "show" attribute can be changed to change how many members are displayed.
Show a member's profile...
PHP: include ("http://www.yourdomai...ofile&member=1");
JS: <script type="text/javascript" src="http://www.yourdomai...er=1"></script>
The "member" attribute should contain the user ID of the member.
Show members where custom profile field... is set to...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "field" attribute should contain a custom profile field ID.
The "value" attribute should contain a custom profile field answer.
The "start" attribute can be changed to change the starting point.
The "show" attribute can be changed to change how many members are displayed.
Usage - Topics, Posts & Polls Module
Show latest news...
PHP: include ("http://www.yourdomai...a=news&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "show" attribute specifys how many items of news should be displayed.
Show latest board topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest category topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...art=0&show=10">
</script>
The "category" attribute can be changed to change which categories topics are grabbed from. (Seperate multiple categories with a comma)
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forum topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...art=0&show=10">
</script>
The "forum" attribute can be changed to change which forums topics are grabbed from. (Seperate multiple forums with a comma)
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest board posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest category posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "category" attribute can be changed to change which categories posts are grabbed from. (Seperate multiple categories with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forums posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "forum" attribute can be changed to change which forums posts are grabbed from. (Seperate multiple forums with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest topic posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "topic" attribute can be changed to change which topics posts are grabbed from. (Seperate multiple topics with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest board polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many polls should be displayed.
Show latest category polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "category" attribute can be changed to change which categories polls are grabbed from. (Seperate multiple categories with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forum polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "forum" attribute can be changed to change which forums polls are grabbed from. (Seperate multiple forums with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Usage - Statistics Module
Show board stats...
PHP: include ("http://www.yourdomai...=stats&a=stats");
JS: <script type="text/javascript" src="http://www.yourdomai...tats"></script>
Show total posts...
PHP: include ("http://www.yourdomai...s&a=totalposts");
JS: <script type="text/javascript" src="http://www.yourdomai...osts"></script>
Show total & newest member...
PHP: include ("http://www.yourdomai...tats&a=members");
JS: <script type="text/javascript" src="http://www.yourdomai...bers"></script>
Show most users online statistics...
PHP: include ("http://www.yourdomai...s&a=mostonline");
JS: <script type="text/javascript" src="http://www.yourdomai...line"></script>
Show top posting members...
PHP: include ("http://www.yourdomai...ers&members=20");
JS: <script type="text/javascript" src="http://www.yourdomai...s=20"></script>
The "members" attribute specifys how many members are shown.
Show all forums...
PHP: include ("http://www.yourdomai...howsubforums=1");
JS: <script type="text/javascript" src="http://www.yourdomai...ms=1"></script>
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
If the "showsubforums" attribute is set to 1, subforums for each forum will be displayed.
Show all forums in a category...
PHP: include ("http://www.yourdomai...howsubforums=1");
JS: <script type="text/javascript" src="http://www.yourdomai...owsubforums=1">
</script>
The "category" attribute defines which categories forums are read from. Seperate multiple categories with a comma.
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
If the "showsubforums" attribute is set to 1, subforums for each forum will be displayed.
Show all subforums of a forum...
PHP: include ("http://www.yourdomai...2&order=topics");
JS: <script type="text/javascript" src="http://www.yourdomai...&order=topics">
</script>
The "parent" attribute defines the parent forum's id.
The "order" attribute can be modified to change the order in which forums are displayed (can be order, name, topics or posts).
Usage - Members Module
Show number of active users...
PHP: include ("http://www.yourdomai...mbers&a=active");
JS: <script type="text/javascript" src="http://www.yourdomai...tive"></script>
Show online members...
PHP: include ("http://www.yourdomai...ine&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show recently online members...
PHP: include ("http://www.yourdomai...120&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "minutes" attribute defines the cut-off point.
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show members in a group online...
PHP: include ("http://www.yourdomai...1,4&order=name");
JS: <script type="text/javascript" src="http://www.yourdomai...name"></script>
The "group" attribute should contain the ID of the group (Seperate multiple groups with a comma).
The "order" attribute can be changed to change the order of member names displayed (Should be name or lastaction).
Show a list of members in a group...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "group" attribute should contain the ID of the group (Seperate multiple groups with a comma).
The "start" attribute can be changed to change the starting point.
The "show" attribute can be changed to change how many members are displayed.
Show a member's profile...
PHP: include ("http://www.yourdomai...ofile&member=1");
JS: <script type="text/javascript" src="http://www.yourdomai...er=1"></script>
The "member" attribute should contain the user ID of the member.
Show members where custom profile field... is set to...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "field" attribute should contain a custom profile field ID.
The "value" attribute should contain a custom profile field answer.
The "start" attribute can be changed to change the starting point.
The "show" attribute can be changed to change how many members are displayed.
Usage - Topics, Posts & Polls Module
Show latest news...
PHP: include ("http://www.yourdomai...a=news&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "show" attribute specifys how many items of news should be displayed.
Show latest board topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest category topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...art=0&show=10">
</script>
The "category" attribute can be changed to change which categories topics are grabbed from. (Seperate multiple categories with a comma)
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forum topics...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...art=0&show=10">
</script>
The "forum" attribute can be changed to change which forums topics are grabbed from. (Seperate multiple forums with a comma)
The "order" attribute specifys how topics should be ordered (Can be posts, views, date or lastpost)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest board posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest category posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "category" attribute can be changed to change which categories posts are grabbed from. (Seperate multiple categories with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forums posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "forum" attribute can be changed to change which forums posts are grabbed from. (Seperate multiple forums with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest topic posts...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "topic" attribute can be changed to change which topics posts are grabbed from. (Seperate multiple topics with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest board polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many polls should be displayed.
Show latest category polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "category" attribute can be changed to change which categories polls are grabbed from. (Seperate multiple categories with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Show latest forum polls...
PHP: include ("http://www.yourdomai...tart=0&show=10");
JS: <script type="text/javascript" src="http://www.yourdomai...w=10"></script>
The "forum" attribute can be changed to change which forums polls are grabbed from. (Seperate multiple forums with a comma)
The "start" attribute specifies the starting point (Usually 0)
The "show" attribute specifies how many topics should be displayed.
Usage - Statistics Module
Show board stats...
PHP: include ("http://www.yourdomai...=stats&a=stats");
JS: <script type="text/javascript" src="http://www.yourdomai...tats"></script>
Show total posts...
PHP: include ("http://www.yourdomai...s&a=totalposts");
JS: <script type="text/javascript" src="http://www.yourdomai...osts"></script>
Show total & newest member...
PHP: include ("http://www.yourdomai...tats&a=members");
JS: <script type="text/javascript" src="http://www.yourdomai...bers"></script>
Show most users online statistics...
PHP: include ("http://www.yourdomai...s&a=mostonline");
JS: <script type="text/javascript" src="http://www.yourdomai...line"></script>
Show top posting members...
PHP: include ("http://www.yourdomai...ers&members=20");
JS: <script type="text/javascript" src="http://www.yourdomai...s=20"></script>
The "members" attribute specifys how many members are shown.
#102
Отправлено 26 февраля 2004 - 02:22

Quote
работает, просто ей надо уметь пользоваться."QUOTE" в окне ответов других пользователей не работает
выделяешь текст и жмешь Quote Post.
Вопрос в другом, господа и дамы, как у вас работает PM? В свете вчерашних обновлений, личная почта стала глючить. По идее должна архивироваться, а на деле - не идет вообще. Я вертанул все обратно, проверьте, идет ли почта?
#107
Отправлено 27 февраля 2004 - 01:02

#117
Отправлено 01 марта 2004 - 03:12

Информация: в течение дня возможно непродолжительные глюки в работе форума - происходит его усовершенствование. Последнее что будет введено - это слияние нескольких топиков подряд от одного и того же пользователя. Думаю, будет полезно. и куча прочих приятных мелочей.
Если у вас что то не работает - обновите страничку минуты через 2-5 и все будет ок.

#118
Отправлено 01 марта 2004 - 03:13

Юннат
Как временное недорозумение и как стимулятор.
{ADMIN}
кто не заxочет - отменить ету функцию.
Quote
интересно, а если можно будет ставить минусы в телосложение, то как тогда понимать "телосложение = -1"
Как временное недорозумение и как стимулятор.
{ADMIN}
Quote
Dim_Berk, подумаю, конечно, но вряд ли это найдет отклик у народа
кто не заxочет - отменить ету функцию.
2 посетителей читают эту тему
0 пользователей, 2 гостей, 0 скрытых