Если Вы обнаружили ошибку в работе сервиса (но не отдельного форума!) то пишите в этой теме - мы постараемся её исправить за короткий срок.
Ошибки, "глюки" сервиса. Обнаружили таковой - пишите сюда
Сообщений 121 страница 130 из 130
Поделиться1212012-03-11 12:11:51
НиктОм, нужны скрипты полностью.
Поделиться1222012-03-11 15:27:24
Код:<style type="text/css"> #button-spoiler {background-image:url('http://img-fotki.yandex.ru/get/4805/smanki97.2c/0_5ded7_5e8f07da_orig'); 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('[spoiler=' + y + ']', '[/spoiler]'); else bbcode('[spoiler=' + y + '|' + x + ']', '[/spoiler]'); } else bbcode('[spoiler]', '[/spoiler]') } 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;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > a.spoiler").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = this.innerHTML; this.innerHTML= $(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(19).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script> <style type="text/css"> #button-spoiler {background-image:url('http://img-fotki.yandex.ru/get/4805/smanki97.2c/0_5ded7_5e8f07da_orig'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat} </style>Код:<style type="text/css"> #button-mp3 {background-image:url('http://img413.imageshack.us/img413/5702/sound3.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat} </style>Код:<script type="text/javascript"> function addSpoiler_mp3(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[mymp3]",from))==-1) return str; if((pos2=str.indexOf("[/mymp3]"),pos+8)==-1) return str; newpos=str.indexOf("[mymp3]",pos+8) if(newpos<pos2 && newpos!=-1) str=addSpoiler_mp3(str,pos+8,true) if((pos2=str.indexOf("[/mymp3]",pos+8))==-1) return str; txt = str.substring(pos+7,pos2); if((sepPos=txt.indexOf("|",0))==-1) return str; str=str.substring(0,pos)+makeSpoiler_mp3(txt.substring(0,sepPos),txt.substring(sepPos+1,txt.length))+str.substring(pos2+8,str.length) if( str.indexOf("[mymp3]")!=-1 && internal==false) str=addSpoiler_mp3(str,0,false) return str } function makeSpoiler_mp3(txt1,txt2){ txt='<br /><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" src="http://www.enricolai.com/FMP3/FMP3.swf" quality="high" allowscriptaccess="sameDomain" flashvars="vol=80&action=stop&title='+txt2+'&color=afeeee&textcolor=6495ed&loop=no&lma=no;height=60&width=260&mp3='+txt1+'" height="60" width="260">'; return txt; } var popup; function popmp3() { popup = window.open("http://klopp.net.ru/files/","popDialog","height=380,width=440") if (!document.all) {popup.moveTo(100,100);} return false } function tag_urlm() {var FoundErrors = ''; var enterURL = prompt("Введите ссылку на mp3 файл", "http://"); var enterTITLE = prompt("Введите автора и название песни", "Песня"); if (!enterURL) {FoundErrors += " " + error_no_url;} if (FoundErrors) {alert("Ошибка!" + FoundErrors); return;} insert("[mymp3]" + enterURL + "|" + enterTITLE + "[/mymp3]");} 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_mp3(post.innerHTML,0,false)}} if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<img src='/i/blank.gif' title='Загрузить mp3' id='button-mp3' onclick=\"popmp3(); tag_urlm()\">" </script> <script type="text/javascript"> function setcookie(a,b,c) {if(c){var d = new Date();d.setDate(d.getDate()+c);}if(a && b) document.cookie = a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;} function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;} function rmcookie(a) {var d = new Date();d.setDate(d.getDate()-900);if(a) document.cookie = a+'=a; expires='+d.toUTCString();else return false;} function change_style(k,l) {setcookie("styles", k); l.href = k;} function click_style(k,l){if(getcookie('styles') != k) change_style(k,l);} var link = document.getElementsByTagName("link"); for(i in link) { if ((link[i].rel == "stylesheet")) { if(getcookie('styles') != '') change_style(getcookie('styles'), link[i]); document.getElementById('button').onclick=function(){var userstyle = document.getElementsByName('sel')[0].value;change_style(userstyle,link[i])} break; }} </script>Код:<style> #button-smiles {background-image:url('http://img-fotki.yandex.ru/get/4602/smanki97.2c/0_5ded8_bb44a891_orig'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%} </style>Код:<script language="JavaScript"> function popwnd() { var smiles = new Array smiles.push("http://s44.ucoz.net/sm/19/smile.gif") smiles.push("http://s44.ucoz.net/sm/19/dry.gif") smiles.push("http://s44.ucoz.net/sm/19/wink.gif") smiles.push("http://s44.ucoz.net/sm/19/giggling.gif") smiles.push("http://s44.ucoz.net/sm/19/shy.gif") smiles.push("http://s32.ucoz.net/sm/19/sad.gif") smiles.push("http://s32.ucoz.net/sm/19/tongue.gif") smiles.push("http://s32.ucoz.net/sm/19/cry.gif") smiles.push("http://s32.ucoz.net/sm/19/angry.gif") smiles.push("http://s32.ucoz.net/sm/19/yes.gif") smiles.push("http://s32.ucoz.net/sm/19/xx.gif") smiles.push("http://s32.ucoz.net/sm/19/write.gif") smiles.push("http://s32.ucoz.net/sm/19/v.gif") smiles.push("http://s32.ucoz.net/sm/19/tired.gif") smiles.push("http://s32.ucoz.net/sm/19/thumb.gif") smiles.push("http://s32.ucoz.net/sm/19/think.gif") smiles.push("http://s32.ucoz.net/sm/19/sweat.gif") smiles.push("http://s32.ucoz.net/sm/19/stoop.gif") smiles.push("http://s32.ucoz.net/sm/19/scare.gif") smiles.push("http://s32.ucoz.net/sm/19/salute.gif") smiles.push("http://s32.ucoz.net/sm/19/question.gif") smiles.push("http://s32.ucoz.net/sm/19/love.gif") smiles.push("http://s32.ucoz.net/sm/19/hi.gif") smiles.push("http://s32.ucoz.net/sm/19/hearts.gif") smiles.push("http://s32.ucoz.net/sm/19/fdos.gif") smiles.push("http://s32.ucoz.net/sm/19/crying.gif") smiles.push("http://s32.ucoz.net/sm/19/clap.gif") smiles.push("http://s32.ucoz.net/sm/19/baka.gif") smiles.push("http://elfenlied.clan.su/sm1/dicl.gif") smiles.push("http://elfenlied.clan.su/sm1/vectors.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/100.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/101.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/102.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/103.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/104.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/105.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/106.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/107.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/108.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/109.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/110.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/111.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/112.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/113.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/114.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/115.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/116.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/117.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/118.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/119.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/20.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/21.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/22.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/23.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/24.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/25.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/26.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/27.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/28.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/29.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/3.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/30.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/31.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/32.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/33.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/34.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/35.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/36.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/37.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/38.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/39.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/40.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/41.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/42.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/43.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/44.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/45.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/46.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/47.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/48.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/49.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/5.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/50.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/51.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/52.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/53.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/54.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/55.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/56.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/57.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/58.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/59.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/6.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/60.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/61.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/62.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/63.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/64.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/65.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/66.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/67.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/68.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/69.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/70.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/71.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/72.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/73.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/74.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/75.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/76.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/77.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/78.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/79.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/80.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/81.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/82.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/83.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/84.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/85.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/86.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/87.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/88.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/89.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/9.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/90.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/91.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/92.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/93.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/95.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/96.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/97.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/99.gif") smiles.push("http://animeshare.su/sml/173.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/20.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/21.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/22.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/23.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/24.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/25.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/26.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/27.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/28.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/29.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/3.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/30.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/31.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/32.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/33.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/34.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/35.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/36.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/37.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/38.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/39.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/5.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/9.gif") smiles.push("http://www.10pix.ru/img1/2979/2073588.gif") smiles.push("http://www.10pix.ru/img1/2868/2073590.gif") smiles.push("http://www.10pix.ru/img1/1426/2073601.gif") smiles.push("http://www.10pix.ru/img1/436965/2073600.gif") smiles.push("http://www.10pix.ru/img1/3186/2073586.gif") smiles.push("http://s49.radikal.ru/i123/1006/3e/ad034dae7583.gif") smiles.push("http://www.10pix.ru/img1/3171/2073589.gif") smiles.push("http://www.10pix.ru/img1/1279/2073593.gif") smiles.push("http://www.10pix.ru/img1/1090/2073596.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/6.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/9.gif") var msg = new String("") msg = "<html><head><TITLE>Аниме смайлики</TITLE></head>\r\n" msg += "<body bgcolor=#F5F5F5 >" msg = msg + "<" + "script language=\"JavaScript\">\r\n" msg += "function insert(a){\r\n" msg += "txt = \"[img]\"+a.src+\"[/img] \";\r\n" msg += "window.opener.smile(txt,'');\r\n" msg += "window.focus()\r\n" msg += "return false}\r\n" msg = msg + "</" + "script>\r\n" i=0 msg += "<div style=\"width: 100%; text-align : justify;\" >" while(smiles[i]) { msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert(this)\">\r\n" i++ } msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>" msg += "</BODY></html>"; popup = window.open("","popDialog","height=500,width=700,directories=0 scrollbars=auto, status=0,location=0,copyhistory=0") popup.document.write(msg) popup.document.close() return false } </script> <script type="text/javascript"> if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<a href='' onclick=\"return popwnd()\"> <img title='Аниме смайлики' src='/i/blank.gif' id='button-smiles' /></a>" </script>|Спойлер
Поделиться1232012-03-11 15:29:27
то, что под спойлером - скрипт спойлера... Не получилось коды под спойлер убрать, так что еще раз скрипт спойлера выкладываю:
Код:<style type="text/css"> #button-spoiler {background-image:url('http://img-fotki.yandex.ru/get/4805/smanki97.2c/0_5ded7_5e8f07da_orig'); 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('[spoiler=' + y + ']', '[/spoiler]'); else bbcode('[spoiler=' + y + '|' + x + ']', '[/spoiler]'); } else bbcode('[spoiler]', '[/spoiler]') } 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;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > a.spoiler").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = this.innerHTML; this.innerHTML= $(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(19).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script> <style type="text/css"> #button-spoiler {background-image:url('http://img-fotki.yandex.ru/get/4805/smanki97.2c/0_5ded7_5e8f07da_orig'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat} </style>
Поделиться1242012-03-12 07:42:10
НиктОм,
в HTML-верх:
<style type="text/css"> #button-spoiler_2 {background:url('http://img-fotki.yandex.ru/get/4805/smanki97.2c/0_5ded7_5e8f07da_orig') no-repeat center !important;} #button-smilies_2 {background:url('http://img-fotki.yandex.ru/get/4602/smanki97.2c/0_5ded8_bb44a891_orig') no-repeat center !important;} #button-mp3_2 {background:url('http://img413.imageshack.us/img413/5702/sound3.gif') no-repeat center !important;} </style> <script type="text/javascript"> FORUM.set('editor.spoiler_2', { name : 'Спойлер', onclick : function() {tag_spoiler_2();} } ); FORUM.set('editor.smilies_2', { name : 'Доп. смайлики', onclick : function() {popwnd();} } ); FORUM.set('editor.mp3_2', { name : 'Загрузить музыку', onclick : function() {popmp3(); tag_urlm();} } ); </script>
в HTML-низ:
<script type="text/javascript"> function addSpoiler_mp3(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[mymp3]",from))==-1) return str; if((pos2=str.indexOf("[/mymp3]"),pos+8)==-1) return str; newpos=str.indexOf("[mymp3]",pos+8) if(newpos<pos2 && newpos!=-1) str=addSpoiler_mp3(str,pos+8,true) if((pos2=str.indexOf("[/mymp3]",pos+8))==-1) return str; txt = str.substring(pos+7,pos2); if((sepPos=txt.indexOf("|",0))==-1) return str; str=str.substring(0,pos)+makeSpoiler_mp3(txt.substring(0,sepPos),txt.substring(sepPos+1,txt.length))+str.substring(pos2+8,str.length) if( str.indexOf("[mymp3]")!=-1 && internal==false) str=addSpoiler_mp3(str,0,false) return str } function makeSpoiler_mp3(txt1,txt2){ txt='<br /><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" src="http://www.enricolai.com/FMP3/FMP3.swf" quality="high" allowscriptaccess="sameDomain" flashvars="vol=80&action=stop&title='+txt2+'&color=afeeee&textcolor=6495ed&loop=no&lma=no;height=60&width=260&mp3='+txt1+'" height="60" width="260">'; return txt; } var popup; function popmp3() { popup = window.open("http://klopp.net.ru/files/","popDialog","height=380,width=440") if (!document.all) {popup.moveTo(100,100);} return false } function tag_urlm() {var FoundErrors = ''; var enterURL = prompt("Введите ссылку на mp3 файл", "http://"); var enterTITLE = prompt("Введите автора и название песни", "Песня"); if (!enterURL) {FoundErrors += " " + error_no_url;} if (FoundErrors) {alert("Ошибка!" + FoundErrors); return;} insert("[mymp3]" + enterURL + "|" + enterTITLE + "[/mymp3]");} 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_mp3(post.innerHTML,0,false)}} </script> <script type="text/javascript"> function setcookie(a,b,c) {if(c){var d = new Date();d.setDate(d.getDate()+c);}if(a && b) document.cookie = a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;} function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;} function rmcookie(a) {var d = new Date();d.setDate(d.getDate()-900);if(a) document.cookie = a+'=a; expires='+d.toUTCString();else return false;} function change_style(k,l) {setcookie("styles", k); l.href = k;} function click_style(k,l){if(getcookie('styles') != k) change_style(k,l);} var link = document.getElementsByTagName("link"); for(i in link) { if ((link[i].rel == "stylesheet")) { if(getcookie('styles') != '') change_style(getcookie('styles'), link[i]); document.getElementById('button').onclick=function(){var userstyle = document.getElementsByName('sel')[0].value;change_style(userstyle,link[i])} break; }} </script> <script type="text/javascript"> function tag_spoiler_2(){ 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('[spoiler=' + y + ']', '[/spoiler]'); else bbcode('[spoiler=' + y + '|' + x + ']', '[/spoiler]'); } else bbcode('[spoiler]', '[/spoiler]') } 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;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > a.spoiler").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = this.innerHTML; this.innerHTML= $(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) } } </script> <script type="text/javascript"> function popwnd() { var smiles = new Array smiles.push("http://s44.ucoz.net/sm/19/smile.gif") smiles.push("http://s44.ucoz.net/sm/19/dry.gif") smiles.push("http://s44.ucoz.net/sm/19/wink.gif") smiles.push("http://s44.ucoz.net/sm/19/giggling.gif") smiles.push("http://s44.ucoz.net/sm/19/shy.gif") smiles.push("http://s32.ucoz.net/sm/19/sad.gif") smiles.push("http://s32.ucoz.net/sm/19/tongue.gif") smiles.push("http://s32.ucoz.net/sm/19/cry.gif") smiles.push("http://s32.ucoz.net/sm/19/angry.gif") smiles.push("http://s32.ucoz.net/sm/19/yes.gif") smiles.push("http://s32.ucoz.net/sm/19/xx.gif") smiles.push("http://s32.ucoz.net/sm/19/write.gif") smiles.push("http://s32.ucoz.net/sm/19/v.gif") smiles.push("http://s32.ucoz.net/sm/19/tired.gif") smiles.push("http://s32.ucoz.net/sm/19/thumb.gif") smiles.push("http://s32.ucoz.net/sm/19/think.gif") smiles.push("http://s32.ucoz.net/sm/19/sweat.gif") smiles.push("http://s32.ucoz.net/sm/19/stoop.gif") smiles.push("http://s32.ucoz.net/sm/19/scare.gif") smiles.push("http://s32.ucoz.net/sm/19/salute.gif") smiles.push("http://s32.ucoz.net/sm/19/question.gif") smiles.push("http://s32.ucoz.net/sm/19/love.gif") smiles.push("http://s32.ucoz.net/sm/19/hi.gif") smiles.push("http://s32.ucoz.net/sm/19/hearts.gif") smiles.push("http://s32.ucoz.net/sm/19/fdos.gif") smiles.push("http://s32.ucoz.net/sm/19/crying.gif") smiles.push("http://s32.ucoz.net/sm/19/clap.gif") smiles.push("http://s32.ucoz.net/sm/19/baka.gif") smiles.push("http://elfenlied.clan.su/sm1/dicl.gif") smiles.push("http://elfenlied.clan.su/sm1/vectors.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/100.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/101.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/102.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/103.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/104.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/105.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/106.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/107.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/108.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/109.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/110.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/111.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/112.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/113.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/114.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/115.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/116.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/117.GIF") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/118.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/119.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/20.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/21.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/22.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/23.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/24.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/25.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/26.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/27.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/28.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/29.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/3.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/30.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/31.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/32.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/33.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/34.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/35.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/36.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/37.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/38.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/39.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/40.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/41.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/42.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/43.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/44.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/45.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/46.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/47.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/48.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/49.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/5.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/50.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/51.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/52.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/53.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/54.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/55.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/56.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/57.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/58.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/59.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/6.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/60.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/61.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/62.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/63.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/64.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/65.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/66.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/67.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/68.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/69.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/70.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/71.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/72.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/73.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/74.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/75.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/76.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/77.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/78.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/79.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/80.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/81.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/82.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/83.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/84.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/85.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/86.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/87.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/88.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/89.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/9.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/90.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/91.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/92.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/93.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/95.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/96.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/97.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/EmoAnime_1/99.gif") smiles.push("http://animeshare.su/sml/173.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/20.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/21.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/22.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/23.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/24.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/25.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/26.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/27.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/28.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/29.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/3.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/30.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/31.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/32.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/33.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/34.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/35.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/36.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/37.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/38.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/39.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/5.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Emoto_1/9.gif") smiles.push("http://www.10pix.ru/img1/2979/2073588.gif") smiles.push("http://www.10pix.ru/img1/2868/2073590.gif") smiles.push("http://www.10pix.ru/img1/1426/2073601.gif") smiles.push("http://www.10pix.ru/img1/436965/2073600.gif") smiles.push("http://www.10pix.ru/img1/3186/2073586.gif") smiles.push("http://s49.radikal.ru/i123/1006/3e/ad034dae7583.gif") smiles.push("http://www.10pix.ru/img1/3171/2073589.gif") smiles.push("http://www.10pix.ru/img1/1279/2073593.gif") smiles.push("http://www.10pix.ru/img1/1090/2073596.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/1.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/10.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/11.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/12.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/13.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/14.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/15.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/16.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/17.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/18.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/19.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/2.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/4.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/6.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/7.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/8.gif") smiles.push("http://smayly.net.ru/gallery/anime/pictures/Cubans_1/9.gif") var msg = new String("") msg = "<html><head><TITLE>Аниме смайлики</TITLE></head>\r\n"; msg += "<body bgcolor=#F5F5F5 >"; msg = msg + "<" + "script language=\"JavaScript\">\r\n"; msg += "function insert(a){\r\n"; msg += "txt = \"[img]\"+a.src+\"[/img] \";\r\n"; msg += "window.opener.smile(txt,'');\r\n"; msg += "window.focus()\r\n"; msg += "return false}\r\n"; msg = msg + "</" + "script>\r\n"; i=0; msg += "<div style=\"width: 100%; text-align : justify;\" >" while(smiles[i]) { msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert(this)\">\r\n"; i++ } msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>"; msg += "</BODY></html>"; popup = window.open("","popDialog","height=500,width=700,directories=0 scrollbars=auto, status=0,location=0,copyhistory=0"); popup.document.write(msg); popup.document.close(); return false; } </script>
Поделиться1252012-03-13 12:39:45
Босс ЖивыеФорумы.ру
Спасибо огромное! Все работает
Поделиться1262019-06-08 17:10:29
Admin
Не работает поиск по форумам на всей платформе. В том числе и на вот этом данном сайте тоже.
Поделиться1272019-12-02 15:16:31
Admin
Не работает поиск на моём форуме. В том числе и на вот этом данном сайте тоже.
Поделиться1282019-12-17 09:05:55
Админ здравствуйте.
Спасибо огромное! Все работает
Поделиться1292020-02-04 22:00:29
Admin
Здравствуйте, не работает форум http://furrypank.liverolka.ru/
В чем может быть проблема?
Поделиться1302022-01-04 19:57:09
Админ здравствуйте, с новым годом !
Не работает поиск на форуме, не могли бы вы помочь.
http://projectforum.liveforums.ru