three notes of morphine

Объявление

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

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


Вы здесь » three notes of morphine » Тестовый форум » Тестовое сообщение


Тестовое сообщение

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

1

Благодарим за выбор нашего сервиса!

0

2

HTML-верх

<style type="text/css">
#pun {margin: auto;}
</style>
<style type="text/css">
HTML, BODY {background-color: #222222; background-image: url("http://forumstatic.ru/files/0011/70/14/52587.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: top center;}
#pun-title table {background-image : url("http://forumstatic.ru/files/0011/c6/96/37005.jpg");
height : 467px;}
#pun {background-color: transparent; width: 740px;}
#html-footer .container{ background-image: url("http://forumstatic.ru/files/0011/70/14/46949.jpg"); height : 120px;}
#pun-title .title-logo {color: transparent;
background-repeat : no-repeat; height : 50px;}
#pun-announcement h2 {color: transparent;}</style>
<style>
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left:260px; top:350px;}</style>
<style type="text/css">#pun-navlinks .container {background-image: url();height : 20px; text-shadow: 0px 2px 6px #239abc;text-align: right;font-family: Trebuchet Ms;font-size: 13px;}</style>
<style type="text/css"> #pun-main h1 {
background-image: url(http://forumstatic.ru/files/0011/70/14/63357.jpg);height : 60px;text-shadow: 0px 2px 6px #239abc; text-align: right; font-size: 16px;font-family: Trebuchet Ms; color: #d4d4d4;}</style>
<style type="text/css"> #pun-main h2 { background-image : url(http://forumstatic.ru/files/0011/70/14/63357.jpg); height : 60px;font-size: 16px; text-shadow: 0px 2px 6px #239abc;text-align: right;font-family: Trebuchet Ms; color: #d4d4d4;}</style>
<style type="text/css">#pun-stats h2{background-image : url(http://forumstatic.ru/files/0011/70/14/63357.jpg);height: 60px;font-size: 16px; text-shadow: 0px 2px 6px #239abc;text-align: right;font-family: Trebuchet Ms; color: #d4d4d4;}</style>
<style type="text/css">
#pun-about p.container,#pun-break4,#pun-break1,#pun-status .container{display: none;}
#pun-ulinks .container{font-size: 12px;text-align: center;font-family: Courier New; color: #d4d4d4;}
</style>
<style type="text/css">
.punbb div.icon {
float: left;
display: block;
border-style: none none none none;
position: relative !important;
height: 50px;
width: 50px;
}
.punbb td div.tclcon {
margin-left: 30px;
}
Div.icon {
background-image : url(http://forumstatic.ru/files/0011/70/14/78550.jpg);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://forumstatic.ru/files/0011/70/14/62315.jpg);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(http://forumstatic.ru/files/0011/70/14/23380.jpg);
background-repeat: no-repeat;
}</style>

<style type="text/css">
.post-author {
text-align: center;
font-family: Georgia;
background:#c9c9c9;
background-image: url(http://forumstatic.ru/files/0011/70/14/38508.jpg);
border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
</style>

<!-- Cтрелочки -Вверх вниз страницы -->
<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://forumstatic.ru/files/0011/70/14/16759.png" alt="Вверх страницы"/>
</a>
<br/>
<br/>
<a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
<img src="http://forumstatic.ru/files/0011/70/14/13812.png"/>
</a>
</div><!--Конец Cтрелочки -->

<style>
#pun-index tr.inew .tcl h3 a:after{
content: " " url(http://forumstatic.ru/files/0011/70/14/80171.gif);
}
</style>

<style> 
div .splLink {width: 140px; height: 30px; border: 2px solid #5e9eb0; background: #515151;text-align: center; font-family: Comic Sans Ms; font-size: 15px; padding: 5px;}
.spll {width: 130px; height: 70px; }
.spll div .splCont {height: auto; width: 300px; background: #515151; padding: 5px; z-index: 1000; margin-top: 5px; border: 2px solid #5e9eb0; font-size: 12px; font-family: Microsoft Sans Serif; text-align: center;}
</style>
<style>#pun-announcement.section .container {background:url(http://forumstatic.ru/files/0011/c6/96/90311.jpg);font-size: 13px;font-family: Courier New; color: #d4d4d4;}</style>
[19:57:51] Кас: HTML-низ

<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>

<script type="text/javascript">
var we=document.getElementsByTagName("ul")
var x=0
for (x=0; x<=(we.length-1); x++)
{if (we[x].innerHTML.indexOf("pa-online")!=-1)
{we[x].getElementsByClassName('pa-online')[0].innerHTML = "<img src='http://forumstatic.ru/files/0011/70/14/31718.png' />"}
else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1)){
we[x].innerHTML=we[x].innerHTML+"<img src='http://forumstatic.ru/files/0011/70/14/21786.png' />"}}
</script>

<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>

<script type="text/javascript">
PiarNik="PR";
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>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">Пиар-Вход</a></span></li>";
if($("#navlogin").html()!=null){

$("#navlogin").after(heart) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</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=\"margin: 0px; padding: 0px; background-color:#c9c9c9; color: #363636; border-left: 0px solid #6060FF; border-top: 0px dotted #000; border-right: 1px solid #000; border-bottom: 1px solid #000;\"><TABLE cellpadding='0' cellspacing='0'><TD align='middle' bgColor='#373737' vAlign='center' width='8%'><FONT color='#5e9eb0' size='+3' style='FONT-FAMILY: Times' title='Предупреждение'><B>&nbsp;i&nbsp;</B></FONT></TD></TD><TD vAlign='middle'>"+txt+"</TD></TABLE></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><div style=\"margin: 0px; padding: 0px;  background-color:#c9c9c9; color: #363636; border-left: 0px solid #6060FF; border-top: 0px dotted #000; border-right: 1px solid #000; border-bottom: 1px solid #000;\"><TABLE cellpadding='0' cellspacing='0'><TD align='middle' bgColor='#373737' vAlign='center' width='8%'><FONT color='#f3636d' size='+3' style='FONT-FAMILY: Times' title='Грубое нарушение'><B>&nbsp;!&nbsp;</B></FONT></TD></TD><TD vAlign='middle'>"+txt+"</TD></TABLE></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=addEx(post.innerHTML,0,false)}}
</script>
[19:58:33] Кас:
<!--Спойлер - контейнер-->
<script type="text/javascript">
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>

<script language="JavaScript">
function popwnd()
{
var smiles = new Array

//Добавлять смайлики здесь
smiles.push("http://www.10pix.ru/img1/4323/6499601.gif")
smiles.push("http://www.10pix.ru/img1/1374/6499602.gif")
smiles.push("http://www.10pix.ru/img1/1728/6499535.gif")
smiles.push("http://www.10pix.ru/img1/351969/6499599.gif")
smiles.push("http://s1.uploads.ru/i/59m8H.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/17.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/173.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/177.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/182.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/187.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/223.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/226.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/247.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/279.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/33.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/67.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/82.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Amazed-RageBlank.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Amazed-surprised.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Amazed-SurprisedWideOpenMouth.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Angry-Eyes.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Angry-No.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Angry-WhatHaveYouDone.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Happy-Win.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Malicious-DevilTroll.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Oh%20God.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Malicious-Troll.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Malicious-TrollHot.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Miscellaneous-Drunk.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Pleasure-MeGusta.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Sad-ForeverAlone.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Miscellaneous-OhGod.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Neutral-BadPokerFace.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Neutral-PokerFaceThick.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Sad-Cry.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Sad-AwMan.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Stupidity-AreYouKiddingMe.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Stupidity-SeriouslyChan.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Victorious-FuckYeahWords.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/Yao%20Ming.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/1.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/10.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/104.png")
smiles.push("http://smayly.ru/gallery/big/TrollFaces/12.png")
smiles.push("http://s46.radikal.ru/i113/1004/cb/fee9c7a6103c.gif")
smiles.push("http://s14.radikal.ru/i187/1004/a2/a62a85d9aa03.gif")
smiles.push("http://s39.radikal.ru/i086/1004/67/22695f1e86c9.gif")
smiles.push("http://s47.radikal.ru/i116/1004/2a/39e4a8b0b04e.gif")
smiles.push("http://i027.radikal.ru/1004/6d/08538f145b27.gif")
smiles.push("http://s53.radikal.ru/i140/1004/e2/f1768ab28739.gif")
smiles.push("http://s40.radikal.ru/i087/1004/9c/679c654e6378.gif")
smiles.push("http://s48.radikal.ru/i121/1004/f8/0f5c6b377e49.gif")
smiles.push("http://s39.radikal.ru/i084/1004/83/92b346a0ed70.gif")
smiles.push("http://s005.radikal.ru/i212/1004/08/70a9a201db95.gif")
smiles.push("http://s44.radikal.ru/i106/1004/74/ca1bf75e1bfa.gif")
smiles.push("http://i062.radikal.ru/1004/bd/eb041906ec95.gif")
smiles.push("http://s002.radikal.ru/i198/1004/d0/5013e8800c54.gif")
smiles.push("http://i082.radikal.ru/1004/bb/7af3f2030fe5.gif")
smiles.push("http://s04.radikal.ru/i177/1004/0e/7af03fe0803f.gif")
smiles.push("http://s56.radikal.ru/i152/1004/0d/447b8322b974.gif")
smiles.push("http://s004.radikal.ru/i207/1004/d3/e50049d7b451.gif")
smiles.push("http://i076.radikal.ru/1004/30/92ba96f95d7e.gif")
smiles.push("http://s39.radikal.ru/i085/1004/28/eb03138ad20c.gif")
smiles.push("http://s59.radikal.ru/i166/1004/9a/bdadba45dddc.gif")
smiles.push("http://i044.radikal.ru/1004/b9/67b1893d8578.gif")
smiles.push("http://i044.radikal.ru/1004/a9/35a4644c09df.gif")
smiles.push("http://s44.radikal.ru/i104/1004/c1/60c878c30420.gif")
smiles.push("http://s55.radikal.ru/i147/1004/01/9cfcd9c684fa.gif")
smiles.push("http://s43.radikal.ru/i102/1004/97/44f87fc0a325.gif")
smiles.push("http://s005.radikal.ru/i211/1004/59/bbbfa029e9c0.gif")
smiles.push("http://i067.radikal.ru/1004/fb/20264602672f.gif")
smiles.push("http://s004.radikal.ru/i207/1004/ac/2cdefd0ca391.gif")
smiles.push("http://s14.radikal.ru/i187/1004/e6/d53d497272fc.gif")
smiles.push("http://s56.radikal.ru/i152/1004/6f/78e7cb220d02.gif")
smiles.push("http://s41.radikal.ru/i093/1004/bf/ba58f2012501.gif")
smiles.push("http://s03.radikal.ru/i176/1004/02/0be08bdbc9b7.gif")
smiles.push("http://s45.radikal.ru/i109/1004/0b/0036fd05f799.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 = \"-- \";\r\n"
msg += "window.opener.bbcode(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><br><br><center><a href=\"\" onclick=\"window.close()\">Закрыть</a></center>"
msg += "</BODY></html>";

popup = window.open("","popDialog","height=390,width=258")
popup.document.write(msg)
popup.document.close()

return false
}
</script>
[20:00:42] Кас: <!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
/*background-color:#!important;*/
}
img.aw{
background-color:#!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="ссылка на картинку";

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(angel)
  }
});});
$(".post .post-author-Sp ").live("click", function(){
$(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->

Текст объявления

<center><table style="width: 100%">
<tr><td><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><img src=http://forumstatic.ru/files/0011/70/14/79656.png></img></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">
<b>Приветствуем вас на нашем ролевом проекте!</b> Вам открылся оригинальный авторский мир со своей политической системой, нравами и обычаями. Какого персонажа выбрать? Какова будет его гражданская позиция, социальный статус? В независимости от вашего решения мы гарантируем вам интересную игру, не лишённую интриг и загадок!
<br>
<br>
<FONT color="#00FFFF">ВНИМАНИЕ!</FONT>
<br>18 сентября стартовал новый конкурс
<br><a href="http://serenity.anihub.ru/viewtopic.php?id=339">"Улицы большого города"</a>.

<br>
<br>
<br><img src="http://forumstatic.ru/files/0011/70/14/80171.gif" border="0"> 1го декабря 2012 реального времени в игре будет сделан скип на 1е же декабря 2012 года игрового времени.
<br>
<br>
<br><img src="http://forumstatic.ru/files/0011/70/14/80171.gif" border="0"> С наступлением вечера 3.09 <FONT color="#00FFFF">игрового</FONT> времени стартуют оба квеста. Подробнее <a href="http://serenity.anihub.ru/viewtopic.php?id=26#p24472">тут</a>.
</div></td>
<td><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><img src=http://forumstatic.ru/files/0011/70/14/38704.png></img></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">
■<a href="http://serenity.anihub.ru/viewtopic.php?id=15#p31"> сюжет.</a>
<br>■<a href=http://serenity.anihub.ru/viewtopic.php?id=13#p14"> правила.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=14#p21"> информационная.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=11#p11"> навигация новичкам.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=12#p12"> псионика фриков.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=8"> F.A.Q.</a>
<br>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=19#p39"> акции.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=9#p9"> вакансии.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=23#p52"> шаблон анкеты.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=10#p10"> занятые внешности.</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=110#p141"> поиск партнёра по игре.</a>
<br>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=24#p53"> вопросы к администрации</a>
<br>■<a href="http://serenity.anihub.ru/viewtopic.php?id=26#p55"> объявления администрации</a></DIV></DIV>
</div></td>
<td><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><img src=http://forumstatic.ru/files/0011/70/14/91564.png></img></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">
03 сентября 2012 года; Понедельник, вечер (1/7)
<br>Температура воздуха: +14. Ветер с/з 7-9 м/с. Накрапывает мелкий дождь.
<br>
<br>
<br>1го декабря 2012 реального времени в игре будет сделан скип на 1е же декабря 2012 года игрового времени.
<br>
<br>
<br>С наступлением вечера 3.09 ИГРОВОГО вренеми стартуют оба квеста. Подробнее <a href="http://serenity.anihub.ru/viewtopic.php?id=26#p24472">тут</a>.
</DIV></DIV>
</div></td>
<td><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><img src=http://forumstatic.ru/files/0011/70/14/30216.png></img></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">
<a href="http://serenity.anihub.ru/profile.php?id=2">Jenkins</a>
<br>♦ Устройство мира; организация игрового пространства.
<br><a href="http://serenity.anihub.ru/profile.php?id=4">Black Bird</a>
<br>♦ Организация игры; гейм-мастеринг; ведение квестов.
<br><a href="http://serenity.anihub.ru/profile.php?id=5">Kylie</a>
<br>♦ Организация внеигрового пространства; обновление списков пользователей.
<br><a href="http://serenity.anihub.ru/profile.php?id=10">Iris</a>
<br>♦ Принятие анкет; составление списков.
<br><a href="http://serenity.anihub.ru/profile.php?id=6">Xander</a>
<br>♦ Обновление элементов дизайна; аватармейкерство.
<br><a href="http://serenity.anihub.ru/profile.php?section=essentials&id=12">Casper</a>
<br>♦ Написание акций.
<br><a href="http://serenity.anihub.ru/profile.php?id=51">Chloe</a>
<br>♦ Гейм-мастеринг.
</DIV></DIV>
</div></td>
<td><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><img src=http://forumstatic.ru/files/0011/70/14/87380.png></img></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">
<a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=16128' target='_blank'><img src="http://palantir.in/count.php?id=16128&cid=concept_2.gif" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></a>
<a href='http://wizardtop.ru/in.php?id=1828' target='_blank' title='Волшебный рейтинг игровых сайтов'><img src='http://wizardtop.ru/b/3.gif' border='0' width='88' height='31' alt='Волшебный рейтинг игровых сайтов'></a>
<a href="http://top.roleplay.ru/18735" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x8.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a>
<br><br>
[20:00:45] Кас:
<a target="_blank" href="http://tank.mybb.ru" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://i912.photobucket.com/albums/ac325/2510-img/Tank/tank_banner.gif" border="0"></a>
<a href="http://urchoice.ru/" title="Ты еще не с нами?" target=_blank> <img src="http://forumstatic.ru/files/000b/09/4f/76237.gif" border="0" alt="Live Your Life"></a>
<a target="_blank" href="http://premieres.rusff.me/"><img src="http://i.imgur.com/tGJjL.gif" ></a>
<a href="http://tsubasa.rusff.me" target=_blank><img src="http://uploads.ru/i/z/k/w/zkwl7.png"  width=88 height=31 alt="Хроники Крыльев" border=0></a>
<a href="http://wolves.roleforum.ru"><img src="http://uploads.ru/i/j/Y/H/jYHwu.gif" title="Последний Рай | Волчьи Истории" target="blank"></a>
<a href="http://dragony.rusff.me/" title="FRPG: DEAR AGONY" target="_blank"><img src="http://s1.uploads.ru/i/S9ayk.gif"></a>
<a href="http://daantebellum.rolka.su/"><img src="http://s1.uploads.ru/i/t0FGj.gif" border="0" width="85" height="31" alt=" Dragon Age: Ante Bellum"></a>
<a href="http://bleachanimerolka.mybb.ru/" target="Bleach - Выбор Пути" ><img src="http://i076.radikal.ru/1008/39/9f235e8ad8cf.jpg"></a>
<a href="http://academyshien.anihub.ru/"><img src="http://s1.uploads.ru/i/E/M/s/EMs18.png" /></a></DIV></DIV>
</div></td>

</tr>
</table></center>

HTML в форме ответа

<style>
#button-mod {background-image:url('http://i029.radikal.ru/0804/26/e430252a0faf.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if((document.getElementById("navadmin")) && (form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<img src='/i/blank.gif' title='Предупреждение' id='button-mod'  onclick=\"bbcode('
i  ', '

');\"/>"
</script>
<style>
#button-ex {background-image:url('http://i007.radikal.ru/0804/c8/e7c48348a35e.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if((document.getElementById("navadmin")) && (form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<img src='/i/blank.gif' title='Предупреждение' id='button-ex'  onclick=\"bbcode('
!  ', '

');\"/>"
</script>

<center><a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=16128' target='_blank'><img src="http://palantir.in/count.php?id=16128&cid=concept_2.gif" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></a>
<a href='http://wizardtop.ru/in.php?id=1828' target='_blank' title='Волшебный рейтинг игровых сайтов'><img src='http://wizardtop.ru/b/3.gif' border='0' width='88' height='31' alt='Волшебный рейтинг игровых сайтов'></a>
<a href="http://top.roleplay.ru/18735" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x8.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a></center>

<center><a id="addsmile"  href="" onclick="return popwnd()">дополнительные смайлы</a>
<script language="JavaScript">
str=document.URL
page=str.substring(str.lastIndexOf('/')+1)
if(page.indexOf("viewtopic.php")==-1)
   document.getElementById("addsmile").style.display = "none";
</script></center>


<input type="button" onclick="dice()" value="Кинуть кубики" />
<script type="text/javascript">
function dice()
{
var FoundErrors = '';
var diceRes=""
var CountCube = prompt("Количество кубиков", "3");
var SideCube = prompt("Сколько граней у кубика?", "6");
if(CountCube>9){
alert("Нельзя бросать столько кубиков");
return false;}
if(SideCube>9){
alert("Не бывает таких кубиков");
return false;}
if (!CountCube)
{return false;}
if (!SideCube)
{return false;}
for(i=0; i<CountCube;i++){
var dice = (Math.round(Math.random()*SideCube))
if(dice==0) dice=1;
diceRes += dice*1936+"-"
}
smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}
function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
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=addDice(post.innerHTML,0,false)}}
</script>

0

3

зщвзфы

0

4

Код:
etetetetetetetetetetetetetetetet

0

5

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

for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"

0


Вы здесь » three notes of morphine » Тестовый форум » Тестовое сообщение


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