Дата: Пт, 29.10.2010, 15:33:58 | Сообщение # 2
|
Вот код: Code <html> <head> <?if($PAGE_ID$='threadpage' && $USER_LOGGED_IN$)?><style type="text/css">@import url('http://webcodes.ru/js/public/pmess/pmess.css');</style><?endif?> <title>$MODULE_NAME$</title> <meta name="description" content="Mega-Zona - Официальный сайт развлетакольного портала"/> <meta name="keywords" content="Mega-Zona, Mega-Zona развлекательный портал, скрипты для uCoz, шаблоны для uCoz, иконки для форума, ранги для форума, юкоз, официальный сайт, uCoz, [Mega-Zona], mega-zona.org.ru, кисти для PhotoShop, градиенты для фотошопа, рамки для PhotoShop, плагины для фотошопа, заказ бесплатной графики, прочее для PhotoShop, PhotoShop, Photoshop, Фотошоп, Scrips, Скрипты, Скачать, Скачать фильмы бесплатно, Новинки кино, Фильмы 2010, Фильмы онлайн, онлайн кино, скачать скачать с файлообменников бесплатные фильмы, new film 2010, кино-новости, видео, кино"/> <meta Name="Publisher-Email" Content="Vladimirchekushkin@yandex.ru"> <meta Name="Publisher-URL" Content="http://mega-zona.org.ru/"> <meta name="author" content="Elect[RO]"/> <meta http-equiv="content-language" content="ru"/> <meta name="robots" content="index,follow"/> <meta name="revisit-after" content="4 days"/> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> </head> <body style="background:url('http://s3ktor.my1.ru/images/bg.jpg') #000000; background-attachment: fixed; margin:0px; padding:0px;"> <table cellpadding="0" cellspacing="0" border="0" align="center" width="81%"> <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;"> <link href="http://mega-zona.org.ru/style.css" rel="StyleSheet" /> <script> // Автор Скрипта: http://Sinners.PP.Ua //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$ <br><center><TABLE border="0" cellpadding="0" cellspacing="0" class="eBlock"><TBODY><TR><TD><TR><TD align="center" style="background:#202020;padding:8px;border:1px solid #303030;"> <A href="javascript://" onclick="openLayerB('InfoAdmins',0,'http://mega-zona.org.ru/xml/InfoAdmins.xml','Админ состав сайта',250,80,'1','','',0,'justify'); return false;"><b>Администрация</b></A> | <?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://s102.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"> <?endif?><?endif?> |
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>--><b>Новые сообщения</b><!--</s>--></a> | <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> | <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>--><font color="#00aeef"><b>Поиск по форуму</b></font><!--</s>--></a> | <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> </TD></TR></TBODY></TABLE></center><br> <?if($PAGE_ID$='threadpage' && $USER_LOGGED_IN$)?><script type="text/javascript" src="http://webcodes.ru/js/public/pmess/pmess.js"></script><?endif?> $BODY$ <?if($PAGE_ID$='threadpage' && $USER_LOGGED_IN$)?><script type="text/javascript">pmess.init('$USERNAME$');</script><?endif?> <script type="text/javascript"> var ___spam = ['хуй', 'хуила', 'хуйло', 'xyu', 'xyuJIa', 'xyula','пидарас','пидорас','педик', 'пидор', 'пидар', 'блядь', 'блядюга', 'pzdc','пизд', 'пиздец', 'мудак', 'мудила', 'мудилоид', 'mudak', 'lox', 'лохун', 'loxyn', 'лохозавр', 'лошпед', 'лох', 'уебан', 'ебанашка', 'уебок', 'уёбок', 'шлюх', 'шлюха', 'блять', 'сука', 'lox', 'pidor', 'pidar', 'syka', 'cyka', 'xui', 'xyi', 'xyu']; var ___mess = 'Причина изменения репутации содержит запрещенные слова!'; var ___urls = 'Ссылки на другие сайты в репутации запрещены'; </script><script src="http://sinners.pp.ua/ajax_scripts/3anpeT_Url/js/ucoz.reputation.change.js" type="text/javascript"></script> <script type="text/javascript"> // Select Code function selectCode(a){ var e=a.parentNode.parentNode.getElementsByTagName('code')[0]; if(window.getSelection){ var s=window.getSelection(); if(s.setBaseAndExtent){ s.setBaseAndExtent(e,0,e,e.innerText.length-1); }else{ var r=document.createRange(); r.selectNodeContents(e); s.removeAllRanges(); s.addRange(r);} }else if(document.getSelection){ var s=document.getSelection(); var r=document.createRange(); r.selectNodeContents(e); s.removeAllRanges(); s.addRange(r); }else if(document.selection){ var r=document.body.createTextRange(); r.moveToElementText(e); r.select();}} // Замена Code на Выделить всё... codediv=document.getElementsByTagName('div'); for(i=0;i<codediv.length;i++){ if(codediv[i].className=="bbCodeBlock"){ s=codediv[i].innerHTML; s=s.replace(/>Code</g,'><font color="#6eb300">Код:</font> <a href="#" onclick="selectCode(this);return false;">Выделить всё<\/a><').replace('<!--uzc-->','<!--uzc--><code>').replace('<!--\/uzc-->','<\/code><!--\/uzc-->'); codediv[i].innerHTML=s;}} </script> <script type="text/javascript"> var legend = '<br><IMG src="http://nwo-team.ru/diz/uLine.png" /><br><div class="стиль26"><b><font color="#2d7bb3">ADMIN</font> <font color="#707070">|</font> <font color="#1e7c20">ADMINISTRATOR</font> <font color="#707070">|</font> <font color="ff1717">MODERATOR</font> <font color="#707070">|</font> <font color="#f1c254">FRIEND</font> <font color="#707070">|</font> <font color="#98f217">DESIGNER</font> <font color="#707070">|</font> <font color="#1beb95">PRESSMAN</font> <font color="#707070">|</font> <font color="#ffdf4a">UPLOADER</font> <font color="#707070">|</font> <font color="#6b179c">VIP</font> <font color="#707070">|</font> <font color="#459ee2">REGULAR</font> <font color="#707070">|</font> <font color="#e7e7e7">CHECKED</font> <font color="#707070">|</font> <font color="#bdbdbd">USER</font> <font color="#707070">|</font> <font color="#a21717">BANNED</font></b></div>'; // var userdata = $('td.gTableBody1').find('a[class^="group"]:last'); if(userdata.html()!=null){userdata.after('<div>'+legend+'<\/div>');} function group(id){$.post('/forum/',{user:'',group:id,sort:'0',res:'2',a:'35',p:'1'},function(data){var group=window.open('','','scrollbars=1,resizable=0,menubar=0,toolbar=0,status=0,width=800,height=600');group.document.open('text/html');group.document.write(data);group.document.close();});} </script> <script type="text/javascript" src="http://mega-zona.org.ru/js/bspoiler.js"></script> <script type="text/javascript"> e=document.getElementsByTagName("TD"); for(k=15; 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><td><font style="font-size: 11px; font-family: Verdana; color: #898989;">'); s=s.replace('','</font></td></tr></table>'); e[k].innerHTML=s; } } } </script> <table class="gTable" width="100%" bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="1"> <tbody><tr> <td class="gTableTop" colspan="5">Статистика Форума</td> </tr> <tr> <td class="gTableSubTop" width="25%" align="center">Лучшие пользователи<br></td> <td class="gTableSubTop" width="25%" align="center">Уважаемые пользователи<br></td> <td class="gTableSubTop" width="25%" align="center">Популярные темы<br></td> <td class="gTableSubTop" width="25%" align="center">Недавно обновленные темы<br></td> </tr> <tr> <td class="gTableBody1" style="padding: 10px;">$MYINF_3$</td> <td class="gTableBody1" style="padding: 10px;">$MYINF_4$</td> <td class="gTableBody1" style="padding: 10px;">$MYINF_5$</td> <td class="gTableBody1" style="padding: 10px;">$MYINF_6$</td> </tr> </tbody></table></div><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> <link ilo-full-src="http://mega-zona.org.ru/Disign.gif" rel="shortcut icon" href="http://mega-zona.org.ru/Disign.gif" type="image/x-icon">
http://www.seosprint.net/?ref=887420
Сообщение отредактировал Hardcorе - Пт, 29.10.2010, 20:23:57
|
|