Так как у меня был сайт похожий на ваш!!!
у меня остались скрипты
Профиль:
-----------------------------------
Еще сверху пишится Доброе утро, Добрый день,Добрый вечер и т.д
Вот код:
Code
<!-- Профиль -->
<table border="0" cellpadding="0" cellspacing="0" width="244">
<tbody><tr><td height="90" align="center" style="background:url('/blocks/profile.png')"><b></b></td></tr>
<tr><td style="padding:3px 10px 5px 5px;">
<div align="center">
<fieldset><legend><b><?if($USER_LOGGED_IN$)?>Мой мини-профиль<?else?>Форма входа<?endif?></b></legend>
<div style="border: 1px solid #1b1b1b; background:#292929 ; width: 160px; height: 15px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<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$</span></span></span></span></span></span></span></span></span></span></span></span></strong>
</div>
</div>
<table style=";width:10%;"><tbody><tr><td style="border-top-width: 2px; border-left-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; vertical-align: top; background-color: #000000; letter-spacing: 0px; word-spacing: 0px; border-left-color: #1b1b1b; border-right-color: #1b1b1b; border-top-color: #1b1b1b; border-bottom-color: #1b1b1b"><img class="userAvatar" title="$USERNAME$" src="<?if($USER_AVATAR_URL$)?>$USER_AVATAR_URL$<?else?>/Desigh/noavatar.png<?endif?>" border="0"></td></tr></tbody></table>
<br>
<?if($USER_LOGGED_IN$)?>
<table style="width: 90%; border-collapse: collapse"><tbody><tr><td style="letter-spacing: 0px; word-spacing: 0px; border-left-color: #1c1c1c; border-right-color: #1c1c1c; border-top-color: #1c1c1c; border-bottom-color: #1c1c1c; background-color: #252525; height: 140px; border-left-width: 2px; border-left-style: solid; border-right-width: 2px; border-right-style: solid; border-top-width: 2px; border-top-style: solid; border-bottom-width: 2px; border-bottom-style: solid">
<center> <div style="border: 1px solid #1b1b1b; background:#292929 ; width: 160px; height: 15px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);"> <div align="Center">
<strong>$USER_GROUP$</strong>
</div></div>
<div style="border: 1px solid #1b1b1b; background:#292929 ; width: 160px; height: 15px; -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 #1b1b1b; background:#292929 ; width: 160px; height: 15px; -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 #1b1b1b; background:#292929 ; width: 160px; height: 15px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
Тек. дата:<strong>$DATE$</strong>
</div></div>
<div style="border: 1px solid #1b1b1b; background:#292929 ; width: 160px; height: 15px; -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 #1b1b1b; background:#292929 ; width: 160px; height: 15px; -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 #1b1b1b; background:#292929 ; width: 160px; height: 15px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: rgb(112, 112, 112);">
<div align="left">
<a href="/index/8" target="_blank"> Мой профиль</a>
</div></div>
</td></tr></tbody></table>
<input type="button" value="Выход" onclick="location.href = '/index/10'" class="gbutton" style="margin:5px 0px 0px 3px;" onfocus="blur()">
<input type="button" value="Профиль" onclick="location.href = '/index/8'" class="gbutton" style="margin:5px 0px 0px 3px;" onfocus="blur()">
<script>
function openOnClick(client_type)
{
if(client_type=="options")clientWindow = window.open("/index/11","options","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
}
</script>
<?else?>
$LOGIN_FORM$
<?endif?>
</fieldset>
</td></tr>
</tbody></table>
<!-- /Профиль -->
Посстараюсь выложить еще скриптов,у меня есть весь шаблон!!!