РАЗГОВОРЫ ОБО ВСЕМ НА СВЕТЕ

Объявление

ДОБРО ПОЖАЛОВАТЬ НА ФОРУМ! Он работает и продолжает работать для вас! Проходим регистрацию и гуляем по форуму. И Приходите вот сюда: Форум посвящен Индийским сериалам: http://indiaserial.mybb.ru/

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » РАЗГОВОРЫ ОБО ВСЕМ НА СВЕТЕ » Все для форумов » Скрипты для форумов


Скрипты для форумов

Сообщений 41 страница 60 из 81

41

Скрипт для узнавания IP-адресов:

Часто многие интересуются а как мне узнать что за айпи или  я его забаню а это поисковик окажется..
Выкладываю код с помошью которого Вы сможите Узнать полную информацию об АЙПИ бесплатно
Копируйте и ставьте в ХТМЛ-низ, то что выдлено является цветом, второе что выделено думаю понятно. И выделенное можно менять.
  Выражаем благодарность  DJ SKEE

    <table width="100%" align="center"><form method="get" action="http://www.ripe.net/perl/whois?" enctype="multipart/form-data"><td align="left" height="65" width="100%"><table bgcolor="#FFFFCC" align="left" border="0" cellspacing="0" cellpadding="10" width="100%"><tr><td><input type="hidden" name="form_type" value="simple" /><table border="0"><tr><td align="" valign="bottom" width="20%">Узнать Информацию об IP-адресах:</td><td align="left" valign="bottom" width="50%"><input type="text" name="searchtext" tabindex="1"  size="50" /></td><td align="left" valign="bottom" width="15%"><input type="submit" tabindex="2" name="do_search" value="Искать" /></td></table></td></tr><td><font size="2"></font></td></tr></table></td></tr></form></table>

0

42

Иконки "Новые сообщения/Нет новых сообщений/Выделенная(важная) тема/Закрытая тема/Перенесённая тема"
Новые сообщения
    <style type="text/css">TR.inew Div.icon {
    background-image : url(адрес картинки);
    background-repeat: no-repeat;
    }
    </style>
Нет новых сообщений
    <style type="text/css"> Div.icon {
    background-image : url(адрес картинки);
    background-repeat: no-repeat;
    }
    </style>
Важная тема
    <style type="text/css">TR.isticky Div.icon {
    background-image : url(адрес картинки);
    background-repeat: no-repeat;
    }
    </style>
Закрытая тема
    <style type="text/css"> TR.iclosed Div.icon {
    background-image : url(адрес картинки);
    background-repeat: no-repeat;
    }
    </style>
Перенесённая тема
    <style type="text/css"> TR.iredirect Div.icon {
    background-image : url(адрес картинки);
    background-repeat: no-repeat;
    }
    </style>

0

43

<script type="text/javascript">
var mon_array = new Array("", "Января", "Февраля", "Марта", "Апреля", "Мая", "Июня", "Июля", "Августа", "Сентября", "Октября", "Ноября", "Декабря");
Tm = new Date();
Tm.setTime(1000*UserRegistered);
m=Tm.getMonth()+1;
if (m<10) m=m;
hh=Tm.getHours();
mm=Tm.getMinutes()+'';
if (mm<10) mm=mm;
tm='<strong>'+Tm.getDate()+'&nbsp;'+mon_array[m]+'</strong>&nbsp;в&nbsp;<strong>'+hh+':'+mm+'</strong>';
var UserTotalReg = Math.floor(UserTotalTime/86400)
var UserTotalPost = Math.floor(UserPosts/60)
var sex_array = new Array("Пол неопределен. Войдите в <a href='/profile.php?section=personal&id="+UserID+"'>Профиль</a> и установите пол", "Ваш пол: <strong>Муж</strong>", "Ваш пол: <strong>Жен</strong>");
var sex = sex_array[UserSex]
if (UserAvatar == ""){UserAvatar = "http://s54.radikal.ru/i145/0808/84/e1fbc11ac605.png"}
if (UserBirthDate == ""){UserBirthDate = "Дата не выставлена"}
if (UserAge == "0"){UserAge = "[Нет сведений]"}
var user=", <strong>"+UserName+"</strong>";
if (user == ", <strong></strong>"){user = ""}
var arr=document.getElementsByTagName("div")
i=0
while(arr[i] ){
if(arr[i].className=="main") {
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML="<div class=category><h2>Информационное табло</h2><div class=container><table border=0><tr><td><a href='/profile.php?section=avatar&id="+UserID+"' title='Изменить аватару'><img src="+UserAvatar+"></a><br /><strong>"+UserTitle+"</strong></td><td width=40%>Приветствуем на форуме"+user+"!<br />"+sex+"<br />Вы используете стиль: <strong>"+BoardStyle+"</strong><br />Вы в группе  <strong>"+GroupTitle+"</strong><br />На форуме Вами было оставлено <strong>"+UserPosts+"</strong> сообщений<br />Ваш возраст: <strong>"+UserAge+"</strong>.<Br />Ваш день рождения: <strong>"+UserBirthDate+"</strong><br /><br />Профиль <a href='/profile.php?id="+UserID+"'>"+UserLogin+"</a> | Ваши <a href='/userlist.php?&show_group="+GroupID+"'>соучастники</a></td><td width=40%><strong>Отношения</strong><br /><br /><a href='/respect.php?id="+UserID+"'>Уважение</a>: <strong>"+UserRespectPlus+"</strong>/<strong>"+UserRespectMinus+"</strong><br /><a href='/positive.php?id="+UserID+"'>Позитив</a>: <strong>"+UserPositivePlus+"</strong>/<strong>"+UserPositiveMinus+"</strong><Br /><Br />Вы зарегистрировались "+tm+" и провели на форуме <strong>"+UserTotalReg+"</strong> дней</td></tr></table></div></div><br />"+name
}i++}
</script>
<script type="text/javascript">
var arr=document.getElementsByTagName("div")
i=0
str=document.URL
while(arr[i] ){
if(arr[i].className=="main" && GroupID == "3") {
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML="<div class=category><h2>Информационное табло</h2><div class=container><table border=0><tr><td><img src=http://s54.radikal.ru/i145/0808/84/e1fbc11ac605.png></td><td width=80%>Приветствуем тебя на форуме, Гость.<br />Для участия в конференциях просьба <a href='login.php'>войти</a> или <a href='register.php'>зарегистрироваться</a>.</td></tr></table></div></div><Br />"+name
}
i++
}
</script>

0

44

Дополнительные цвета для форума 46 шт. (c) Duka
Код:

<table><tr>
<td onclick="return changeVisibility('mycolor', this)"><img src="http://forum.mybb.ru/i/color_swatch.png" alt="Мои цвета" /></td></tr></table>
<div class="container" id="mycolor" style="display:none; width:200px">
<table cellspacing="0">
<tr>
<td style="background-color:#00FF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FFFF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#66FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99FF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFFCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00CC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#339966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#6699CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCCC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#009966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#9999FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC9933" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC66CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6600" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0033FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#333300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#663399" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC3333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF66FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0000FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#660033" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#990000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0066" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFCCCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcc66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#666633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cc6633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99ff00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cccccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#336666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ff9999" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
</tr>
</table>
</div>

0

45

Скрипт обращения к пользователю.

При нажатии ника, будет писаться для кого послано сообщение.

<script type="text/javascript">
function to(username)
{insert('[b]' + 'Сообщение для ' + '
' + '' + '' + username + '' + '');}
</script>[/b]

0

46

Кнопка "Спасибо" v.1   ©AlikaRD
Многие хотели кнопку Спасибо, вот держите. Вроде так ничего особого, нестал заморачиваться и вот.
И так все предельно просто.
Для начала заходим в Админку>>> Настройки, далее находим графу Система отношений, после чего настраиваем ее следующим образом:

После настройки ставим в HTML в форме ответа этот скрипт
Код:

<script type="text/javascript">
li=document.getElementsByTagName("li")
f=0
while(li[++f]){
s=li[f].innerHTML
if((p=s.indexOf("Уважение")) != -1) li[f].innerHTML=s.substring(0,p)+""+s.substring(p+8)
else if((p=s.indexOf("Позитив")) != -1) li[f].innerHTML=s.substring(0,p)+"Сказал(а) спасибо"+s.substring(p+7)
}
var img = document.getElementsByTagName("img")
for (i=0; i<img.length; i++){
if(img[i].alt == "+") img[i].src = "http://s56.radikal.ru/i153/0902/2e/ac630e9fbce8.gif"
}
</script>

0

47

Всем известно что при загрузке изображений с хостинга всплывает окно в которое надо вставить ссылку.

В HTML верх

    <style>
    #button-image {
    display: none;
    }
    </style>

В HTML низ
Код:

<!--Вставить картинку-->
<style>
#button-mybb {background-image:url('http://forumupload.ru/uploads/000a/45/08/120-1.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='/i/blank.gif' id='button-mybb' onclick=\"bbcode('--');\"/>"
</script>

http://forumupload.ru/uploads/0000/14/1c/515249-1.jpg

0

48

Расположение сообщений на странице от более позднего (вверху) к более раннему (внизу)

    <script type="text/javascript">
    var divs=document.getElementById('pun-main')
    var posts=divs.getElementsByTagName("div")
    var qaz=new Array(0)
    var qw=0
    function getPosts()
    {for (qw=0; qw<=(posts.length-1); qw++)
    {if (posts[qw].innerHTML.indexOf("permalink")!=-1)
    {qaz.splice (0, 0, posts[qw].outerHTML)}}
    return qaz
    }

    if (document.URL.indexOf("viewtopic")!=-1)
    {var po=getPosts().slice(0, ((getPosts().length/2)-1))
    document.getElementById('pun-main').innerHTML=document.getElementById('pun-main').innerHTML.substring(0, (document.getElementById('pun-main').innerHTML.indexOf("item1")-17))+po.join(" ")+"</div>"+document.getElementById('pun-main').innerHTML.substr((document.getElementById('pun-main').innerHTML.indexOf("modmenu")-12))}
    </script>

!!!Вставлять строго в HTML низ. В Html под формой ответа вызывает ошибку эксплорера.

0

49

ОВЫЙ СКРИПТ ОТ Usher-a

- Что делает?
- Этот скрипт для гостей отображает только имя пользователя, аватар пользователя и репутацию пользователя

- Куда ставить?
- HTML верх, низ, объявление (ВНИМАНИЕ!!!! Скрипт не работает в HTML в форме ответа)

- Где посмотреть пример?
- http://www.rnb.4bb.ru

    <script type='text/javascript'>
    if (document<script type='text/javascript'>
    if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1)
    {
    document.write("<style>")
    document.write(".pa-online {display:none}")
    document.write(".pa-reg {display:none}")
    document.write(".pa-posts {display:none}")
    document.write(".pa-fld1 {display:none}")
    document.write(".pa-fld2 {display:none}")
    document.write(".pa-fld3 {display:none}")
    document.write(".pa-icq {display:none}")
    document.write(".pa-age {display:none}")
    document.write(".pa-sex {display:none}")
    document.write(".pa-time-visit {display:none}")
    document.write(".pa-from {display:none}")
    document.write(".pa-title {display:none}")
    document.write("</style>")
    }
    </script>

можно убрать всё, кроме репутации и аватара

0

50

Разделение важных и обычных тем на блоки
Вот таким образом
http://forum.mybb.ru/uploads/forum/998_Bezymyannyi.JPG

    <script type="text/javascript">
    if (document.URL.indexOf("viewforum")!=-1)
    {var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
    var io=1
    for (io=1; io<=(trs.length-1); io++)
    {if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
    {var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
    var im=portant.insertCell(0)
    im.innerHTML="Важные темы"
    im.style.color="#0000FF"
    im.style.backgroundColor="#FFFFFF"
    im.colSpan="4"}
    else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
    {var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
    var normal1=normal.insertCell(0)
    normal1.innerHTML="Темы форума"
    normal1.style.color="#0000FF"
    normal1.style.backgroundColor="#FFFFFF"
    normal1.colSpan="4"
    }}}
    </script>

im.style.backgroundColor="#FFFFFF"
normal1.style.backgroundColor="#FFFFFF" цвет фона строк ВАжные темы и Темы форума

normal1.style.color="#0000FF"
im.style.color="#0000FF"  цвет шрифта в этих строках.

0

51

Ставим инфомацию о пользователе по центру
Еще одна версия, теперь не скриптом! Ставить в html верх...

<style type="text/css">
.post-author{
          text-align: center !important;
}
</style>

0

52

Новый спойлер

вот написал скрипт для спойлера.
Поддерживает множественные спойлеры и даже встроенные

Работает по принципу bbcode, тоесть есть тег

Свернутый текст

текст внутри которого превращается в спойлер. Для удобства добавил кнопочку в панели над формой ответа. (Чтобы поменять картинку на свою замените адрес выделенный жирным)
/* картинка предоставлена MegaMan*/

ВСТАВЛЯЕМ В html-НИЗ!!!
конечно удобнее его вставить в html в форме ответа, но тогда гости не смогут видеть его.

ВНИМАНИЕ! Никакой защиты от дурака в нём нет, так что следите за правильностью написания тегов чтобы не получилось билеберды.

    <script>
    function addSpoiler(str,from,internal){
    var pos=0,pos2=0,newpos=0
    if((pos=str.indexOf("

Свернутый текст

",from))==-1) return str;
    if((pos2=str.indexOf("

"),pos+9)==-1) return str;
    newpos=str.indexOf("

Свернутый текст

",pos+9)
    if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
    if((pos2=str.indexOf("

",pos+9))==-1) return str;
    str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length)
    if( str.indexOf("

Свернутый текст

")!=-1 && internal==false) str=addSpoiler(str,0,false)
    return str}

    function makeSpoiler(txt){
    txt="<div class=quote-box style='padding:1px'><cite style='width:100%'>Спойлер <input style='width:60px;margin-left:70%;font-size:10px;' type='button' value='Показать' onclick='hideSpoiler(this)'></cite><blockquote style='display:none'>"+txt+"</blockquote></div>"
    return txt}

    function hideSpoiler(sp){
    spoiler=sp.parentNode.parentNode.getElementsByTagName("blockquote")[0]
    if(spoiler.style.display=='none'){
    spoiler.style.display='inline'
    sp.value='Скрыть'}
    else{
    spoiler.style.display='none'
    sp.value='Показать'}}

    if(document.URL.indexOf("viewtopic.php")!=-1){
    elm=document.getElementById("pun-main").getElementsByTagName("div")
    for(x in elm) if(elm[x].className=="post-content"){
    var post=elm[x]
    post.innerHTML=addSpoiler(post.innerHTML,0,false)}}
    if(form=document.getElementById("form-buttons"))
    form.getElementsByTagName("tr")[0].insertCell(14).innerHTML="<img onclick=\"insert_text('[spoiler]', '

')\" src='http://karpoff.5bb.ru/uploads/karpoff/2_spoiler.gif' alt='Спойлер' />"
    </script>

0

53

[b]Спойлер

В HTML верх[/b]
<script type="text/javascript" src="http://help4us.ru/include/js/jquery.js"></script>

А это в HTML низ
<style type="text/css">
#button-spoiler {background-image:url('http://forumupload.ru/uploads/000a/45/08/94-4.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<script type="text/javascript">
function tag_spoiler(){
var y = prompt("Введите текст на кнопке",'');
if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
var x = prompt("Введите текст на закрывающей  кнопке",'');
if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('

+y+

','

'); else bbcode('

+y+'|'+x+

','

');}
else bbcode('

Свернутый текст

','

')
}
function addSpoiler(str,from,internal){
var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
if((pos=str.indexOf("[spoiler",from))==-1) return str;
if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
string = str.substring(pos+9,pos_c);
if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
}
else{
close = string;
open = string;
}
}
else{
close = 'Открыть спойлер';
open = 'Скрыть';
}
newpos=str.indexOf("[spoiler",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str;
}

function makeSpoiler(txt,open,close){
txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:200px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 90%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>'
return txt;
}

$(document).ready(function(){
$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
}
}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('

Свернутый текст

','

')\" src=\"/i/blank.gif\" />"
</script>

0

54

Ссылка "Жалоба" ведущая на сраницу написания ЛС администратору
Код:
<script type="text/javascript">
var arr=document.getElementsByTagName("li")
i=0
while(arr[i] ){
if(arr[i].className=="pl-quote"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML=""+name+" &ensp;&ensp; <a href=\"ссылка на админский профиль;\">жалоба</a> "
}
i++
}
</script>

Не забыли сюда вставить свою ссылку ЛС?

я вставляла вниз

0

55

Для загрузки фотографий
<div class="main" id="spo_all"><input class="category" type="button" value="Кип" id="spo_top" onclick="obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><div id="spoiler4"><iframe id="radikal" src="http://keep4u.ru//" width=690 height=500 frameborder=1></iframe><br /></div></div><br><Br>

</div><br><Br><div class="main" id="spo_all"><input class="category" type="button" value="Кип" id="spo_top" onclick="obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><div id="spoiler4"><iframe id="radikal" src="http://ipicture.ru/" width=690 height=500 frameborder=1></iframe><br /></div></div><br><Br>

0

56

<script type="text/javascript">
var news=" Самые активные участники, будут награждены специальными подарками."
var news1="Новые конкурсы"
var link1="http://mirserialovkino.8bb.ru/viewforum.php?id=168"
var news2="Познакомимся?"
var link2="http://mirserialovkino.8bb.ru/viewforum.php?id=8"
var news3="Беседка"
var link3="http://mirserialovkino.8bb.ru/viewforum.php?id=7"
var news4="Барахолка"
var link4="http://mirserialovkino.8bb.ru/viewforum.php?id=232"
var news4="Помощь для начинающих"
var link4="http://mirserialovkino.8bb.ru/viewforum.php?id=236"
var tablo="<div id=\"pun-category1\" class=\"category\"><h2><div class=\"catleft\"><!-- --></div><span>Информационное табло</span><div class=\"catright\"><!-- --></div></h2><div class=\"container\"><table cellspacing=\"0\"><thead><tr><th scope=\"col\">Новости</th><th scope=\"col\">Статистика сообщений</th><th scope=\"col\">Статистика пользователей</th><th scope=\"col\">4 Новости дня</th></tr></thead><tbody class=\"hasicon\"><td>"+news+"</td><td class=\"tc2\">Не хотите ли просмотреть<br/><a href='/search.php?action=show_24h'>Активные темы</a><br/>или <br/><a href='/search.php?action=show_new'>Новые сообщения</a><br/>с момента вашего последнего визита?<br/></td><td class=\"tc3\"><a title=\"Самые активные пользователи форума\" href=\"statistic.php?action=active_users\">Самые активные</a><br><Br><a title=\"Самые активные пользователи сегодня\" href=\"statistic.php?action=active_users_today\">Активные сегодня</a><br><br><a title=\"Администрация форума\" href=\"statistic.php?action=administration\">Администрация</a><br><br><a title=\"Посмотреть полную статистику\" href=\"statistic.php\">Полная статистика</a></td><td class=\"tcr\"><a href="+link1+">"+news1+"</a><br><a href="+link2+">"+news2+"</a><br><a href="+link3+">"+news3+"</a><br><a href="+link4+">"+news4+"</a></td></tr></tbody></table></div></div>"
var arr=document.getElementsByTagName("div")
i=0
str=document.URL
while(arr[i] ){
if((str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php") && arr[i].className=="main"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML=""+tablo+"<br>"+name+""
}
i++
}
</script>

0

57

ведомление о новых ЛС (личное сообщение) вроде такого скрипта я тут не видел - без надоедливых окошек
выглядеть так http://forumupload.ru/uploads/0000/0a/f2/293767-1.jpg

<script type="text/javascript">
var nrisunok="http://forumupload.ru/uploads/0000/0a/f2/68797-1.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>

0

58

Уведомление о новых ЛС (личное сообщение) вроде такого скрипта я тут тоже не видел

выглядеть так http://forumupload.ru/uploads/0000/0a/f2/294914-1.jpg

<script type="text/javascript">
str = document.getElementById("navpm").innerHTML
loc = new String(document.location)
if( (str.indexOf("(") != -1) &&  loc.indexOf('messages.php')==-1)

  count = parseInt(str.substring(str.indexOf("(")+1,str.indexOf(")")))
  if (count==1) text="  У вас есть 1 новое сообщение"
  else if (count>1 && count<5) text=" У вас есть " +count+" новых сообщения"
  else text="У вас есть " +count+" новых сообщений"
  msg =  "<div id=\"new-mes\" class=\"container\" style=\"position: absolute; z-index=2; left: 40%; text-align: center;\">"
  msg += text
  msg += "<br><a href=\"\" onclick=\"document.location.replace('messages.php'); document.getElementById('new-mes').style.display='none';return false;\">( Посмотреть личные сообщения )</a>"
  msg +="<br><br><a href=\"\" onclick=\"document.getElementById('new-mes').style.display='none'; return false\"><center>( Закрыть окно )</center></a>\r\n" 
  msg += "</div>"
  document.getElementById("pun-status").innerHTML += msg
}
</script>

0

59

<table border="1" width="100%">
<tbody align="center">
<tr>
<td colspan="3">Объявление</td>
<tr>
<td width="35%"rowspan="4">Админы и модеры</td>
<td  rowspan="7" >картинка</td>
<td width="35%" >НАВИГАЦИЯ 1</td><tr>
<td >НАВИГАЦИЯ 2</td><tr>
<td >НАВИГАЦИЯ 3</td><tr>
<td >НАВИГАЦИЯ4</td><tr>
<td width="35%"rowspan="3">ПУСТО</td>
<td >НАВИГАЦИЯ 5</td><tr>
<td >НАВИГАЦИЯ 6</td><tr>
<td >НАВИГАЦИЯ 7</td><tr>
<td colspan="3"><marquee scrollamount="6" direction="left">бегущая строка</marquee></td>
</tr>
</tbody>
</table>

0

60

ВЫДЕЛЕНИЕ ВАЖНЫХ ТЕМ:
<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="Важные темы"
im.style.color="#0000FF"
im.style.backgroundColor="#FFFFFF"
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="Темы форума"
normal1.style.color="#0000FF"
normal1.style.backgroundColor="#FFFFFF"
normal1.colSpan="4"
}}}
</script>

****************************

СТАТИСТИКА ПОСЛЕДНИХ СООБЩЕНИЙ:

<script src="/export.php?type=js&max=15" type="text/javascript"></script>
<script type="text/javascript">
var html='';
var ts = '';
var mo = '';
var hh = '';
var mm = '';
var i = 0;
for(i=0;i<content.length;i++) {
ts = new Date();
ts.setTime(1000*content[i][0]);
mo = ts.getMonth()+1;
if (mo<10) mo='0'+mo;
hh = ts.getHours();
mm = ts.getMinutes()+'';
if (mm<10) mm='0'+mm;
ts = ts.getDate()+'.'+mo+' '+hh+':'+mm;
html2="</tr></tbody></table></div>"
html1="<h2>Последние 15сообщений форума</h2><div class=\"container\"><table cellspacing=\"0\" width=100%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">"
html+='<tr><td>'+content[i][1]+'</td><td class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>';
}

var arr=document.getElementsByTagName("div")
i=0
str=document.URL
while(arr[i] ){
if((str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php") && arr[i].className=="statscon"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML=""+html1+""+html+""+html2+"<br><h2>Общая статистика</h2>"+name+""
}
i++
}
</script>

0


Вы здесь » РАЗГОВОРЫ ОБО ВСЕМ НА СВЕТЕ » Все для форумов » Скрипты для форумов