Меню сайта


Поиск



Наш опрос

Лучшая система управления сайтом ?
Всего ответов: 100

Шаблоны












  Реклама:

Реклама, место сдается!

Главная » Скрипты для uCoz » Мини профиль

Мини профиль

Мини профиль
Как гость:

В блок вставить код:
Code
<!-- Start Mini-profile by kino-lover.ru And For24.ru w2.0~-->
<div align="center">  

<strong>
<SCRIPT LANGUAGE="JavaScript">
currentTime = new Date();
if (currentTime.getHours() >= 6 && currentTime.getHours() <= 11 )
document.write("Доброе утро ");
if (currentTime.getHours() >= 12 && currentTime.getHours() <= 17 )
document.write("Добрый день ");
if (currentTime.getHours() >= 18 && currentTime.getHours() <= 23)
document.write("Добрый вечер ");
if (currentTime.getHours() >= 0 && currentTime.getHours() <= 5)
document.write("Доброй ночи ");
</SCRIPT>$USERNAME$</strong>  
<br>  

<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://i029.radikal.ru/0804/cb/8cc27a1c0e73.gif" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://kino-lover.ru/iconki/b19c85600464.png" border="0"><?endif?><?endif?>  

<?if($USER_LOGGED_IN$)?>  

   
<div align="Center">

<br><div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
  Пользователь №:<strong>$USER_ID$</strong>
</div></div>
<div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
Вы с нами: <strong>$USER_REG_DAYS$</strong>-й день
</div></div>
<div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
Твой IP: <strong>$IP_ADDRESS$</strong>
</div></div>
<div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
<a href="javascript:openOnClick('options')"> Ред. информацию</a>
</div></div>
<div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
<a href="$PERSONAL_PAGE_LINK$" target="_blank"> <?if($PERSONAL_PAGE_LINK$)?>Профиль<?endif?></a>
</div></div>
<div style="border: 1px solid rgb(34, 34, 34); background: rgb(73, 73, 73) url(http://kino-lover.ru/server4/3/fon2.bmp) repeat-x scroll 0% 0%; width: 150px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
<a id="upml2" href="javascript:openOnClick('mail')"> Читать ЛС (<span style="font-weight: bold;">$UNREAD_PM$</span>)</a>
</div></div>
<div><br><center><a target="" href="/index/10"><?if($LOGOUT_LINK$)?><img src="http://kino-lover.ru/server4/3/exit.gif" border="0"><?endif?></a></center></div>
  </div>
<?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('upml2','')",500)</script><?endif?>  

<script language=javascript type=text/javascript>  
  function openOnClick(client_type)  
  {  
  if(client_type=="mail")clientWindow = window.open("$PM_URL$","pmw","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");  
  if(client_type=="send")clientWindow = window.open("/index/14-999-0-1","pms","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");  
  if(client_type=="options")clientWindow = window.open("/index/11","options","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");  
  if(client_type=="users")clientWindow = window.open("$USERS_LIST_URL$","users","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");  
  if(client_type=="rules")clientWindow = window.open("/rules.html","rules","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");  
  }  
</script>  
<?else?>  
<br> $LOGIN_FORM$  
<?endif?></div>
<!-- End Mini-profile by kino-lover.ru And For24.ru w2.0~-->


Категория: Скрипты для uCoz | Просмотров: 600 | Дата: 28.02.2026

Новости по теме
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Профиль


Скрипты


Друзья сайта

торрент трекер

Онлайн помощь


Статистика


Онлайн всего: 1
Гостей: 1
Пользователей: 0


Скрипты для uCoz , Шаблоны для uCoz , Статьи для вебмастера , Софт для вебмастера , Photoshop
Хостинг от uCoz | sitemap.xml