Единый форум поддержки

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

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



Проблема в Хроме

Сообщений 1 страница 20 из 26

1

Скажите, почему в браузере Mozilla Firefox на форуме: ВИЗИТ выдвигается ссылка, а в ХРОМЕ уже выдвинута.http://sg.uploads.ru/t/3XOmy.jpg
Можно это как-то подправить?

Отредактировано Вдумчивый (Вт, 14 Июн 2016 20:06:06)

0

2

Вдумчивый
Ни наю, какой-то кривой у Вас скрипт выплывалки, поэтому и работает криво!

0

3

Alex_63 написал(а):

Ни наю, какой-то кривой у Вас скрипт выплывалки, поэтому и работает криво!

Поэтому я и хочу. чтобы этот "кривой" стал "прямым". :dontknow:

0

4

И. вообще, мне не нравится этот ХРОМ...Вечно с ним какие-то причуды происходят. То ли дело мозила...!

0

5

Попробуем исправить?

Код:
<li><a href="http://visitorfriend.ru/viewforum.php?id=88">ДАВАЙТЕ ЗНАКОМИТЬСЯ</a></li>

0

6

Вдумчивый
Не суетитесь, нарисуем... У Вас сток ненужностей... ужс

0

7

Вдумчивый
Вот этот код выкиньте из HTML низ (Аккуратно, не задевая остальное)

Код:
<script type="text/javascript" src="http://bambun.ru/css_js/jquery.easing.js"></script>  
<script type="text/javascript" src="http://bambun.ru/css_js/jquery.sweet-menu-1.0.js"></script>  
<script src=""></script>  
<script type="text/javascript">  
$(document).ready(function(){  

$('#backMenu').sweetMenu({  
top: 40,  
padding: 8,  
iconSize: 48,  
easing: 'easeOutBounce',  
duration: 500,  
icons: [  
'D1z-GameS.Ru'  
]  
});  

$('#exampleMenu').sweetMenu({  
top: 200,  
padding:5,  
iconSize:5,  
easing: 'easeOutBounce',  
duration: 500,  
icons: [  
'' ]  
});  
});  
</script>  

<style type="text/css">  
.sweetMenuAnchor{  
border-top: 1px solid #5d5d5d;  
border-right: 1px solid #5d5d5d;  
border-bottom: 1px solid #5d5d5d;  
border-top-right-radius: 4px;  
-moz-border-radius-topright: 4px;  
border-bottom-right-radius: 4px;  
-moz-border-radius-bottomright: 4px;  
color: #0071bb;  
font-size: 24px;  
font-weight: bold;  
text-align: right;  
text-transform: uppercase;  
font-family: arial;  
text-decoration: none;  
background-color: #e0e0e0;  
opacity: 0.6;  
}  

.sweetMenuAnchor span{  
display: block;  
padding-top: 8px;  
}  
</style>  

<ul id="backMenu">  
</ul>  
<ul id="exampleMenu">  

<li><a href="http://visitorfriend.ru/viewforum.php?id=88">ДАВАЙТЕ ЗНАКОМИТЬСЯ</a></li>

0

8

А вот это ставим в конец HTML верх:

Код:
<style type="text/css">
#Знакомимся>a{
 color:#597E24!important;
}
#Знакомимся{
 position:fixed;
 z-index:4000;
 top: 200px;
 padding: 8px;
 left:-306px;
 padding-right:24px;
 font: normal normal 400 24px/normal Arial;
border: 1px solid #5d5d5d;  
border-radius: 4px;  
border-bottom-right-radius: 4px;  
-moz-border-radius-bottomright: 4px;  
color: #0071bb;  
text-transform: uppercase;  
text-decoration: none;  
background-color: #e0e0e0;  
opacity: 0.7;
transition:.3s;
}
#Знакомимся:hover{
 left:-2px;
 padding-right:14px;
}
</style>  

<div id="Знакомимся">
<a href="http://visitorfriend.ru/viewforum.php?id=88">ДАВАЙТЕ ЗНАКОМИТЬСЯ</a>
</div>

+2

9

Deff написал(а):

Вот этот код выкиньте из HTML низ (Аккуратно, не задевая остальное)

Выкинул...

0

10

Deff написал(а):

А вот это ставим в конец HTML верх:

Дело мастера боится!!! РЕСПЕКТИЩЕ!!! :idea:

0

11

Deff написал(а):

У Вас сток ненужностей... ужс

А чтобы Вы посоветовали удалить?

0

12

Вдумчивый
Сейчас из скриптов мало нужен и перегружающий (особенно мобилки) скрипт смены гаммы ссылок
1. В HTML низ:

Код:
<script>function Sparkling_links(){var rate=20,eH=0,eS=128,eV=255,a,i=0,clrOrg,aZ,TimerID;
a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};function time(){aZ.style.color=makeColor()};function makeColor(){if(eS==0){eR=eV;eG=eV;eB=eV}else{t1=eV;t2=(255-eS)*eV/255;t3=eH%60;t3=(t1-t2)*t3/60;if(eH<60){eR=t1;eB=t2;eG=t2+t3}else if(eH<120){eG=t1;eB=t2;eR=t1-t3}else if(eH<180){eG=t1;eR=t2;eB=t2+t3}else if(eH<240){eB=t1;eR=t2;eG=t1-t3}else if(eH<300){eB=t1;eG=t2;eR=t2+t3}else if(eH<360){eR=t1;eG=t2;eB=t1-t3}else{eR=0;eG=0;eB=0}}eR=Math.floor(eR);eG=Math.floor(eG);eB=Math.floor(eB);clrRGB='#'+eR.toString(16)+eG.toString(16)+eB.toString(16);eH=eH+rate;if(eH>=360)eH=0;return clrRGB;}};Sparkling_links();
</script>

2. Скрипт Оповещений есть от сервиса - Администрирование - Скрипты, менее нагруженный чем:

Код:
    <!-- Система оповещений о личных сообщениях v.4, / Romych, Alex_63 -->
    <link rel="stylesheet" type="text/css" href="http://forumstatic.ru/files/0015/c4/3f/69516.css"/>
    <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/69514.js"></script>

Он тоже в HTML низ

0

13

Всякие счетчики и статистики ставим в самый конец HTML низ

Код:
<!--Openstat-->
<span id="openstat2202770"></span>
<script type="text/javascript">
var openstat = { counter: 2202770, image: 5081, color: "258559", next: openstat };
(function(d, t, p) {
var j = d.createElement(t); j.async = true; j.type = "text/javascript";
j.src = ("https:" == p ? "https:" : "http:") + "//openstat.net/cnt.js";
var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s);
})(document, "script", document.location.protocol);
</script>
<!--/Openstat-->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t15.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t57.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<!-- HotLog -->
<script type="text/javascript" language="javascript">
hotlog_js="1.0"; hotlog_r=""+Math.random()+"&s=2176266&im=510&r="+
escape(document.referrer)+"&pg="+escape(window.location.href);
</script>
<script type="text/javascript" language="javascript1.1">
hotlog_js="1.1"; hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N");
</script>
<script type="text/javascript" language="javascript1.2">
hotlog_js="1.2"; hotlog_r+="&wh="+screen.width+"x"+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth);
</script>
<script type="text/javascript" language="javascript1.3">
hotlog_js="1.3";
</script>
<script type="text/javascript" language="javascript">
hotlog_r+="&js="+hotlog_js;
document.write('<a href="http://click.hotlog.ru/?2176266" target="_blank"><img '+
'src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?'+
hotlog_r+'" border="0" width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"><\/a>');
</script>
<noscript>
<a href="http://click.hotlog.ru/?2176266" target="_blank"><img
src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?s=2176266&im=510" border="0"
width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"></a>
</noscript>
<!-- /HotLog -->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;AVASDRYG' "+
"target=_blank><img src='//counter.yadro.ru/hit;AVASDRYG?t52.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<a href="http://livesurf.ru/promo/38702" target="_blank"><img src="http://livesurf.ru/banners/88-31-8.png" border="0" alt="автосерфинг программы" title="автосерфинг программы"></a>

Код :

Код:
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;AVASDRYG' "+
"target=_blank><img src='//counter.yadro.ru/hit;AVASDRYG?t52.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

- Cтоит там дважда - один выкинуть!

0

14

Вдумчивый, если бы вы изначально прислушивались к тому, что вам говорят, то много кривостей можно было избежать... Я по поводу этой панели вам говорил еще когда вы поставили ее, но вы сказали, что и так хорошо.. Есть такое понятие кроссбраузерность - означает оно, что на всех браузерах (или самых популярных) отображение одинаковое.. Это не то что вам нравится или не нравится - это означает удобство для пользователей, а значит и привлечение пользователей, бо то что не удобно не привлечет пользователей, о чем я вам тоже уже говорил... Теперь вы называете тему: "Проблема в Хроме"... Проблема не в Хроме... Браузер является инструментом не более...

+1

15

Вдумчивый
Вместо скрипта переливающихся ссылок есть код на css, который не нагружает форум => CSS трюки

+3

16

Deff написал(а):

В HTML низ:

Это удалить или вставить...- не пойму.

Deff написал(а):

Скрипт Оповещений есть от сервиса - Администрирование - Скрипты, менее нагруженный чем:

Менее нагруженный - чем  у меня? Значит, предложенный Вами вставить, а у меня удалить?
Скрипты включены:

http://s0.uploads.ru/t/DFq5I.jpg

Отредактировано Вдумчивый (Ср, 15 Июн 2016 19:30:01)

0

17

Вдумчивый
Нет!; то что указал Deff - удалить, а включить от сервиса ( Администрирование-скрипты

+1

18

Не смогли бы Вы отредактировать? Слепой, как крот...

HTML-низ

Код:
<!-- Подфорумы "не скриптом" © Alex_63 / Ч.2 в начало HTML низ -->
    <script type="text/javascript">setSubforums()</script>

<!-- Перенос и Вставка сообщений скриптом -->
<script type="text/javascript">
if(GroupID<2){var clickStr = '<div onclick="bbcode(\'[abbr=&quot;insertAfter=\',\'&quot;] [/abbr]\')">Вставка поста по ссылке</div>\
<div onclick="smile(\'[abbr=&quot;hidePost&quot;] [/abbr]\')">Сокрытие текущего поста</div>';
$("#addition-area>div>span:contains('Маркированный текст')").parent().before(clickStr);}
if($('#pun-viewtopic').length){
var img0Start = '<img class=img0Start title="###" src="http://sa.uploads.ru/AcbsW.png" style="position:relative;z-index:1000;border-radius:100%;border:4px solid rgba(210,210,211,.7);\
background-color:rgba(210,210,211,.7);cursor:pointer;float:right;margin:-20px -6px 20px 0;" width="20" onclick="$(this).hide().next().toggle()"/>';
var uwEdOMl = '<br/>'+img0Start+'<div class="quote-box uwefoml" style="display:none"><blockquote><p><span style="font-size: 16px"><strong>Уведомление для Администратора:<br><br/>[abbr]-\
<span style="color: red">###</span></strong></span></p></blockquote></div>';
$('.post .post-content abbr[title]').each(function(){
  var a = $(this).attr('title');
  var b = a.indexOf('hidePost')+1;
  var post = $(this).parents('.post');
  if(b){$(this).append(uwEdOMl.replace(/###/gm,'Cкрытое сообщения')).find('.uwefoml').show();post.hide().find('img.img0Start,.pl-delete').hide();
   if(GroupID==1)$(img0Start.replace('###','Cкрытое сообщения').replace('.next()','.prev()')).css({'margin-right':'6px'}).insertAfter(post);return true;
  }
  b = a.split(/insertAfter=|insertBefore=/)[1];
  if(b){id= b.split('#p')[1];
   var pst=$('#p'+id);
   if(!pst.length){
   if(id&&!isNaN(id)){var lnk=b.split('id=')[0]+'pid='+id+'#p'+id;//alert(lnk);
    $.ajax({url: lnk,cache: false,async: false,success: function(html){
    pst = $(html).find('#p'+id);
}});}}
    pst.find('.pl-delete').hide();//alert(b)
    if(GroupID>1)pst.find('.pl-edit').hide();
    pst.find('abbr[title="hidePost"]').remove();
    if(a.indexOf('insertAfter')!=-1)pst.insertAfter(post);
    if(a.indexOf('insertBefore')!=-1)pst.insertBefore(post);
  if(GroupID<2)pst.find('.post-content').append(uwEdOMl.replace(/###/gm,'Перенесенное сообщение'));
}});}
</script>


<!--кнопки вверх вниз-->
    <div class="go-up" id='ToTop'><img src="ссылка на кнопку ВВЕРХ" border="0" width=100%/></div>
    <div class="go-down" id='OnBottom'><img src="ссылка на кнопку ВНИЗ" border="0" width=100%/></div>
    <style>
    .go-up,.go-down {
    display:none;
    position:fixed; /*позиционируем*/
    right:5px; /*указываем положение, если слева - left*/
    z-index:9999; /*показываем поверх все элементов на странице*/
    cursor:pointer;
    opacity:.7; /*прозрачность*/
    margin-bottom:5px; /*отступ снизу (можно не указывать)*/
    width:30px; /*ширина кнопки*/
    height:30px; /*высота кнопки*/
    }
    .go-up {
    bottom:65px; /*положение от низа окна браузера верхняя кнопка*/
    }
    .go-down {
    bottom:25px; /*положение от низа окна браузера нижняя кнопка кнопка*/
    }
    .go-down:hover,.go-up:hover {
    opacity:1;
    }
    </style>
    <script type="text/javascript">
    $(function(){
    if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
    $(window).scroll(function(){
      if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
      else $("#ToTop").fadeIn("slow")
    });
    if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
    $(window).scroll(function(){
      if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
      else $("#OnBottom").fadeIn("slow")
    });
    $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
    $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
    });
    </script>

<!-- Скрытие Описаний форумов с показом при наведении  -->
<style>
.Toggl {
  padding:18px;
  width:250px;
  margin-left:40px;
  margin-top:0;
  z-index:12;
  display:none;
  position:absolute;
  background-color:#fff;

    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;

    box-shadow: 0px 5px 18px #000;
    -webkit-box-shadow:0px 5px 18px #000;
    -khtml-box-shadow:0px 5px 18px #000;
    -moz-box-shadow:0px 5px 18px #000;
}

.category td.tcl:hover .tclcon .Toggl{
  display:block;
}
</style>
<script type="text/javascript">
$(".category td.tcl .tclcon").each(function (){
 var L1=$(this).find('h3:first').html();$(this).find('h3').replaceWith("");
 var L2=$(this).find('.modlist').html();$(this).find('.modlist').replaceWith("");

 if($(this).html().length>7){var L=$(this).html("<span class=Toggl>"+$(this).html()+"</span>")};
 $(this).prepend('<h3>'+L1+'</h3><br />');
 if(L2!==null){$(this).find(".Toggl").after('<span class="modlist">'+L2+'</span>')};
});
</script>

<!--Слайдшоу в Топике -->
<script>if('\v'=='v'){$(document).ready(function(){
$.getScript("http://forumstatic.ru/files/0010/b4/f8/96425.js");});
} else {$.getScript("http://forumstatic.ru/files/0010/b4/f8/96425.js");}
</script>
<script type="text/javascript">
/********************************************************
  МАССИВ ССЫЛОК НА КАРТИНКИ, ИСКЛЮЧАЕМЫХ ИЗ СЛАЙД-ШОУ
********************************************************/
var Arr_notPreview =[
"http://savepic.ru/2352396.gif",
"http://forumupload.ru/uploads/000c/fa/7e/560-1.gif",
"http://forumupload.ru/uploads/000c/fa/7e/558-2.gif",
"End" ];
// var guest_access=true;
</script>
<style>
.Obrml1{
border:outset #fff 1px;
margin-bottom:2px;
}
.L_5 { 
background-attachment: scroll;
background-clip: border-box;
background-color: #000000;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
z-index: 9999;
position: fixed;
}
.L_5, .L_6, .L_7 {
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
 }
.Obrml{
border:solid #fff 1px;
border-width:7px 7px 12px 7px;
}
.tipsy .tipsy-inner {
letter-spacing:1px!important;
}
.tipsy.slide .tipsy-inner {
font-size:12px!important;
}
</style>
<!--<link rel="stylesheet" href="http://forumstatic.ru/files/0010/b4/f8/26092.css"/>-->
<script>
//8888888888888 = СЛАЙД-ШОУ В СООБЩЕНИЯХ ТОПИКА = 888888888888888888//
if($("#pun-viewtopic").length){if(typeof(guest_access)=='undefined'){var guest_access=false;}
var FirstCheck_to_HOST=true;

 $(".post .post-body img[src^='/uploads/']").each(function(){
   $(this).addClass("postimg");
   $(this).attr("alt",$(this).attr("src"));
 });

if(typeof(Arr_notPreview)!='undefined'){
for(var i=0; i<(Arr_notPreview.length-1); i++){
  $(".post img[src='"+Arr_notPreview[i]+"'].postimg").each(function(){
    $(this).addClass("notPreview");
  });
}}
//888888888888888 = ANALIZ and SETTIN = 888888888888888888//

 $(".post a .postimg").each(function(){
  var a1=$(this).parent("a").attr("href");
  var a2=$(this).attr("src");
  var a3=$(this).attr("alt");
  var a=a1.replace(/^\S*\/click\.php\?/img,'')//убрали Кликер-переход;
  $(this).parents("a").attr("href",a)	      //убрали Кликер-переход из a
  var img_extens=['jpg','png','gif','jpeg']
  var ImgExt=false,aNotExt;for(var i in img_extens){

    var pattern="\\."+img_extens[i]+"$";var regexp=new RegExp(pattern,"img");
    aNoExt=a.replace(regexp,''); if(a!=aNoExt){ImgExt=true;break}};

  if(ImgExt){var S=aNoExt.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,'');
   if(S!=aNoExt){S=a.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,'');
   S=a3.replace(/\/[^\/]*$/img,'/'+S);a=S.replace(/\/\/uploads.ru\/t\//img,'//uploads.ru/i/')};
  } else {if(a.indexOf("http://savepic")!=-1){
    S=a3.replace(/m(\.\S{3,4})$/img,'$1');if(S!=a3){a=S;ImgExt=true;}}
	   }
  if(ImgExt){
    if($.trim(a)!=''){$(this).attr("alt",a);$(this).parents("a").attr("href",a)}
     else{$(this).parents("a").attr("href",$(this).attr("src"));}
  }else {$(this).parents("a").addClass("hTml")}
 });

function SetIload(a){
	a.addClass("Iload");a.find(".postimg").attr("title","Просмотр Слайд-шоу?");
        a.attr("rel","iLoad|Post-image");
        var b = a.parents(".post").find(".pa-author a").text();//alert(b)
        var c = a.parents(".post").find("h3:first span strong:first").text();//alert(c)
	str="|post "+c+"; Aвтор: "+b;
	a.attr("a-title",str);a.attr("title",str);
}
function ImgPostLoad(){
$(".post .postimg").not(".notPreview").each(function(){
  var w = parseInt($(this).width(),10);//alert(w)
  var h = parseInt($(this).height(),10);j=w-14;
  var a = $(this).parents("a");
  var b = $(this).attr("alt");
  var c = '<span class=Obrml1 style="display:inline-block;"><span class=Obrml style="width:'+j+'px;display:inline-block;"></span></span>';
   if(a.length){$(this).addClass("Ref")} else {
    if(w>67 && h > 65){
    $(this).addClass("NoRef");$(this).wrap('<a href="'+b+'" target="_blank"></a>');
    }} a=$(this).parents("a");
   if(!a.hasClass("hTml")){SetIload($(this).parent("a"));a.wrap(c);
     }else {a.attr("title","Переход по ссылке");}
 });
}

var tst='<div id=show_stLoad style="width:100%;height:12px;border:none transparent;visibility:hidden;"><img id="Gif_test" style="height:100%;width:100%;" src="../i/blank.gif" /></div>';
$("#html-footer").prepend(tst);
function AnimTstLoad(){var a=$("#show_stLoad1,#t_stLoad"),b=$("#show_stLoad1 *");
b.animate({opacity:.05},1800,"linear", function(){a.replaceWith("");});}
function TstLoad(){var a=$("#Gif_test").height();
if(a>11){ImgPostLoad()}else {timerID = setTimeout("TstLoad()",100);return;}}
  if(GroupID!=3||guest_access){TstLoad();
$(".post .Iload .postimg").mousedown(function(){
$(this).parent(".Iload").attr("title",$(this).parent(".Iload").attr("a-title"));
    });
$(".post .Iload .postimg").mouseover(function(){
$(this).parents(".Iload").removeAttr("title")
    }).mouseout(function(){
$(this).parents(".Iload").attr("title",$(this).parents(".Iload").attr("a-title"))
    });
$("#pun-viewtopic a.Iload img.postimg").tipsy({live: true, gravity: 'w slide'});
$("#pun-viewtopic a.hTml").tipsy({live: true, gravity: 'w slide'});
             }
}//End //if($("#pun-viewtopic").length)//
</script>
<!-- End//Слайдшоу в Топике -->

<MAP NAME="forums-map">
<AREA HREF="http://www.yandex.ru" SHAPE="rect" COORDS="0,0,156,120" ALT="Яндекс">
<AREA HREF="http://www.rambler.ru" SHAPE="rect" COORDS="157,0,319,120" ALT="Рамблер">
<AREA HREF="http://www.google.ru" SHAPE="rect" COORDS="0,121,156,239" ALT="Гугл">
<AREA HREF="http://www.nigma.ru" SHAPE="rect" COORDS="157,121,319,239" ALT="Нигма">
</MAP>

<script type="text/javascript">
if(document.URL.indexOf("viewforum.php")!=-1){
var a = document.getElementsByTagName("a");
var ins, col;
for( i=0; i<a.length; i++ ){
	if(a[i].href.indexOf("viewtopic.php")!=-1 && a[i].innerHTML.indexOf(";;")!=-1){
ins = a[i].innerHTML;
col = ins.substring(0, ins.indexOf(";;"))
txt = ins.substring(ins.indexOf(";;")+2)
a[i].innerHTML = "<span style=\"color: "+col+"\">"+txt+"</span>";
	}
}
} else if(document.URL.indexOf("viewtopic.php")!=-1){
var p = document.getElementsByTagName("p");
if(document.title.indexOf(";;")!=-1){
	document.title = document.title.substring(0, document.title.indexOf(" - ")+3)+document.title.substring(document.title.indexOf(";;")+2)
}
for( q=0; q<p.length; q++ ){
	if(p[q].className=="container crumbs" && p[q].innerHTML.indexOf(";;")!=-1){
p[q].innerHTML = p[q].innerHTML.substring(0, p[q].innerHTML.lastIndexOf("»")+1)+" "+p[q].innerHTML.substring(p[q].innerHTML.indexOf(";;")+2)
	}
}
} else if(document.URL.indexOf("post.php?fid=")!=-1 && GroupID<=2){
var colors = new Array();
colors.push(new Array('Красный', 'red'));
colors.push(new Array('Черный', 'black'));
colors.push(new Array('Желтый', 'yellow'));
colors.push(new Array('Оранжевый', 'orange'));
colors.push(new Array('Синий', 'blue'));
colors.push(new Array('Зеленый', 'green'));
colors.push(new Array('Серый', 'gray'));
var mmass = ""
for(x=0;x<colors.length;x++){
	mmass+="<option style=\"color: "+colors[x][1]+"\" value=\""+colors[x][1]+"\">"+colors[x][0]+"</option>"
}
var p1 = document.getElementsByName("req_subject")[0]
p1.style.visibility = 'hidden'
p1.parentNode.innerHTML+="<input onkeydown=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\" onkeyup=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\"   id=\"qwe_pole\" type=\"text\" name=\"qwe_pole\" value=\"\" size=\"80\" maxlength=\"70\" /> <select name=\"changer\" onchange=\"st(this.options[this.selectedIndex].value)\"><option value=\"default\">По-умолчанию</option>"+mmass+"</select>"
function st(value){
	if(document.getElementsByName("qwe_pole")[0].value!=""){
	t = document.getElementsByName("req_subject")[0];
	if(value!="default"){
if(t.value.indexOf(";;")!=-1){
	t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value
} else {
	t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value
}
	} else {
t.value=document.getElementsByName("qwe_pole")[0].value
	}
	}
}
}
</script>

<script type="text/javascript">
var arr=document.links
var arr1=new Array ("AVASDRYG", "Malevas")
var arr2=new Array ("ТуфелькО", "vyachser", "gitarist", "ALM", "puglenkov", "Григорич")
for (x in arr)
{for (y in arr1)
{for (j in arr2)
{if (arr[x].innerHTML==arr1[y])
{var b=arr[x].innerHTML
arr[x].innerHTML="<font color='red'>"+b+"</font>"}
else if (arr[x].innerHTML==arr2[j])
{var c=arr[x].innerHTML
arr[x].innerHTML="<font color='#0000FF'>"+c+"</font>"}}}}
</script>

        <style>
        #loginDiv{
            position:absolute;
            z-index: 2;
            background-color : #BEBEBE;
            border : solid;
            padding-bottom : 10px;
            padding-left : 0px;
            padding-right : 0px;
            padding-top : 5px;
            width: 290px;
        }
        </style>


<script language="JavaScript">
        function showLDiv()
        {
        if(  document.getElementById("loginDiv").style.display == 'none' )
             document.getElementById("loginDiv").style.display = ''
        else document.getElementById("loginDiv").style.display = 'none'

        return false;
        }
        function check_form()
        {
        if(document.forms["form_login"].req_username.value=='' || document.forms["form_login"].req_username.value=='') {
        alert('Еще рано нажимать на "Войти"');
        return false;
        }
        return true
        }
        url=document.URL
        if(url.indexOf("login.php")==-1  && document.getElementById('navlogin')){
        document.getElementById('navlogin').innerHTML  = "<a href=\"login.php\" onclick=\"return showLDiv()\"><span>Войти</span></a>"
        login = "<centr><div id=loginDiv style=\"display: none; \">"

        login += "<form id=form_login name=login method=post action=\"login.php?action=in\" onsubmit=\"return check_form()\">"
        login += "<fieldset>"
        login += "<legend>Введите свое имя и пароль</legend>"
        login += "<input type=hidden name=form_sent value=1 />"
        login = login + "<input type=hidden name=redirect_url value="+document.URL+" />"
        login += "<br><table width=\"100%\" align=centr>"
        login += "<tr><td align=left><b>Имя :</b></td><td align=left><input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\" /></td></tr>"
        login += "<tr><td align=left><b>Пароль :</b></td><td align=left><input type=\"password\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\" /><span class=formsubmit><input type=submit class=button name=login value=\"Войти\" /></span>"
        login += "</form></td></tr>"
        login += "</table>"
        login += "</fieldset>"
        login += "<p><a href=\"register.php\">  Зарегистрироваться.</a>                                                         <a href=\"login.php?action=forget\">   Забыли пароль?</a></p>"   
    login += "</div></center>"

        document.getElementById('pun-navlinks').innerHTML += login
        }
        </script>
        <style>
        #loginDiv{
            position:absolute;
            z-index: 2;
            background-color : #BEBEBE;
            border : solid;
            padding-bottom : 10px;
            padding-left : 0px;
            padding-right : 0px;
            padding-top : 5px;
            width: 290px;
        }
        </style>

<center>
<a href="http://0pk.ru" title="Создать форум на 0pk.ru" target="_blank"><img src="http://0pk.ru/f/ru/0pk/0pk.gif" alt="Создай круг своего общения" /></a>
</center>


<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com/custom" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">Введите условия поиска</label>
<input type="text" name="q" size="50" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Отправить форму поиска</label>
<input type="submit" name="sa" value="Поиск" id="sbb"></input>
<input type="hidden" name="client" value="pub-9470689315633499"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="windows-1251"></input>
<input type="hidden" name="oe" value="windows-1251"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="ru"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->

 <style type="text/css">
<!--
.Congrats {
font-family: Impact;
font-size: 26px;
font-weight: normal;
}
.You {
font-family: Impact;
font-size: 26px;
font-weight: normal;
color: #FFFFFF;
}
.Close {
font-family: Impact;
font-size: 18px;
font-weight: normal;
}
A:Link {color:#FFE466;text-decoration: none;}
A:Visited {color:#FFE466;text-decoration: none;}
A:Active {color:#FFE466;text-decoration: none;}
A:Hover {color:#FFFFFF;text-decoration: underline;}
 -->
</style>
<script language="javascript">
<!--//
function right(e) {
  if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
    alert("Function disabled!");
    return false;}
  return true;}
//-->
</script>

 <style type="text/css">
td.tcl:hover {background: #ccc !important;}
</style>

<script>
var num_f = 0;
var num_c = 0;
var tr = document.getElementsByTagName("tr")
for(i=0;i<tr.length;i++){
	if(tr[i].id.indexOf("forum_f")!=-1){
num_f++
	}
}
var div = document.getElementsByTagName("div")
for(q=0;q<div.length;q++){
	if(div[q].id.indexOf("pun-category")!=-1){
num_c++
	}
}
var v = document.getElementById('onlinelist');
v = v.parentNode.firstChild;
if (!v.innerHTML)
    v = v.nextSibling;
v.innerHTML = '<span>Всего форумов: </span><b>'+num_f+'</b><br /><span>Всего категорий: </span><b>'+num_c+'</b><br />' + v.innerHTML;
</script>

<script language="javascript">
var L='<img class=bird src="http://fantasyflash.ru/anime/bird/image/bird4.gif" height="110" style="margin:-55px 12px 0 12px;"/>';
$("#pun-title h1").html(L)
</script>

<script>
var Ls="[",oldIMG="<td onclick=\"bbcode('"+Ls+"img]','"+Ls+"/img]')\" id=\"button-image\" title=\"Изображение2\"><img  src=\"/i/blank.gif\"/><b><p style=\"z-index:20!important;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>


<!-- Последние 10 сообщений форума -->
<style>#tablstat10 td{padding-left:20px;}</style>
<script type="text/javascript">
if($("#pun-index").length){$.getScript("http://visitorfriend.ru/export.php?type=js&max=10", function(){
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>Последние 10 сообщений форума</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 align=left id=tablstat10><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>
<meta name='yandex-verification' content='68098b92b3c8e88b' />

<!-- Автоматическое поздравление именинников-->
<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;}
$('li#onlinelist.item6 span').before('<img src="http://images.findicons.com/files/icons/2023/standard_smile/48/flowers.png"/>&nbsp;');
$('li#onlinelist.item6 span').map(function () {
var Imenin=$(this).find('a').attr('href');
var ImeninID = Imenin.slice(Imenin.indexOf('?id=')+4);
if(UserID == ImeninID) {document.write('<div id="pozdr"><strong><font size="5" face="Comic Sans Ms">'+UserLogin+'</font></strong>,<br>поздравляем Вас с Днём рождения!!!<br><img src="http://forumupload.ru/uploads/000e/8b/b7/112-1.gif" alt="" /><br><br><input id="closed" style="width:auto;cursor:pointer;font-weight:bold" type="button" value="Спасибо" ></div>')};
if(getcookie('#pozdr')=='remove')$('#pozdr').remove();
$('#closed').click(function(){
$('#pozdr').remove(); 
setcookie('#pozdr','remove',1) }); });
</script>

<!-- подфорум -->
<script type="text/javascript">
var arr = new Array()
arr[0] = new Array("http://virtum.0pk.ru/viewtopic.php?id=3","http://virtum.0pk.ru/viewforum.php?id=3"," ")
arr[1] = new Array("http://virtum.0pk.ru/viewtopic.php?id=22","http://virtum.0pk.ru/viewforum.php?id=11"," ") проблема
var arr2=document.getElementsByTagName("tr")
for (i in arr2) {
var str=arr2[i].innerHTML
for (j in arr)
    if(str.indexOf(arr[j][0])!=-1) {
    td=arr2[i].getElementsByTagName("td")
    td[0].innerHTML="<div class=\"tclcon\"><h3><a href="+arr[j][1]+">"+td[0].getElementsByTagName("a")[0].innerHTML+"</a></h3>"+arr[j][2]+"</div>"
    td[1].innerHTML="&nbsp;"
    td[2].innerHTML="&nbsp;"
    td[3].innerHTML="&nbsp;"
    break
    }
}
</script>
<!-- статистика подфорумов -->
<script type="text/javascript">
if(location.href=='http://'+location.hostname+'/' || location.href=='http://'+location.hostname+'/index.php' || location.href=='http://'+location.hostname) {
    makeSubforum('forum_f2', 'forum_f3')
    makeSubforum('forum_f2', 'forum_f11') вопрос
}
function makeSubforum(main, subf)
{
    $('#'+main+' td.tc2').html(parseInt($('#'+main+' td.tc2').html())+parseInt($('#'+subf+' td.tc2').html()))
    $('#'+main+' td.tc3').html(parseInt($('#'+main+' td.tc3').html())+parseInt($('#'+subf+' td.tc3').html()))
    var date1 = transtoDate($('#'+main+' td.tcr').html());
    var date2 = transtoDate($('#'+subf+' td.tcr').html());
    if(date1<date2)
$('#'+main+' td.tcr').html($('#'+subf+' td.tcr').html())
}
function transtoDate(oi)
{
    oi = oi.substr(oi.indexOf("<br>")+4)
    var d1=new Date()
    var resd = 0;
    d1.setHours(oi.substr(oi.indexOf(" ")+1, 2), oi.substr(oi.indexOf(":")+1, 2), oi.substr (oi.lastIndexOf(":")+1, 2))
    if (oi.substr(0, 5)=="Сегод")
resd=d1.getTime()
    else if (oi.substr(0, 5)=="Вчера")
resd=(d1.getTime()-(1000*60*60*24))
    else {
d1.setFullYear(oi.substr(0, 4), (oi.substr(oi.indexOf("-")+1, 2))-1, oi.substr(oi.indexOf("-")+3, 2))
var resd=d1.getTime()
}
    return resd;
}
</script>

<script type="text/javascript">$(document).ready(function(){$("#pun-viewtopic .topic").each(function () {
var a=$(this);var x = a.width()+20;var y = a.height()+20;var Post_off=false;if($("#pun-navlinks #navlogin").length){Post_off=true}if(Post_off){a.prepend('<div class="Nocopy"><img title="No Copy!" src="/i/blank.gif" style="margin:-10px;position:absolute!important;z-index:1000!important;width:'+x+'px!important;height:'+y+'px!important;"/></div>')}})})
</script>



    <style>      /* Звёздочки в профиль Автора в посте за Определенное кол-во сообщений */
    li.pa-zwezda {
    position:relative;
    width:200px!important;  /* Ширина поля для звёздачек */
    white-space:pre-wrap;
    z-index:100;
    margin-top:-5px;
    margin-bottom:-0px;
    margin-left: 3px;
    color:red;
    }
    li.pa-zwezda img{
    width:23px; /*ширина звезды*/
    height:23px; /*высота звезды*/
    }
    </style>

    <script type="text/javascript">
    var MyZwzd=[
    "http://uploads.ru/i/s/M/e/sMeRw.png",20,
    "http://uploads.ru/i/u/v/q/uvqDR.png",100,
    "http://uploads.ru/i/t/8/G/t8Gya.png",500,
    "http://uploads.ru/i/j/q/u/jqug5.png",1000,
    "http://uploads.ru/i/n/i/I/niIrS.png",5000,
    "End"];

    $(".post-author .pa-posts").each(function () {
    var zw=0;zw=$(this).html().replace('Сообщений: ','');zw=Math.floor(zw),ZWleng=MyZwzd.length-2;//alert(MyZwzd[1])
    if(zw>=MyZwzd[1]){var L1=[],L2=[],a=false;for(i=0; i<ZWleng; i+=2){j=ZWleng-i;
    L1[i/2]=Math.floor(zw/MyZwzd[j]);if(L1[i/2]>0){a=true};L2[i/2]=MyZwzd[j-1];zw=zw-MyZwzd[j]*L1[i/2];}

    if(a){$(this).parent("ul").children(".pa-title").after('<li class="pa-zwezda"></li>');
    for (var i=0; i<L1.length; i++){if(L1[i]>0){var zwzdaImg='<img src="'+L2[i]+'" title="За '+MyZwzd[ZWleng-i*2]+' cообщений!"/>';
       for (var x=0; x<L1[i]; x++){$(this).parent("ul").children(".pa-zwezda").append(zwzdaImg);}}}}};});
    </script>

<a href="http://prlog.ru/" target="_blank" title="Анализ сайта"><img src="http://prlog.ru/images/counter/visitorfriend_ru_14.png" alt="Счетчик тИЦ и PR" width="88" height="31" border="0" /></a>

<!--Openstat-->
<span id="openstat2202770"></span>
<script type="text/javascript">
var openstat = { counter: 2202770, image: 5081, color: "258559", next: openstat };
(function(d, t, p) {
var j = d.createElement(t); j.async = true; j.type = "text/javascript";
j.src = ("https:" == p ? "https:" : "http:") + "//openstat.net/cnt.js";
var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s);
})(document, "script", document.location.protocol);
</script>
<!--/Openstat-->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t15.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+
"target=_blank><img src='//counter.yadro.ru/hit;vasilit?t57.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<!-- HotLog -->
<script type="text/javascript" language="javascript">
hotlog_js="1.0"; hotlog_r=""+Math.random()+"&s=2176266&im=510&r="+
escape(document.referrer)+"&pg="+escape(window.location.href);
</script>
<script type="text/javascript" language="javascript1.1">
hotlog_js="1.1"; hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N");
</script>
<script type="text/javascript" language="javascript1.2">
hotlog_js="1.2"; hotlog_r+="&wh="+screen.width+"x"+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth);
</script>
<script type="text/javascript" language="javascript1.3">
hotlog_js="1.3";
</script>
<script type="text/javascript" language="javascript">
hotlog_r+="&js="+hotlog_js;
document.write('<a href="http://click.hotlog.ru/?2176266" target="_blank"><img '+
'src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?'+
hotlog_r+'" border="0" width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"><\/a>');
</script>
<noscript>
<a href="http://click.hotlog.ru/?2176266" target="_blank"><img
src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?s=2176266&im=510" border="0"
width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"></a>
</noscript>
<!-- /HotLog -->

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;AVASDRYG' "+
"target=_blank><img src='//counter.yadro.ru/hit;AVASDRYG?t52.13;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->

<a href="http://livesurf.ru/promo/38702" target="_blank"><img src="http://livesurf.ru/banners/88-31-8.png" border="0" alt="автосерфинг программы" title="автосерфинг программы"></a>

    <script>function Sparkling_links(){var rate=20,eH=0,eS=128,eV=255,a,i=0,clrOrg,aZ,TimerID;
    a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};function time(){aZ.style.color=makeColor()};function makeColor(){if(eS==0){eR=eV;eG=eV;eB=eV}else{t1=eV;t2=(255-eS)*eV/255;t3=eH%60;t3=(t1-t2)*t3/60;if(eH<60){eR=t1;eB=t2;eG=t2+t3}else if(eH<120){eG=t1;eB=t2;eR=t1-t3}else if(eH<180){eG=t1;eR=t2;eB=t2+t3}else if(eH<240){eB=t1;eR=t2;eG=t1-t3}else if(eH<300){eB=t1;eG=t2;eR=t2+t3}else if(eH<360){eR=t1;eG=t2;eB=t1-t3}else{eR=0;eG=0;eB=0}}eR=Math.floor(eR);eG=Math.floor(eG);eB=Math.floor(eB);clrRGB='#'+eR.toString(16)+eG.toString(16)+eB.toString(16);eH=eH+rate;if(eH>=360)eH=0;return clrRGB;}};Sparkling_links();
    </script>

<script type="text/javascript">
$('a[href="http://visitorfriend.ru/viewforum.php?id=150"]').css('color', 'red');  
</script>

<script>$("#pun-index .category th.tcl").html("Раздел");</script>

<!--Меню-->
<script type="text/javascript">
$('#navuserlist').append('<ul id="userpol"></ul>');$('#navprofile').append('<ul id="UserUL"></ul>'); $('#navpm').append('<ul id="UsMess"></ul>'); $('#navadmin').append('<ul id="adminUL"></ul>'); 
$.get('admin_index.php','',AdminMenu);
function AdminMenu(data){
$(data).find('#adnav-standard ul:not(.adsubnav)').each(function(){ 
var sub1=$(this).find('li.item6 a').attr('href');
$(this).find('li.item6 ul a').each(function(){ aa=$(this).attr('href');bb=(sub1+aa);$(this).attr('href', bb);});
var sub2=$(this).find('li.item7 a').attr('href');
$(this).find('li.item7 ul a').each(function(){ vv=$(this).attr('href');zz=(sub2+vv);$(this).attr('href', zz);}); 
var Punkt=$(this).html();$('#adminUL').append(Punkt); });} 
$.get('userlist.php','',processContacts);
function processContacts(data){
$(data).find('td.tcl').each(function(){  
var JUser=$(this).find('span.usersname').text();var ULink=$(this).find('span.usersname a').attr('href');
$('#userpol').append('<li><a href="'+ULink+'">'+JUser+'</a></li>'); });}
$.get('profile.php?id='+UserID,'',UserMenu);
function UserMenu(data){
$(data).find('#profilenav ul').each(function(){  
var UsM=$(this).html();$('#UserUL').append(UsM); });}
$.get('messages.php','',UserMess);
function UserMess(data){
$(data).find('#profilenav ul').each(function(){  
var UMess=$(this).html();$('#UsMess').append(UMess); });}
</script>

<a href="http://visitorfriend.ru/"><img src="http://visitorfriend.ru//banner/beta.php" alt="Forum" /></a>


<!-- Скрипт Жалоб Администратору  Ч1--><script src="http://hostjs-mybb2011.narod.ru/js/Complaint.js"></script><script type="text/javascript">
if(document.URL.indexOf("messages.php?action=new&uid=2")!= -1){
var str=getCookie2(UserLogin+'!Re:'); deleteCookie2(UserLogin+'!Re:');
var str2=getCookie2(UserLogin+'!Re:2'); deleteCookie2(UserLogin+'!Re:2');
    if((str!==false)&&(str2!==false)){  //alert("fasfas>>>"+getCookie2(UserLogin+'!Re:'))
    var e='?!Complaint:Re:'+str2.substring(0,60);
    $("#profile .longinput[name='req_subject']").val(e);$("#main-reply").val(str);}}
</script><!-- Конец Скрипта Жалоб Администратору  Ч1(* вторая в форме ответа-->

<style type="text/css">
HTML, BODY {background-image: url("")!important; background-repeat:  no-repeat !important;
Background-attachment: fixed;}
</style>

<table style="padding: 2.5px 0pt;" width="100%" cellpadding="0" cellspacing="0">  
  <tbody><tr><td align="left"><img src="http://gifzona2.narod.ru/i/index/coffe.gif"> <a href=""></a></td>  
  <td align="right"><span><br></span></td>  
  </tr></tbody></table>

<!--Последние сообщения пользователей-->
<script type="text/javascript">
if($("#pun-index").length){$.getScript("/export.php?type=js&max=10", function(){
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="<style>#StatTbl tr.false{background-color:#B3B7B4}#StatTbl td,#StatTbl{border-collapse:collapse;border:0 none transparent!important;padding:2px!important;}</style><div style=\"padding:0;width: 100%; height: 210px;overflow-x: hidden; overflow-y: auto;\"><div align=center><b>Последние 10 сообщений форума</b></div><table id=StatTbl border=\"0\" cellspacing=\"0\" width=105%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">"
var chet=(Math.round(i/2) -i/2)>0 ;
//alert(chet)
html+='<tr class="'+chet+'"><td align=left>'+content[i][1]+'</td><td style=\"font-size:9px;\" class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>';
}

name=html1+""+html+""+html2;
$("#sm1").find("table:first td:first").html(name)
});}
</script>
<!--Конец последние сообщения пользователей-->


<!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
/*background-color:#EBE9C6!important;*/
}
img.aw{
background-color:#EBE9C6!important;
}
ul.wrapper{
margin-left:-15px;
width:167px!important;
margin-bottom:-15px;
display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на Картинку
var Img="http://uploads.ru/i/f/D/F/fDFe4.png";

wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='";
wrappEnd="'><ul class=wrapper></ul></li>";
wrapp1=wrapp1+Img+wrappEnd;

$(window).load(function () {
$(".post .post-author .pa-awards").each(function() {
  if($(this).css("display")!="none"){
  $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul')
  $(this).appendTo(a)
  }
});});
$(".post .post-author-Sp ").live("click", function(){
 $(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->

<script language="javascript">
if(window.location.href.indexOf("profile.php?section=fields")!=-1){$('fieldset').map(function(){var Pole=$(this).find('legend:has(span:contains("Любимая мелодия"))');$(Pole).after('<td id="melody" style=\'background-image:url("http://uploads.ru/i/W/Q/P/WQPBO.gif");background-position:center center;background-repeat:no-repeat;cursor: pointer;border:none;\'  title="Загрузить любимую мелодию"></td>');var Vis=$(this).find('p.inputfield input').val();if(Vis=='undefined'||Vis==null){return false;};if(Vis.indexOf(".mp3")!=-1){var plr=/<a href=(http:\/\/[^\s<"]+?\.mp3)>(.*?)<\/a>/gi;Vis=Vis.replace(plr,'<embed src="http://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&amp;bg=0xffcc66&amp;slider=0x003366&amp;soundFile=$1&amp;titles=$2" width="200" height="24">');$(this).append(Vis);};});$('#melody').click(function(){$('body').append('<div class="my" align="center" id="melobox" style="width:480px;padding:8px;position:fixed;top:25%;right:35%;z-index:900;"><strong>Загрузить музыку</strong><span style="display:block;cursor:pointer;float:right;margin:0;color:#B22222;font-size:16px;" title="Закрыть" onclick="var zz=document.getElementById(\'melobox\');zz.parentNode.removeChild(zz);"><b>&nbsp;  X</b></span><br><iframe src="http://klopp.net.ru/musicbox/" width="478" height="250" frameborder="no" marginheight="3" scrolling="no"></iframe><br>Скопируйте полученный HTML-код ссылки</div>');});};$('td#profile-right li:has(span:contains("Любимая мелодия"))').map(function(){var Ku=$(this).find('strong').html();if(Ku.indexOf(".mp3")!=-1){plr=/&lt;a href=(http:\/\/[^\s<"]+?\.mp3)&gt;(.*?)&lt;\/a&gt;/gi;Ku=Ku.replace(plr,'<embed src="http://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&amp;bg=0xffcc66&amp;slider=0x003366&amp;soundFile=$1&amp;titles=$2" width="200" height="24">');};$(this).find('strong').html(Ku);});$('div.post-author ul').find('li[class^="pa-fld"]:contains("Любимая мелодия")').map(function(){var lm=$(this).html();if(lm=='undefined'||lm==null){return false;};if(lm.indexOf(".mp3")!=-1){var plr=/Любимая мелодия:<br>&lt;a href=(http:\/\/[^\s<"]+?\.mp3)&gt;(.*?)&lt;\/a&gt;/gi;lm=lm.replace(plr,'Любимая мелодия:<br><embed src="http://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&amp;bg=0xffcc66&amp;slider=0x003366&amp;soundFile=$1&amp;titles=$2" width="180" height="24">');};$(this).html(lm);});
</script>

<link rel="shortcut icon" href="http://upload.wikimedia.org/wikipedia/commons/b/b5/Coat_of_Arms_of_Nizhniy_Novgorod_%28Nizhniy_Novgorod_oblast%29_%282006%29.png" type="image/x-icon">


<!-- IP гостя -->
<style type="text/css">
#pun-online .tcl .wink {
  border: 1px solid #999;
  border-radius: 3px;
  font: normal 11px Tahoma;
  color:#000; /* цвет */
  padding: 5px 5px 5px 25px;
  box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.5);
  background: #ffffed url('http://spb-piksel.ru/20x20-Info.png') 2px center no-repeat;
}
</style>
<script type="text/javascript">
$('#pun-online .tcl a[title]').each(function() {
   var a=$(this)[0].title;$(this).after(' <span class="wink">'+a+'</span>')
});
</script><!--//End = IP гостя -->

<script type="text/javascript"><!--Фон ячейки в посте-->
$(document).ready(function(){
$("#post #button-color").after('<td title="Фон ячейки таблицы" id=button-bgColor align=center valign=center><img onclick="bbcode(\'[url=http://tdBgColor]\',\'[/url]\')" src="http://s3.uploads.ru/OWKDt.gif" style="width:22px!important;height:22px!important"/></td>');});
$('.post-content table td a[href$="tdBgColor"] span').each(function() {
  var color=$(this).css('color');
  var td=$(this).parents('td');
  td.css({'background-color':color});
  var quote=td.find('.quote-box');
  //quote.css({'background-color':color}); //Если нужна окраска цитат - первые две палки убираем
});
</script>


<script type="text/javascript">
    var rows=document.getElementsByTagName("tr")
    var no=0
    for (no=0; no<=(rows.length-1); no++)
    {if (rows[no].className.indexOf("isticky")!=-1)
    {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='red'><b>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</b></font>"}
    else if (rows[no].className.indexOf("inew")!=-1)
    {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='green'>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</font>"}
    else if (rows[no].className.indexOf("iclosed")!=-1)
    {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='yellow'>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</font>"}
    }
    </script>


<!-- Начало кодов предупреждений -->
<script>
function addMod(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[mod]",from))==-1) return str;
if((pos2=str.indexOf("[/mod]"),pos+5)==-1) return str;
newpos=str.indexOf("[mod]",pos+5)
if(newpos<pos2 && newpos!=-1) str=addMod(str,pos+5,true)
if((pos2=str.indexOf("[/mod]",pos+5))==-1) return str;
str=str.substring(0,pos)+makeMod(str.substring(pos+5,pos2))+str.substring(pos2+6,str.length)
if( str.indexOf("[mod]")!=-1 && internal==false) str=addMod(str,0,false)
return str}

function makeMod(txt){
txt="<br><div style='width:100%;'><div style='border: 1px solid #0084FF;border-left: 4px solid #0084FF;color: #000;border-bottom: 0;font-size: 10px;line-height: 40px;padding-left:10px;vertical-align: middle;'>Сообщение от администрации:</div><div style='background: #FAFCFE;border: 1px solid #0084FF;border-left: 4px solid #0084FF;border-top: 0;color: #0084FF;font-weight: bold;padding: 4px;'>"+txt+"</div></div><br>"
return txt}

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=addMod(post.innerHTML,0,false)}}
</script>
<script>
function addEx(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[ex]",from))==-1) return str;
if((pos2=str.indexOf("[/ex]"),pos+4)==-1) return str;
newpos=str.indexOf("[ex]",pos+4)
if(newpos<pos2 && newpos!=-1) str=addEx(str,pos+4,true)
if((pos2=str.indexOf("[/ex]",pos+4))==-1) return str;
str=str.substring(0,pos)+makeEx(str.substring(pos+4,pos2))+str.substring(pos2+5,str.length)
if( str.indexOf("[ex]")!=-1 && internal==false) str=addEx(str,0,false)
return str}

function makeEx(txt){
txt="<br><br><div style='width:100%;'><div style='border: 1px solid red;border-left: 4px solid red;color: #000;border-bottom: 0;font-size: 10px;line-height: 40px;padding-left:10px;vertical-align: middle;'>Строгое предупреждение от администрации:</div><div style='background: #FAFCFE;border: 1px solid red;border-left: 4px solid red;border-top: 0;color: red;font-weight: bold;padding: 4px;'>"+txt+"</div></div><br><br>"
return txt}

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=addEx(post.innerHTML,0,false)}}
</script><!-- Конец кода предупреждений -->


<script type="text/javascript">
function awardsOpen(str)
{
var awardsn = new Array(http://s50.radikal.ru/i127/1206/f1/707fe10e1c62.gif);
awardsn["Ключ"] = new Array("За помощь в развитие форума", "http://s50.radikal.ru/i127/1206/f1/707fe10e1c62.gif", "За помощь в развитие форума")
awardsn["moder"] = new Array("Лучший модератор", "http://www.iconsearch.ru/uploads/iconlib/linspireclear/128x128/filesystems/trashcan_empty.png", "За модераторскую помощь")
awardsn["helper"] = new Array("Помощник месяца", "http://www.iconsearch.ru/uploads/iconlib/crystalclear/128x128/apps/khelpcenter.png", "Неоценимая помощь форуму")
awardsn["money"] = new Array("Банкир форума", "http://www.iconsearch.ru/uploads/iconlib/crystalclear/128x128/actions/db_add.png", "За материальную помощь форуму")



str = str.split(",")
if(str[str.length-1].substring(str[str.length-1].length-1, str[str.length-1].length)==" "){str[str.length-1]=str[str.length-1].substring(0, str[str.length-1].length-1)}
var msg = new String("");
msg = "<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://forum.mybb.ru/style/"+BoardStyle+"/"+BoardStyle+".css\" /><title>Награды пользователя</title>"
msg+= "<style type=\"text/css\">html, body, #pun, #pun-main {background-image: none; margin: 2px 2px; width: 99%;}</style><body>"
msg+="<div id=\"pun\" class=\"punbb\"><div id=\"pun-main\" class=\"main\">"
msg+="<table class=\"container\"><tr><th width=\"25%\">Название</th><th width=\"25%\">Иконка</th><th>За что</th></tr>";
for(i=0;i<str.length;i++){
	msg+="<tr><td align=\"center\"><span>"+awardsn[str[i]][0]+"</span></td><td align=\"center\"><img width=\"100px\" height=\"100px\" src=\""+awardsn[str[i]][1]+"\" /></td><td align=\"center\"><span>"+awardsn[str[i]][2]+"</span></td></tr>";
}
msg+="</table>";
msg+="</div></div></body></html>";
popup = window.open("", "", "height=300, width=700, top=300, left=300, scrollbars=1")
popup.document.write(msg)
popup.document.close()
return false
}
var li = document.getElementsByTagName("li");
for(z=0;z<li.length;z++){
if(li[z].className=="pa-fld3"){
nag = li[z].innerHTML.substring(li[z].innerHTML.indexOf(": ")+2)
nag1 = nag.split(",");
nag1 = nag1.length;
li[z].innerHTML = "Награды: <a href=\"javascript: //\" onclick=\"awardsOpen('"+nag+"');\" title=\"Показать награды пользователя\">"+nag1+"</a>"

<script>
jQuery('input[name="submit"]').attr('title', 'Нажми сюда, чтобы отправить сообщение');
jQuery('input[name="preview"]').attr('title', 'Посмотри что получилось');
</script>


<!-- Всплывающий минипрофиль на Главной! -->
<style type="text/css">
.lastor .tipsy-arrow,
.lastor div.tipsy-inner {
  padding:4px!important;
  background:#B4B4B4!important;  /*фон стрелки  и обрамления таблы*/
  color:#000!important;
}
.lastor .tipsy-arrow{  /*Стрелка во всплывалке*/
  margin-bottom:2px!important;
  -moz-transform: rotate(45deg); /* Для Firefox */
  -ms-transform: rotate(45deg); /* Для IE */
  -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Для Opera */
  transform: rotate(45deg);
  height: 7px!important;
  width: 7px!important;
  z-index:-1;
}
.lastposter {
  background: #57B9F1!important; /*фон таблы с инфой*/
  border-radius:3px!important;
  box-shadow: inset 0 0 5em #1C1C1C!important;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1C1C1C, Direction=145, Strength=3)!important;
  border-spacing:12px!important;
}
.lastposter td img{ /* ава в табле с инфой */
  margin:5px 7px 3px 3px!important;
  border:medium solid #87CEFA!important;
}
.lastposter td {
/*Если нужна установка шрифта, размера, отступа строк, -записываем сюда*/
}
.tcr img.live-tipsy{
  position:relative;
  z-index:10;
  box-shadow:0px 1px 3px #767671;
  border-radius:1px;
  width:24px!important; /*ширина авы на главной*/
  height:auto!important;
}
.tcr img.live-tipsy +.on_{ /*иконка присутствия*/
  float:left;
  z-index:100;
  position:relative;
  margin:3px 0 0 -13px;
  border:1px solid #fff;
  display:block!important;
  height: 6px;
  width: 6px;
  background:url(http://forumstatic.ru/files/0010/b4/f8/97433.gif);
}
.lastor {margin-top:-5px!important;} /*сдвижка всплывающего*/
</style>
<script type="text/javascript">
var DataRefresh = "25.11.2013 22:23:00";// Дата принудительного обновления(если нужно обновить кеш)
</script>
<script type="text/javascript" src="http://forumstatic.ru/files/0010/b4/f8/95658.js"></script>

<script type="text/javascript">
var arr=document.getElementsByTagName("p")
i=0
while(arr[i] ){
if(arr[i].className=="inputfield"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML="<a target=\"_blank\" href=\"http://www.avata.ru\">Коллекция аватаров</a><br><br>"+name+""
}
i++
}
</script>


<script type="text/javascript">
forum = "http://http://visitorfriend.ru"
str = document.getElementById("navpm").innerHTML
loc = new String(document.location)
if( (str.indexOf("(") != -1) && document.referrer.indexOf(forum)==-1 && loc.indexOf('messages.php')==-1)
{document.write("<embed src='http://fantasyflash.ru/music/midi/midi1.mid'  autostart=true />")  }
</script>


<script type="text/javascript">
if (GroupID == 3){
$('li#onlinelist.item5 a:contains("Активны")').css('display','none');}
if (GroupID == 3 && (document.URL.indexOf("online.php")!=-1)){
$('div#pun-online').css('display','none');
alert ('Уважаемый(ая), зарегистрируйтесь');
history.back();}
</script>


    <!-- Меню "Быстрый переход" © Alex_63 -->
    <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/18390.js"></script>


    <!-- Система оповещений о личных сообщениях v.4, / Romych, Alex_63 -->
    <link rel="stylesheet" type="text/css" href="http://forumstatic.ru/files/0015/c4/3f/69516.css"/>
    <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/69514.js"></script>


    <script type="text/javascript">
    function pl() {setTimeout(function(){localStorage['plus'] = UserRespectPlus},0)};
    function mn() {setTimeout(function(){localStorage['minus'] = UserRespectMinus},0)};
    var zag = '<img src="http://forumstatic.ru/files/0000/14/1c/20038.jpg" style="border-radius:4px;" width="48px"> <a href="/respect.php?id='+UserID+'" style="color:#cee0e6;font-weight:bold;padding-left:15px;text-decoration:none;">Посмотреть</a>';
    window.onload = function() {
    	if(parseInt(localStorage.getItem('plus')) !== parseInt(UserRespectPlus) && localStorage.getItem('plus') !== null) { 
    	$.jGrowl(zag+' <img align="right" src="http://forumstatic.ru/files/000e/8b/b7/10387.png">',{header:'Ваше сообщение понравилось',position:'bottom-left',life: 2000});
           pl();} else {pl()};
    	if(parseInt(localStorage.getItem('minus')) !== parseInt(UserRespectMinus) && localStorage.getItem('minus') !== null) { 
    	$.jGrowl(zag+' <img align="right" src="http://forumstatic.ru/files/000e/8b/b7/87092.png">',{header:'Ваше сообщение не понравилось',position:'bottom-left',life: 2000});
           mn();} else {mn()};}
    </script>

    <!-- Генератор паролей в профиле --><script>
    if(document.URL.match(/\?action=change_pass/))$.getScript('http://forumstatic.ru/files/0015/c4/3f/66548.js')</script>


    <!--Запрет регистрации с e-mail из списка-->
    <script type="text/javascript">
    var BannedEmailForReg = new Array(
      //Массив e-mail и доменов, запрещенных к регистрации
      '@lol.ru',
      'tstban@mail.ru',
      'test@testmail.ru'  //!Последний элемент без запятой
    )
    if($('#register').length)$('.button[name="register"]').on('click',function(){var L=$('input[name="req_email"]').val();
    function tst(){alert('Введенный Вами email или домен внесен в черный список.');}
    for(var i=0;i<BannedEmailForReg.length;i++){var s=BannedEmailForReg[i];
    if(s.search(/^\@/g)!=-1&&L.indexOf(s)!=-1){tst();return false}if(L==s){tst();return false}}});
    </script>


    <style>
    /* таблица во всплывающей подсказке */
    #respect td{vertical-align:top;}
    #respect figure{margin:2px;word-wrap:break-word;width:44px;}
    #respect figure:hover img.vote{display:none;}
    #respect figcaption{font-size:0.8em;margin-top:-5px;}
    /* стиль окна а-ля вКонтакте */
    .jGrowl .rating_theme {opacity: 1;padding: 3px;text-align:center;width: 485px !important;} 
    .jGrowl .rating_theme .jGrowl-message {background: #fff; padding: 2px;}
    .jGrowl .rating_theme .jGrowl-header {background: #597ba5;font-size: 1.09em;height: 22px;}
    .jGrowl .rating_theme .person{width:78px; height:78px; }
    /* стиль изображения оценки */
    .vote{position:absolute;border-radius: 9em;box-shadow:0 3px 5px 1px #000000;-webkit-box-shadow:0 3px 5px 1px #000000;}
    /* таблица в окне а-ля вКонтакте */
    #vse tbody{max-height:520px!important;display:block;overflow-y:auto;overflow-x:hidden;}
    #vse td{vertical-align:top;}
    #vse figure{margin:5px;word-wrap:break-word;width:82px; -webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;}
    #vse figure:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;bottom:0;background:#597ba5;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}
    #vse figure:hover img.vote{display:none;}
    #vse figure:hover:before,#vse figure:focus:before,#vse figure:active:before{left:0;right:0;}
    #vse figcaption{color: #2b587a;font-size:0.9em;}
    /* настройки всплывающей подсказки */
    .tipsy-inner {min-width : 40px!important;max-width : 800px!important;}
    .tipsy-inner .person {width:36px; height:36px; border-radius:2px;}
    .tipsy-inner .prof {color:#fff !important;}
    .tipsy-inner .prof:hover{ text-decoration:underline!important;}
    .tipsy-se .tipsy-arrow {left:100%!important;margin-left:-22px;}
    .prof {text-decoration: none !important;}
    </style>
    <!--Репутация поста v.2.2-->
    <script type="text/javascript">
    $('div.post').map(function()
    {var PostID=$(this).find('div.post-content').attr('id').slice(1,-8);var tyt=$(this).find('.post-rating p');var tmp_abort,timer,ava,vote,kr=[];function cl(){$('.tipsy').fadeOut(200);setTimeout(function(){$('.tipsy').remove();},200);};function ton(){timer=setTimeout(function(){cl();},500)}$(tyt).on('mouseenter',function(){$(this).tipsy({fade:!0,gravity:'se',trigger:'manual',html:!0});var w='<table id="respect"><tr><td style="font-weight:bolder"> Oценили: </td></tr><tr>';var f='<table id="vse"  width="100%"><tr>';tmp_abort=setTimeout(function(){$.get('/api.php',{method:'post.getVotes',sort_dir:'desc',limit:100,post_id:PostID,fields:'user_id,username,avatar,value,datetime'},function(data){var x=data.response.votes;for(var i in x){var v=x[i];vote=v.value;if(vote==1){vote='http://petushki-city.ru/files/0002/10/47/26356.png';}else{vote='http://petushki-city.ru/files/0002/10/47/46689.png';};ava=v.avatar;if(ava==''){ava='http://forumstatic.ru/files/0000/14/1c/20038.jpg'};kr[i]='<td><figure><img class="vote" src="'+vote+'"><a class="prof" href="/profile.php?id='+v.user_id+'"><img class="person" src="'+ava+'" title="'+v.datetime+'"><figcaption><p>'+v.username+'</p></figcaption></a></figure></td>';}w+=kr.slice(0,5).join(' ');w+='</tr></table>';if(kr.length>=6){w+='<p id="showt" style="cursor:pointer;font-weight:bold;margin:5px;"> Показать всех </p>';}$(tyt).attr('original-title',w).tipsy('show');for(var k=0;k<kr.length;k++){f+=kr[k];if(k%5==4){f+='</tr><tr>';}}f+='</tr></table>';$('#showt').on('click',function(){cl();$.jGrowl(f,{sticky:!0,position:'center',header:kr.length+' оценили',theme:'rating_theme'});});},'json');},600);}).on('mouseleave',function(){clearTimeout(tmp_abort);ton();$('.tipsy').on('mouseover',function(){clearTimeout(timer);});$('.tipsy').on('mouseout',function(){ton();});});$('body').on('click',function(){$('.rating_theme .jGrowl-close').trigger('click');});
    });
    </script>

    <div id="MyGuest" style="display:none">
    <script>if (GroupID ==3) {$("div.#MyGuest").show()};</script>
     
    <div valign="bottom"><style type="text/css"> 
     a#okno{ 
     position: fixed; 
     bottom: 10px; 
     line-height: 16px; 
     text-align: left; 
     right: 10px; 
     z-index: 30000; 
     opacity: 0.8; 
     width: 290px; 
     height: 80px; 
     background: #000000; 
     color: #fff; 
     text-shadow: rgba(0,0,0,0.3) 0px -1px 0px; 
     padding: 10px; 
     text-decoration: none; 
     font-size: 11px; 
     font-family: Tahoma; 
     border: 1px solid #ffffff; 
     box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #ffffff 0px 1px 0px; 
     border-radius: 3px; 
     } 
     </style> 
     

    <!-- Регулировка размера шрифта в постах © Alex_63 -->
    <style>
    .FNTslider {
      border-radius: 4px;
      position:relative;z-index:1000;
      background: #E0E0E0;
      width: 110px;
      height: 5px;
      margin: 3px 5px;
      border: solid 1px #ccc;
      float: right;
      margin-right: 7%;
    }
    .FNTslider .before {
      height: 5px;
      border: solid 1px transparent;
      border-right: none 0;
      border-radius: 4px 0 0 4px;
      position: absolute;
      background: #A0BCDA;
      margin-top: -1px;
    }
    .FNTslider .thumb {
      width: 8px;
      height: 13px;
      border-radius: 3px;
      position: relative;
      top: -4px;
      background: #3980D8;
      cursor: pointer;
    }
    </style>
    <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/31001.js"></script>


<div id=MyUser style="display:none;">
<p>RoBiK,http://kino-pulse.ru/profile.php?id=5</p>
<p>Neo,http://kino-pulse.ru/profile.php?id=6</p>
<p>MaveriK,http://kino-pulse.ru/profile.php?id=7</p>
<p>King,http://kino-pulse.ru/profile.php?id=8</p>
<p>Logas,http://kino-pulse.ru/profile.php?id=9</p>
<p>Promo,http://kino-pulse.ru/profile.php?id=10</p>
<p>Tromnok,http://kino-pulse.ru/profile.php?id=11</p>
<p>Mablon,http://kino-pulse.ru/profile.php?id=12</p>
<p>Nemo,http://kino-pulse.ru/profile.php?id=13</p>
<p>Rusak,http://kino-pulse.ru/profile.php?id=14</p>
<p>BACEK,http://kino-pulse.ru/profile.php?id=15</p>
<p>Cheetos,http://kino-pulse.ru/profile.php?id=16</p>
<p>Po6oT,http://kino-pulse.ru/profile.php?id=17</p>
<p>NoN1ck,http://kino-pulse.ru/profile.php?id=18</p>
<p>Matkis,http://kino-pulse.ru/profile.php?id=19</p>
<p>Monk,http://kino-pulse.ru/profile.php?id=20</p>
<p>SLON,http://kino-pulse.ru/profile.php?id=21</p>
<p>Name,http://kino-pulse.ru/profile.php?id=22</p>
<p>Marko,http://kino-pulse.ru/profile.php?id=23</p>
<p>Simba,http://kino-pulse.ru/profile.php?id=24</p>
<p>Rega,http://kino-pulse.ru/profile.php?id=25</p>
<p>Blood,http://kino-pulse.ru/profile.php?id=26</p>
<p>NoSmoking,http://kino-pulse.ru/profile.php?id=27</p>
<p>TaIIoK,http://kino-pulse.ru/profile.php?id=28</p>
<p>Gandi,http://kino-pulse.ru/profile.php?id=29</p>
<p>Mini,http://kino-pulse.ru/profile.php?id=30</p>
<p>Sumon,http://kino-pulse.ru/profile.php?id=31</p>
<p>Svara,http://kino-pulse.ru/profile.php?id=32</p>
<p>Krabo,http://kino-pulse.ru/profile.php?id=33</p>
<p>Japanau,http://kino-pulse.ru/profile.php?id=34</p>
<p>Ispereka,http://kino-pulse.ru/profile.php?id=35</p>
<p>Salam4ik,http://kino-pulse.ru/profile.php?id=36</p>
<p>XpoMuK,http://kino-pulse.ru/profile.php?id=37</p>
<p>Bladokok,http://kino-pulse.ru/profile.php?id=38</p>
<p>Jumbik,http://kino-pulse.ru/profile.php?id=39</p>
<p>Zoxan,http://kino-pulse.ru/profile.php?id=40</p>
<p>Evil,http://kino-pulse.ru/profile.php?id=41</p>
<p>Valentin,http://kino-pulse.ru/profile.php?id=42</p>
<p>Asunai,http://kino-pulse.ru/profile.php?id=43</p>
<p>Nooka,http://kino-pulse.ru/profile.php?id=44</p>
<p>Noluk,http://kino-pulse.ru/profile.php?id=45</p>
<p>Robka,http://kino-pulse.ru/profile.php?id=46</p>
<p>Dark,http://kino-pulse.ru/profile.php?id=47</p>
<p>Xoxop,http://kino-pulse.ru/profile.php?id=48</p>
<p>MsLektor,http://kino-pulse.ru/profile.php?id=49</p>
<p>ANFITAMIN,http://kino-pulse.ru/profile.php?id=50</p>
<p>BRILLIANT_girl,http://kino-pulse.ru/profile.php?id=51</p>
</div><script>Cheat_Users_Online()</script>

   <!-- Запрет копирования -->
    <script>var GroupNoCopy=[ 3,4 ]; //Группы с запретом копирования</script>
    <div class="nscr"><span id=disable000 title="No Copy!"></span>
    <style>#disable000{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:99999;}
    .punbb a,.punbb input,.punbb textarea{position:relative;z-index:100000;}</style></div><script>
    $("#disable000").parent().remove();if(GroupNoCopy.indexOf(GroupID)!=-1){var z=['TEXTAREA','INPUT','SELECT'];
    $("body").on("copy contextmenu dblclick mouseup mousedown",function(e){if(z.indexOf(e.target.tagName)==-1){
    try{window.getSelection().removeAllRanges();}catch(e){document.selection.empty();};return false}})}
    </script>

0

19

Alex_63 написал(а):

Нет!; то что указал Deff - удалить, а включить от сервиса ( Администрирование-скрипты

Скрипты включены от сервиса. Спасибо за уточнение - ненужное  удаляю.

0

20

Alex_63 написал(а):

думчивый
Вместо скрипта переливающихся ссылок есть код на css, который не нагружает форум => CSS трюки

А где находится  у меня код, который нужно удалить?

0