Сообщение оставлено 29.04.2010 в 14:37:13 | Сообщение #
1
Пользователь Пользователь проекта, который не имеет никаких привилегий.
К сожалению, пользователь контактные данные не указал.
К сожалению, пользователь данные о WMID не указал.
кароч мне надо что бы на гл.странице была одна шапка,а на форуме другая! типа как тут!
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA
Сообщение оставлено 29.04.2010 в 14:37:13 | Сообщение #
1
кароч мне надо что бы на гл.странице была одна шапка,а на форуме другая! типа как тут! Подпись пользователя:
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA
Сообщение оставлено 29.04.2010 в 14:51:51 | Сообщение #
3
Пользователь Пользователь проекта, который не имеет никаких привилегий.
К сожалению, пользователь контактные данные не указал.
К сожалению, пользователь данные о WMID не указал.
Timmi , щас попробую...Добавлено (29.04.2010, 14:51) ---------------------------------------------Timmi , не могу найти помогите плиз... вот код!
Code
<html> <head><div style="position:absolute;position:fixed;up:5;left:475;opacity:1.0;"> <div id="chat" style="display: none;"><table border="0" cellpadding="0" cellspacing="0" width="300" style="border: 1px solid gray; background: #4F4F4F;"> <tr><td height="32" background="http://s004.radikal.ru/i206/1004/f5/d20a0ba49e18.jpg"></td></tr><tr><td style="background: #4F4F4F; text-align: center; border-top: 1px solid #1E90FF;"> $CHAT_BOX$ <table border="0" cellpadding="1" cellspacing="1" width="100%"> <tr><td width="206"> </td></tr></table> </td></tr></table></div> <div style="height: 22px; width: 298px; border: 1px solid gray; background: #4F4F4F; margin-top: 1px;"> <div style="float:right; height: 18px; width: 48px; border-left: 1px solid gray ;text-align: center; padding-top: 4px;"><font color="gray"><span class="xml-text">$TIME$</font></div> <div style="float: left; padding-top: 3px;"><a href="javascript://" rel="nofollow" onclick="document.getElementById('mchatIfm2').src='/mchat/?'+Math.random();return false;" title="Обновить"><img src="http://sinners.pp.ua/minichat/1.png" alt="Обновить" border="0" width="16" height="16" style="padding-left: 3px;"></a><a href="javascript://" rel="nofollow" onclick="new _uWnd('Sml',' ',-250,-350,{autosize:0,closeonesc:1,resize:0,icon:'http://sinners.pp.ua/minichat/3.png'},{url:'/index/35-0-2'});return false; "><img src="http://sinners.pp.ua/minichat/3.png" height="16" width="16" border="0" alt="Смайлы" style="padding-left: 3px;"></a><a href="javascript://" rel="nofollow" onclick="new _uWnd('Cntrl','Управление сообщениями',580,600,{autosize:0,resize:0,icon:'http://sinners.pp.ua/minichat/4.png'},{url:'/mchat/0-1', xml: false});return false; "><img src="http://sinners.pp.ua/minichat/4.png" height="16" width="16" border="0" alt="Управление мини-чатом" style="padding-left: 3px;"></a></div> <div style="margin-top: 4px; text-align:center;"><a href="javascript://" onclick="$('#chat').slideToggle(2000)"><img src= "http://sinners.pp.ua/minichat/2.png" title="Мини чат от Sinners.PP.Ua"width="100" height="15" border="0"></a></div> </div></div> <title>$MODULE_NAME$</title> <link type="text/css" rel="StyleSheet" href="http://diz-games.at.ua/_st/my.css" /> </head> <body style="background:url('http://sinners.pp.ua/img/1.1.gif') #000000; margin:0px; padding:0px;"> <table cellpadding="0" cellspacing="0" border="0" width="101%"> <tr><td align="right" width="2%" style="background:url('http://s8.ucoz.net/t/984/2.gif') right repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> <td width="95%" valign="top" style="border-bottom:1px solid #000000;"> <style> /* hint menu */ .hint { background:url('http://sinners.pp.ua/img/1.1.gif'); line-height:10px; color:#172581; font-family:verdana,arial,helvetica; font-size:8pt; width:auto; border-top:1px solid #172581; border-right:1px solid #172581; border-bottom:1px solid #172581; border-left:1px solid #172581; margin:1px; padding:8px; position:absolute; visibility:hidden; } /* ---------------- */ </style> <script> // Автор Скрипта: diz-games.ru //Hint Start // CLASS : MW_System_Load // Init function MW_System_Load(){ this.wib = screen.width; this.heb = screen.height; this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; this.types = 'load'; } MW_System_Load.prototype.addsevent = function(func){ if(this.objects.addEventListener){ this.objects.addEventListener(this.types,func,false); return true; } else if (this.objects.attachEvent){ this.objects.attachEvent("on" + this.types,func); } else { return false; } } MW_System_Load.prototype.browser = function(){ this.ver = navigator.appVersion; this.agent = navigator.userAgent.toLowerCase(); this.dom = document.getElementById ? 1:0; this.all = document.all ? 1:0; this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; this.ie4 = (document.all && !this.dom) ? 1:0; this.ie = this.ie4 || this.ie5 || this.ie6; this.opera = this.agent.indexOf("opera")>-1; this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; this.bw = (this.ie || this.opera || this.gecko); return this; } MW_System_Load.prototype.findobj = function(obj){ this.parent = window.document; if(this.parent[obj]){ return this.parent[obj]; } if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } return null; } var MW = new MW_System_Load(); function MW_System_Hint(){} MW_System_Hint.prototype.show = function(obj,str){ var hint = MW.findobj('hint'); if(!obj){ return; } if(!MW.documes){ return; } if(!hint){ return; } hint.className = 'hint'; hint.style.left = 15; hint.style.top = 50; obj.onmouseout = function(advance){ hint.style.width = ''; hint.style.visibility = 'hidden'; if(hint.firstChild) hint.removeChild(hint.firstChild); hint.appendChild(document.createTextNode(str)); }; obj.onmousemove = function(advance){ //str = str.replace(/</g,"<"); //str = str.replace(/>/g,">"); hint.style.width = ''; hint.innerHTML = str; vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; y = window.event ? event.clientY + vc.scrollTop : advance.pageY; vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; if(hint.offsetWidth>500){ hint.style.width = '200'; } if((x + hint.offsetWidth + 15) > vcwidth){ hint.style.left = x - hint.offsetWidth - 4; } else { hint.style.left = x + 15; } if((y + hint.offsetHeight + 19) > vcheight){ hint.style.top = y - hint.offsetHeight; } else { hint.style.top = y + 25; } //if(typeof(hint.style.MozOpacity)!="undefined"){ hint.style.opacity = '.91'; hint.style.filter = "alpha(opacity:91)"; //} hint.style.visibility = 'visible'; }; } MW_System_Hint.prototype.initialize = function(){ var hint = document.createElement("DIV"); hint.setAttribute('id','hint'); document.getElementsByTagName('body')[0].appendChild(hint); hint.style.visibility = 'hidden'; var hintmarker = ['a','img','img','input','span','div','textarea']; var textmarker = ['title','alt','title','title','title','title','title']; var lenmarker = hintmarker.length; for(var i=0; i<lenmarker; i++) { atr = document.getElementsByTagName(hintmarker[i]); for(var j=0; j<atr.length; j++) if(viewhint=atr[j].getAttribute(textmarker[i])){ atr[j].removeAttribute(textmarker[i]); HINT.show(atr[j],viewhint); } } } var HINT = new MW_System_Hint(); if(MW.objects){ MW.addsevent(HINT.initialize); } //Hint End </script> $GLOBAL_AHEADER$ <table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td valign="top" align="center"> <table border="0" cellpadding="0" height="30" cellspacing="0" width="100%"> <tr> <td align="right">[<?if($USER_LOGGED_IN$)?> <a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Личные сообщения<!--</s>-->($UNREAD_PM$)</a> · <?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s39.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"> <?endif?><?endif?> <a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->Новые сообщения<!--</s>--></a> · <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> · <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> · <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Поиск<!--</s>--></a> · <a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td> </tr> </table> $BODY$<script type="text/javascript" src="http://sinners.pp.ua/forumpr.js"></script><script type="text/javascript" src="http://sinners.pp.ua/js/hjplusmin.js"></script><script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Table]') != -1) { s=s.replace('[Table]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:161618; border-top:1px dotted #898989; border-right:1px dotted #898989; border-bottom:1px dotted #898989; border-left:1px dotted #898989;"><tr><td style="width:25px; height:25px;background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: 898989;">'); s=s.replace('[/Table]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script><script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Admin]') != -1) { s=s.replace('[Admin]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted red; border-right:1px dotted red; border-bottom:1px dotted red; border-left:1px dotted red;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/2.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: red;">'); s=s.replace('[/Admin]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[sModer]') != -1) { s=s.replace('[sModer]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted yellow; border-right:1px dotted yellow; border-bottom:1px dotted yellow; border-left:1px dotted yellow;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/1.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: yellow;">'); s=s.replace('[/sModer]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Moder]') != -1) { s=s.replace('[Moder]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted green; border-right:1px dotted green; border-bottom:1px dotted green; border-left:1px dotted green;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/3.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: green;">'); s=s.replace('[/Moder]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Designer]') != -1) { s=s.replace('[Designer]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted #1e90ff; border-right:1px dotted #1e90ff; border-bottom:1px dotted #1e90ff; border-left:1px dotted #1e90ff;"><tr><td style="width:50px; height:50px; background-image: url(http://web-zone.3dn.ru/diz/bbcode/5.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: #1e90ff;">'); s=s.replace('[/Designer]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[pro user]') != -1) { s=s.replace('[pro user]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted gray; border-right:1px dotted gray; border-bottom:1px dotted gray; border-left:1px dotted gray;"><tr><td style="width:50px; height:50px; background-image: url(http://www.web-zone.3dn.ru/diz/bbcode/4.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: gray;">'); s=s.replace('[/pro user]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script><br /> $GLOBAL_BFOOTER$ </td></tr></table> </td> <td align="left" width="5%" style="background:url('http://s8.ucoz.net/t/984/2.gif') left repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> </td></tr></table> </body> </html>
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA
Сообщение оставлено 29.04.2010 в 14:51:51 | Сообщение #
3
Timmi , щас попробую...Добавлено (29.04.2010, 14:51) ---------------------------------------------Timmi , не могу найти помогите плиз... вот код!
Code
<html> <head><div style="position:absolute;position:fixed;up:5;left:475;opacity:1.0;"> <div id="chat" style="display: none;"><table border="0" cellpadding="0" cellspacing="0" width="300" style="border: 1px solid gray; background: #4F4F4F;"> <tr><td height="32" background="http://s004.radikal.ru/i206/1004/f5/d20a0ba49e18.jpg"></td></tr><tr><td style="background: #4F4F4F; text-align: center; border-top: 1px solid #1E90FF;"> $CHAT_BOX$ <table border="0" cellpadding="1" cellspacing="1" width="100%"> <tr><td width="206"> </td></tr></table> </td></tr></table></div> <div style="height: 22px; width: 298px; border: 1px solid gray; background: #4F4F4F; margin-top: 1px;"> <div style="float:right; height: 18px; width: 48px; border-left: 1px solid gray ;text-align: center; padding-top: 4px;"><font color="gray"><span class="xml-text">$TIME$</font></div> <div style="float: left; padding-top: 3px;"><a href="javascript://" rel="nofollow" onclick="document.getElementById('mchatIfm2').src='/mchat/?'+Math.random();return false;" title="Обновить"><img src="http://sinners.pp.ua/minichat/1.png" alt="Обновить" border="0" width="16" height="16" style="padding-left: 3px;"></a><a href="javascript://" rel="nofollow" onclick="new _uWnd('Sml',' ',-250,-350,{autosize:0,closeonesc:1,resize:0,icon:'http://sinners.pp.ua/minichat/3.png'},{url:'/index/35-0-2'});return false; "><img src="http://sinners.pp.ua/minichat/3.png" height="16" width="16" border="0" alt="Смайлы" style="padding-left: 3px;"></a><a href="javascript://" rel="nofollow" onclick="new _uWnd('Cntrl','Управление сообщениями',580,600,{autosize:0,resize:0,icon:'http://sinners.pp.ua/minichat/4.png'},{url:'/mchat/0-1', xml: false});return false; "><img src="http://sinners.pp.ua/minichat/4.png" height="16" width="16" border="0" alt="Управление мини-чатом" style="padding-left: 3px;"></a></div> <div style="margin-top: 4px; text-align:center;"><a href="javascript://" onclick="$('#chat').slideToggle(2000)"><img src= "http://sinners.pp.ua/minichat/2.png" title="Мини чат от Sinners.PP.Ua"width="100" height="15" border="0"></a></div> </div></div> <title>$MODULE_NAME$</title> <link type="text/css" rel="StyleSheet" href="http://diz-games.at.ua/_st/my.css" /> </head> <body style="background:url('http://sinners.pp.ua/img/1.1.gif') #000000; margin:0px; padding:0px;"> <table cellpadding="0" cellspacing="0" border="0" width="101%"> <tr><td align="right" width="2%" style="background:url('http://s8.ucoz.net/t/984/2.gif') right repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> <td width="95%" valign="top" style="border-bottom:1px solid #000000;"> <style> /* hint menu */ .hint { background:url('http://sinners.pp.ua/img/1.1.gif'); line-height:10px; color:#172581; font-family:verdana,arial,helvetica; font-size:8pt; width:auto; border-top:1px solid #172581; border-right:1px solid #172581; border-bottom:1px solid #172581; border-left:1px solid #172581; margin:1px; padding:8px; position:absolute; visibility:hidden; } /* ---------------- */ </style> <script> // Автор Скрипта: diz-games.ru //Hint Start // CLASS : MW_System_Load // Init function MW_System_Load(){ this.wib = screen.width; this.heb = screen.height; this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; this.types = 'load'; } MW_System_Load.prototype.addsevent = function(func){ if(this.objects.addEventListener){ this.objects.addEventListener(this.types,func,false); return true; } else if (this.objects.attachEvent){ this.objects.attachEvent("on" + this.types,func); } else { return false; } } MW_System_Load.prototype.browser = function(){ this.ver = navigator.appVersion; this.agent = navigator.userAgent.toLowerCase(); this.dom = document.getElementById ? 1:0; this.all = document.all ? 1:0; this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; this.ie4 = (document.all && !this.dom) ? 1:0; this.ie = this.ie4 || this.ie5 || this.ie6; this.opera = this.agent.indexOf("opera")>-1; this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; this.bw = (this.ie || this.opera || this.gecko); return this; } MW_System_Load.prototype.findobj = function(obj){ this.parent = window.document; if(this.parent[obj]){ return this.parent[obj]; } if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } return null; } var MW = new MW_System_Load(); function MW_System_Hint(){} MW_System_Hint.prototype.show = function(obj,str){ var hint = MW.findobj('hint'); if(!obj){ return; } if(!MW.documes){ return; } if(!hint){ return; } hint.className = 'hint'; hint.style.left = 15; hint.style.top = 50; obj.onmouseout = function(advance){ hint.style.width = ''; hint.style.visibility = 'hidden'; if(hint.firstChild) hint.removeChild(hint.firstChild); hint.appendChild(document.createTextNode(str)); }; obj.onmousemove = function(advance){ //str = str.replace(/</g,"<"); //str = str.replace(/>/g,">"); hint.style.width = ''; hint.innerHTML = str; vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; y = window.event ? event.clientY + vc.scrollTop : advance.pageY; vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; if(hint.offsetWidth>500){ hint.style.width = '200'; } if((x + hint.offsetWidth + 15) > vcwidth){ hint.style.left = x - hint.offsetWidth - 4; } else { hint.style.left = x + 15; } if((y + hint.offsetHeight + 19) > vcheight){ hint.style.top = y - hint.offsetHeight; } else { hint.style.top = y + 25; } //if(typeof(hint.style.MozOpacity)!="undefined"){ hint.style.opacity = '.91'; hint.style.filter = "alpha(opacity:91)"; //} hint.style.visibility = 'visible'; }; } MW_System_Hint.prototype.initialize = function(){ var hint = document.createElement("DIV"); hint.setAttribute('id','hint'); document.getElementsByTagName('body')[0].appendChild(hint); hint.style.visibility = 'hidden'; var hintmarker = ['a','img','img','input','span','div','textarea']; var textmarker = ['title','alt','title','title','title','title','title']; var lenmarker = hintmarker.length; for(var i=0; i<lenmarker; i++) { atr = document.getElementsByTagName(hintmarker[i]); for(var j=0; j<atr.length; j++) if(viewhint=atr[j].getAttribute(textmarker[i])){ atr[j].removeAttribute(textmarker[i]); HINT.show(atr[j],viewhint); } } } var HINT = new MW_System_Hint(); if(MW.objects){ MW.addsevent(HINT.initialize); } //Hint End </script> $GLOBAL_AHEADER$ <table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td valign="top" align="center"> <table border="0" cellpadding="0" height="30" cellspacing="0" width="100%"> <tr> <td align="right">[<?if($USER_LOGGED_IN$)?> <a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Личные сообщения<!--</s>-->($UNREAD_PM$)</a> · <?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s39.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"> <?endif?><?endif?> <a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->Новые сообщения<!--</s>--></a> · <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> · <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> · <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Поиск<!--</s>--></a> · <a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td> </tr> </table> $BODY$<script type="text/javascript" src="http://sinners.pp.ua/forumpr.js"></script><script type="text/javascript" src="http://sinners.pp.ua/js/hjplusmin.js"></script><script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Table]') != -1) { s=s.replace('[Table]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:161618; border-top:1px dotted #898989; border-right:1px dotted #898989; border-bottom:1px dotted #898989; border-left:1px dotted #898989;"><tr><td style="width:25px; height:25px;background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: 898989;">'); s=s.replace('[/Table]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script><script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Admin]') != -1) { s=s.replace('[Admin]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted red; border-right:1px dotted red; border-bottom:1px dotted red; border-left:1px dotted red;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/2.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: red;">'); s=s.replace('[/Admin]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[sModer]') != -1) { s=s.replace('[sModer]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted yellow; border-right:1px dotted yellow; border-bottom:1px dotted yellow; border-left:1px dotted yellow;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/1.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: yellow;">'); s=s.replace('[/sModer]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Moder]') != -1) { s=s.replace('[Moder]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted green; border-right:1px dotted green; border-bottom:1px dotted green; border-left:1px dotted green;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-cs.ru/icon/3.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: green;">'); s=s.replace('[/Moder]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[Designer]') != -1) { s=s.replace('[Designer]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted #1e90ff; border-right:1px dotted #1e90ff; border-bottom:1px dotted #1e90ff; border-left:1px dotted #1e90ff;"><tr><td style="width:50px; height:50px; background-image: url(http://web-zone.3dn.ru/diz/bbcode/5.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: #1e90ff;">'); s=s.replace('[/Designer]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=0;k<e.length;k++) { if(e[k].className=='posttdMessage') { s=e[k].innerHTML; while (s.indexOf('[pro user]') != -1) { s=s.replace('[pro user]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted gray; border-right:1px dotted gray; border-bottom:1px dotted gray; border-left:1px dotted gray;"><tr><td style="width:50px; height:50px; background-image: url(http://www.web-zone.3dn.ru/diz/bbcode/4.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: gray;">'); s=s.replace('[/pro user]','</font></td></tr></table>'); e[k].innerHTML=s;}}} </script><br /> $GLOBAL_BFOOTER$ </td></tr></table> </td> <td align="left" width="5%" style="background:url('http://s8.ucoz.net/t/984/2.gif') left repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> </td></tr></table> </body> </html>
Подпись пользователя:
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA
Сообщение оставлено 29.04.2010 в 15:42:47 | Сообщение #
5
Пользователь Пользователь проекта, который не имеет никаких привилегий.
К сожалению, пользователь контактные данные не указал.
К сожалению, пользователь данные о WMID не указал.
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA
Сообщение оставлено 29.04.2010 в 15:42:47 | Сообщение #
5
Timmi , ну ты че?Подпись пользователя:
Друг: Думаю надо извиниться. А ты как считаешь? Я: На калькуляторе. Друг: Я серьёзно. Я: Ну иногда столбиком :DAAA