Dragon's lair

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

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


Вы здесь » Dragon's lair » unplottable » оп


оп

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

1

апва

0

2

Код:
<script>
<!--
indexof="<img src='http://sg.uploads.ru/8AWjr.png' />"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
--></script>
<script>
<!--
userof="<img src='http://sg.uploads.ru/HeIb5.png' />"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
--></script>
<script>
<!--
findof="<img src='http://sh.uploads.ru/E5dhx.png' />"
str = document.getElementById("navsearch").innerHTML
pos = str.indexOf("Поиск")
document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
--></script>
<script>
<!--
faseof="<img src='http://sh.uploads.ru/cNI89.png' />"
str = document.getElementById("navprofile").innerHTML
pos = str.indexOf("Профиль")
document.getElementById
("navprofile").innerHTML=str.substring(0,pos)+faseof
+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
pismaof="<img src='http://sh.uploads.ru/m1ZD2.png' />"
str = document.getElementById("navpm").innerHTML
pos = str.indexOf("Сообщения")
document.getElementById("navpm").innerHTML=str.substring
(0,pos)+pismaof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
godof="<img src='http://sh.uploads.ru/QnEDa.png' />"
str = document.getElementById("navadmin").innerHTML
pos = str.indexOf("Администрирование")
document.getElementById("navadmin").innerHTML=str.substring
(0,pos)+godof+str.substring(pos+17,str.length-1)
-->
</script>
<script>
<!--
valiof="<img src='http://sh.uploads.ru/5mjb2.png' />"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring
(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
vxodiof="<img src='http://sh.uploads.ru/2fBk6.png' />"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring
(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
regof="<img src=http://funkyimg.com/i/WWsh.png' />"
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById
("navregister").innerHTML=str.substring(0,pos)+regof
+str.substring(pos+18,str.length-1)
-->
</script>


<style>.punbb .pa-avatar img {max-width:180px;height:auto;}</style>
<script type="text/javascript">
//========== HTML-низ START СЕКЦИЯ ======================================//
OnSmenaImage("Название  Категории", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))
OnSmenaImage("Название  Форума", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))
OnSmenaImage("Название темы", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))
var AvtrArr=new Array(
"",    //Ссылки на картинки Аватар
""   //End myarray_!!Последняя ссылка без Запятой!!!
)
StartNIZ(); //
//======= end HTML-низ START СЕКЦИЯ =====================================//
</script>

<!--Простой и удобный скрипт вставки картинки-->
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>


        <style>.Myimge {position:absolute;margin-top:0px;}</style>
        <script type="text/javascript">
        PiarNik="owl";
        PiarPas="1111";

        var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
        <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
        <fieldset>\
        <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
        <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
        <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
        <input type=\"submit\" class=\"button\" name=\"login\"/>\
        </fieldset>\
        </form>\
        </div>\
        <span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://sg.uploads.ru/vI7pd.png\" onmouseover=\"this.src='http://sg.uploads.ru/vI7pd.png' \" onmouseout=\"this.src='http://sg.uploads.ru/vI7pd.png'\" /></span>";
        if($("#navlogin").html()!=null){

        $("#navlogin").append(L) //navlogin
        $("#PR_loginDiv #fld1").val(PiarNik)
        $("#PR_loginDiv #fld2").val(PiarPas)
        function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
        }
        </script>


<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">акцио</a>';
	}
}
</script>


<!-- HTML в постах для всех пользователей -->
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){ 
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>


<style id=a_fnt>
.post h3 img{
margin:0 7px;cursor:pointer;
}
</style>

<!--Сворачивалка в профиле в топике заданных пунктов инфы юзера -->
<style>li.pa-hidePunk {border:inset 0px;padding:0 0px;width:184px;cursor:pointer; cursor:hand; margin-top: 12px;}</style>
<script type="text/javascript">
$(function(){
setTimeout(function(){
var g01='<img src="http://sh.uploads.ru/Dhg7e.png" />'; // Надпись на разворачивалке
var g00='<img src="http://sg.uploads.ru/IkgLP.png" />'; // Надпись на cворачивалке
hidePunkt=new Array(
"pa-awards",     //Награды
    "End ul")

       var g012='<li class="pa-hidePunk">';
       g01='<span>'+g01+' </span>';
       g00='<span>'+g00+' <b></b></span>';
       $(".post .post-author").each(function () {
       for(var i=0;i<hidePunkt.length-1;i++){
       if($(this).find("li."+hidePunkt[i]).html()!=null){
       $(this).find("li."+hidePunkt[i]).addClass('hidePunkt');};};
       $(this).find("ul").append(g012+g01+g00+'</li>');
       $(this).find("li.pa-hidePunk span:last").hide();
       $(this).find(".hidePunkt").hide();
    });

    $("li.pa-hidePunk").click(function () {
    $(this).find("span").toggle();
    $(this).parent("ul").find("li.hidePunkt").toggle('slow');});
}, 700);
});
    </script>

<!-- поебень какая-то шрифтовая -->
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}
if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');
else return false}function getcookieF(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}
a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="img/minus.png" alt="-" />Шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
$("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script>

<script type="text/javascript">
var A=[1]
$(".post .post-author li").each(function (){
for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>


<script type="text/javascript">
if(GroupID != 3) { $('#pun-ulinks .container').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>'); }
</script>


<div style="width:200px; position: absolute; margin-top: 0px; margin-left:210px;  color: #201c17;">
<div style="overflow: scroll; overflow-x: hidden; height: 66px; width: 560px;margin-top: -150px; margin-left:-70px;"> 
<a href="http://wind.hutt.ru/"target=_blank><img src="http://funkyimg.com/i/RrZB.gif" title="Kandreyn. The dark side of history"></a>

<a href="http://deathmark.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/WFcG.gif" title="Under the Death Mark" width="88" height="31" border="0"></a>

<a href="http://salvio.rusff.me"><img src="http://savepic.su/5478544.gif" title="Salvio Hexia" /></a>

<a href="http://carperetractum.rolka.su/" target=_blank> <img src="http://www.pichome.ru/images/2015/05/07/An2wg1.gif"border="0" title="Harry Potter: Carpe Retractum"> 
</a>

<a href="http://illuminati.rusff.me/" title="HP II: ILLUMINATI"><img src="http://sg.uploads.ru/z1HJt.gif" border="0"></a>

<a href="http://durmstrang.artbb.ru/" target=_blank><img src="http://funkyimg.com/i/VVYv.gif" alt="Durmstrang: Legends of the Frost" title="Durmstrang: Legends of the Frost"></a>

 <a href="http://somnium.mybb.ru"target=_blank><img src="http://funkyimg.com/i/W3io.gif"alt= "Harry Potter: Somnium"></a>

<a href="http://30secondstowar.rusff.me/" target="_blank"><img src="http://i.imgur.com/tlaLqeC.gif"title="30 SECONDS TO WAR"border="0"width="88" height="30"></a>

<a href=http://tfww.rusff.me/><img src="http://s5.uploads.ru/rGJf8.gif" ></a>

</div></div>

<style>
.punbb .post-sig dt {
background:url(http://s4.uploads.ru/eCBp2.png);
height: 10px;width: 400px; border: none;
}
</style>

<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

0

3

Код:
<!--зис ис табла-->
<table width="840px" height="175px" border="0" style="top: 276px; margin-top: -15px; margin-left: -15px;  padding: 8px; position: absolute; color: #431707; background-color: transparent; text-align: justify; line-height: 11px; ">
<tbody>
<tr>
<td>
<style>
#pun-announcement .container {
    padding: 0px !important;
}
#realTBL {
width: 840px;
height: 170px;
}
#realTD {
width: 250px;
height: 200px;
padding: 10px;
}
#realDIV {
overflow-x: hidden;
border: none;
height: 150px;
}
</style>
<table id=realTBL>
<tr>
<td id=realTD>
<div id=realTD>
<br><center><img src="http://sg.uploads.ru/0Kh2U.png"></center>
<br><justify>Инсерта открывает двери для всех желающих волшебников и ведьм со всего Магического мира! Добро пожаловать, дорогой друг, надеемся, что придемся тебе по душе и ты захочешь остаться с нами. Не стесняйся и спрашивай все, что потребуется для игры. А вот тебе пока краткая игровая сводка. 
<br> <b>дата событий:</b> ноябрь-декабрь 1981 год; 
<br><b>рейтинг игры:</b> NC-17.</justify>
</div>
</td>
<td  id=realTD>
<center><img src="http://sg.uploads.ru/dQqrZ.png"><br><br>
<div id=realDIV> <a href=http://incertum.rusff.me/profile.php?id=6%22"><img src="http://sh.uploads.ru/oWIvn.png"></a>  <a href=http://incertum.rusff.me/profile.php?id=8"><img src="http://sg.uploads.ru/9eLEI.png"></a> <a href=http://incertum.rusff.me/profile.php?id=7"><img src="http://sh.uploads.ru/LiFAY.png"></a><br><br>
<img src="http://sh.uploads.ru/dSqJx.png"><br><a href="http://incertum.rusff.me/viewtopic.php?id=3">сюжет</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=9">гостевая</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=23">новости</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=4">faq</a><br>
<a href="http://incertum.rusff.me/viewtopic.php?id=5">роли</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=6">внешности</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=8">имена</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=7">должности</a><br>
<a href="http://incertum.rusff.me/viewtopic.php?id=10">нужные</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=12#p14">шаблон анкеты</a><br><br>
<a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=19277' target='_blank'><img src="http://palantir.in/count.php?id=19277&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></a> <!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598' title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+
"<img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598' target='_top'><img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a>
</noscript>
<!-- /Top.Roleplay.Ru --></center>
</div>
</td>
<td id=realTD>
<div id=realTD>
<br><center><img src="http://sh.uploads.ru/kolxR.png"></center><br>
<center><b>Темный Лорд исчез.</b></center>
<justify><br>Заголовки Ежедневного Пророка и других публичных изданий пестрят всевозможными интерпретациями этой новости, но суть, тем не менее, остается прежней. Темного Лорда больше нет. Он пропал. Он повергнут. Он попросту мертв. И многие волшебники ликуют от того, что война закончилась. Но правы ли они?</justify></div>
</td>
</tr>
</table>
</td>
</tr>
</tbody></table>


<!--Смена аватара в одном посте-->
<link id="iNFpanel" rel="stylesheet" href="http://hostjs-mybb2011.narod.ru/css/change_ava.css" type="text/css"/>
<script src="http://forumstatic.ru/files/0015/2c/f9/75012.js"></script>


<!--Скрытие модеров-->
<style>
.modlist {display: none;}
</style>


<!--Скрытие отредактировано-->
<style>
.lastedit {display:none;}
</style>


<!--Кнопки вверх вниз-->
<div style="position:fixed;z-index:1003; right :0.5%; bottom: 45%;">
  <a href="#top" onclick="scrollTo(0,0); return false;" title="">
    <img src="http://funkyimg.com/i/WTtE.png" alt="Вверх страницы">
  </a>
  <br>
  <br>
  <a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="">
    <img src="http://funkyimg.com/i/WTtE.png" alt="Вниз страницы">
  </a>
</div>


<!--Профилактика-->
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='/' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password'  id='fld2'  name='req_password'  size='25'  maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1; 
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>

0


Вы здесь » Dragon's lair » unplottable » оп


Рейтинг форумов | Создать форум бесплатно