• Страница 1 из 1
  • 1
Counter-Strike 1.6 и CS:Source форум » Скрипты для uCoz » Пользователи » Мини кабинет vktorrent 2.0
Мини кабинет vktorrent 2.0
DmitriyДата: Четверг, 24.02.2011, 13:03 | Сообщение # 1
Помощник
Сообщений: 112
[ 0 ]
Это в ксс

#vkprof1 {
width: 170px;
margin: 10px;
}

#vkprof1 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#vkprof1 li a:link, #vkprof1 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr1.png);
padding: 8px 0 0 10px;
}

#vkprof1 li a:hover, #vkprof1 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr1.png) 0 -32px;
padding: 8px 0 0 10px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}

#vkprof2 {
width: 170px;
margin: 10px;
}

#vkprof2 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#vkprof2 li a:link, #vkprof2 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr2.png);
padding: 8px 0 0 10px;
}

#vkprof2 li a:hover, #vkprof2 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr2.png) 0 -32px;
padding: 8px 0 0 10px;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

#vkprof2 {
width: 170px;
margin: 10px;
}

#vkprof2 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#vkprof2 li a:link, #vkprof2 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr2.png);
padding: 8px 0 0 10px;
}

#vkprof2 li a:hover, #vkprof2 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr2.png) 0 -32px;
padding: 8px 0 0 10px;
}ul {
list-style: none;
margin: 0;
padding: 0;
}

#vkprof3 {
width: 170px;
margin: 10px;
}

#vkprof3 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#vkprof3 li a:link, #vkprof3 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr3.png);
padding: 8px 0 0 10px;
}

#vkprof3 li a:hover, #vkprof3 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr3.png) 0 -32px;
padding: 8px 0 0 10px;
}

А это в сам шаблон
Код: Выделить всё

<!---------------------Кабинет 2.0 от Vktorrent ------------------->
<?if($USER_LOGGED_IN$)?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><b>$TIME$</b><br>Вы вошли как: <b>$USERNAME$</b><br>
<tr> <td align="center"><img src="http://vktorrent.at.ua/png/file/skrotvk/ro1/grin.png" width="100" height="20" /></td></tr>
</td>

</tr>
<tr>
<td align="center"><?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://vktorrent.at.ua/png/grup/ava.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://vktorrent.at.ua/png/grup/ava.png" border="0"><?endif?><?endif?>


<tr>
<tr> <td align="center"><img src="http://vktorrent.at.ua/png/file/skrotvk/ro1/grin.png" width="100" height="20" /></td></tr>
<td align="center"><div id="vkprof1">
<ul>
<li><a href="javascript://" rel="nofollow" onclick="window.open('/index/8','userpm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><span><center>Профиль</center></span></a></li>

</ul>
</div><div id="vkprof2">
<ul>
<li><a href="javascript://" rel="nofollow" onclick="window.open('/index/14','userpm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><span><center>
Письма
</center></span></a></li></ul>
</div>
<div id="vkprof3">
<ul>
<li><a href="/index/10/"><span><center>Выход</center></span></a></li>

</ul>
</div>

</td>

</tr>
</table><?else?> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><b>$TIME$</b><br>Вы вошли как: <b>$USERNAME$</b><br>
<tr> <td align="center"><img src="http://vktorrent.at.ua/png/file/skrotvk/ro1/grin.png" width="100" height="20" /></td></tr>
</td>

</tr>
<tr>
<td align="center"><?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://vktorrent.at.ua/png/grup/ava.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://vktorrent.at.ua/png/grup/ava.png" border="0"><?endif?><?endif?></td>
</tr>
<tr> <td align="center"><img src="http://vktorrent.at.ua/png/file/skrotvk/ro1/grin.png" width="100" height="20" /></td></tr>

<tr>
<td align="center">$LOGIN_FORM$</td>
</tr>
</table><?endif?>

 
VI[R]USДата: Четверг, 24.02.2011, 16:29 | Сообщение # 2
><Беру от жизни все><
Сообщений: 297
[ 12 ]
Скрипты в [code]
Желательно скрины


[pro]
Centr-CS.Net.Ru - новый CS Portal! Идет набор модераторов, журналистов и дизайнеров. (Есть ТОП сайтов и мониторинг серверов!)

Ищу людей для поддержания проекта!!! Регистрируемся все. Форма входа Unet. (Как и на Vodka-Poltava - т.е. Логин и Пароль те же)

- Голосуйте за сервер![/pro]

 
nikSendyStuntyДата: Пятница, 19.04.2019, 14:22 | Сообщение # 3
Новичёк
Сообщений: 42
[ 0 ]
Seo Agentur Stuttgart
Was macht die SEO Agentur Dortmund seocialmedia.de

Die Dortmund SEO Agentur widmet sich der Forderung von Online-Webseiten. Wir helfen gro?en und kleinen Unternehmen in Dortmund, ihre Zielgruppe bundesweit zu erreichen oder den Ruf und die Besucherzahlen in der Region zu verbessern.
Die Hauptdienstleistung - Suchmaschinenoptimierung. Bei dieser Suchmaschinenwerbung konnen potenzielle Kunden und Zielgruppen Sie bei Google und anderen Suchsystemen zu einer genauen Suchanfrage finden.
Die Welt-Statistiken zeigen, dass die ersten drei Positionen der Suchergebnisse etwa 70% des gesamten Kundenverkehrs ausmachen. Je naher Ihr Projekt an den Spitzenpositionen ist, desto besser werden die Ergebnisse bezugnehmend auf den Umsatz.
SEO Agentur Dortmund: Worin besteht die Arbeit an der Web-Promotion?
Bedingt sind alle Arbeiten an der Webseiten-Optimierung in Onpage und Offpage aufgeteilt.
Die Hauptaufgaben:
• Erstellen des Keyword-Portfolios
• Arbeit an der Usability (Verhaltensfaktoren)
• eine Relink-Map erstellen;
• Arbeiten mit Metatags
• Wachstum des Link-Profils
SEO Agentur Dortmund
https://seocialmedia.de/seo-blog/134-was-macht-die-seo-agentur-dortmund-seocialmedia-de
<a href=https://seocialmedia.de/seo-blog/134-was-macht-die-seo-agentur-dortmund-seocialmedia-de>SEO Agentur Dortmund</a>


https://seocialmedia.de/seo-blog/134-was-macht-die-seo-agentur-dortmund-seocialmedia-de - SEO Agentur Dortmund


<a href=https://normalno.in.ua/ru/>получить деньги под залог машин</a>
 
Counter-Strike 1.6 и CS:Source форум » Скрипты для uCoz » Пользователи » Мини кабинет vktorrent 2.0
  • Страница 1 из 1
  • 1
Поиск:
Статистика Форума
Последние обновленные темы Самые популярные темы Самые активные Новые участники
Создание интернет магазина [ 0 ]
Вид новостей под белый диз [ 2 ]
Прикольный вид новостей [ 1 ]
Новый вид новостей [ 3 ]
сколько стоит евроштакетник [ 2 ]
aim, wh, speedhack для cs 1.6 [ 4 ]
Новый ТОП100 [ 4 ]
нихуя себе [ 22 ]
Онлайн кинотеатр [ 5 ]
Играем в имена [ 85 ]
Считаем до 1000) [ 776 ]
+10 [ 225 ]
Заявки на снятие бана [ 216 ]
Общение [ 196 ]
Конфискация админок [ 147 ]
Оцениваем аватары [ 135 ]
Общение клана [ 126 ]
Ник/ава/подпись [ 86 ]
Играем в имена [ 85 ]
Обсуждение осеннего чемпионата [ 73 ]
Обратный отчет [ 60 ]
Играем в города [ 55 ]
Вступление в клан [ 52 ]
FullBlooded Постов [ 1133 ]
Sanek94 Постов [ 663 ]
dans Постов [ 649 ]
cozaster Постов [ 464 ]
troy Постов [ 447 ]
Ravin Постов [ 411 ]
w1nGo Постов [ 346 ]
VI[R]US Постов [ 297 ]
LaiNeR_AdmiN Постов [ 256 ]
shtakActicaisk Постов [ 245 ]
MixailY Постов [ 234 ]
DMX Постов [ 228 ]
Gymndedy Постов [ 214 ]
TPAKTOP Постов [ 198 ]
M_Owen Постов [ 172 ]
ktaletjznb10:32
xtaletjtdt18:24
mtaletylco17:16
italeturnm10:17
ztaletopar17:28
GeraldCIT04:43
Skerrecurbunums13:09
otaletojhh21:50
PeterDruts07:33
ctaletklqr04:00
ztalettcau05:36
utaletxltk20:36
htaletrzde00:47
btalethmqi19:47

Подняться вверх на сайте
Хостинг от uCoz vodka-poltava.at.ua © 2009 - 2024 Карта сайта Карта форума