MEGAucoz
Шаблоны [906]
Скрипты [350]
Иконки [321]
Другое [56]

всё для ucoz, скрипты для Ucoz, меню сайта для uCoz

статистика сайта для uCoz, скачать шаблоны для uCoz, скачать скрипты для юкоз, скачать шаблоны для юкоз, меню сайта для uCoz, скачать иконки групп для uCoz
Главная » Файлы » Всё для uCoz » Скрипты

Скачать Персональная страничка для футбольного сайта бесплатно


21.01.2010, 17:39

а вот сам код. кидаем в Пунель управления --- Пользователи --- Персональная страница
Code
<HTML><head><title>$SITE_NAME$ - $PAGE_NAME$</title><link type="text/css" rel="StyleSheet" href="http://easports.clan.su/_st/my.css"><style type="text/css">

  BODY {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 11px;}
  TD {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 11px;}
  TD.my_team {font-family: Arial, sans-serif, Verdana; color: ffffff; font-size: 10px;}
  TD.lng {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 10px;}
  TD.elo {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 9px;}
  INPUT {font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;}
  select {font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;}
  textarea{font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;}

  img {border:0;}

  A:link {text-decoration: underline; color: 000000; font-family: Arial, sans-serif, Verdana;}
  A:visited{text-decoration: underline; color: 000000; font-family: Arial, sans-serif, Verdana;}
  A:active{text-decoration: underline; color: 666666; font-family: Arial, sans-serif, Verdana;}
  A:hover {text-decoration: underline; color: 666666; font-family: Arial, sans-serif, Verdana;}
   
  A.clantag:link {text-decoration: underline; FONT-SIZE:9px; color: 777777; font-family: Arial, sans-serif, Verdana;}
  A.clantag:visited{text-decoration: underline; color: 777777; font-family: Arial, sans-serif, Verdana;}
  A.clantag:active{text-decoration: underline; color: 999999; font-family: Arial, sans-serif, Verdana;}
  A.clantag:hover {text-decoration: underline; color: 999999; font-family: Arial, sans-serif, Verdana;}
   
  A.altmenu:link {text-decoration: none; font-weight: bold; FONT-SIZE:11px; color: ffffff; font-family: Arial, sans-serif, Verdana;}
  A.altmenu:visited{text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;}
  A.altmenu:active{text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;}
  A.altmenu:hover {text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;}
   
  A.shadow:link {text-decoration: none; FONT-SIZE:10px; color: 222222; font-family: Arial, sans-serif, Verdana;}
  A.shadow:visited{text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;}
  A.shadow:active{text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;}
  A.shadow:hover {text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;}
   
  #dhtmltooltip{
  position: absolute;  
  width: 168px;
  border: 1px solid #777777;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2), Alpha(Opacity=90 Style=0);
  }

</style><script type="text/javascript" language="JavaScript1.2" src="/stm31.js"></script></head><body rightmargin="0" topmargin="0" leftmargin="0" bottommargin="0" style="margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" bgcolor="#f5f5f5"><div id="loading" style="display: none; position: absolute;"><table bgcolor="#bb0000"><tbody><tr><td><b><font color="#ffffff">Загрузка, подождите...</font></b></td></tr></tbody></table></div><div id="dhtmltooltip"></div><script type="text/javascript">

var offsetxpoint=12 //Customize x offset of tooltip
var offsetypoint=0 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20

var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

</script><style type="text/css"> BODY {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 11px;} TD {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 11px;} TD.my_team {font-family: Arial, sans-serif, Verdana; color: ffffff; font-size: 10px;} TD.lng {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 10px;} TD.elo {font-family: Arial, sans-serif, Verdana; color: 000000; font-size: 9px;} INPUT {font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;} select {font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;} textarea{font-family: Arial, sans-serif, Verdana; color: 444444; font-size: 11px;} img {border:0;} A:link {text-decoration: underline; color: 000000; font-family: Arial, sans-serif, Verdana;} A:visited{text-decoration: underline; color: 000000; font-family: Arial, sans-serif, Verdana;} A:active{text-decoration: underline; color: 666666; font-family: Arial, sans-serif, Verdana;} A:hover {text-decoration: underline; color: 666666; font-family: Arial, sans-serif, Verdana;} A.clantag:link {text-decoration: underline; FONT-SIZE:9px; color: 777777; font-family: Arial, sans-serif, Verdana;} A.clantag:visited{text-decoration: underline; color: 777777; font-family: Arial, sans-serif, Verdana;} A.clantag:active{text-decoration: underline; color: 999999; font-family: Arial, sans-serif, Verdana;} A.clantag:hover {text-decoration: underline; color: 999999; font-family: Arial, sans-serif, Verdana;} A.altmenu:link {text-decoration: none; font-weight: bold; FONT-SIZE:11px; color: ffffff; font-family: Arial, sans-serif, Verdana;} A.altmenu:visited{text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;} A.altmenu:active{text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;} A.altmenu:hover {text-decoration: none; font-weight: bold; color: ffffff; font-family: Arial, sans-serif, Verdana;} A.shadow:link {text-decoration: none; FONT-SIZE:10px; color: 222222; font-family: Arial, sans-serif, Verdana;} A.shadow:visited{text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;} A.shadow:active{text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;} A.shadow:hover {text-decoration: none; color: 222222; font-family: Arial, sans-serif, Verdana;} #dhtmltooltip{ position: absolute; width: 168px; border: 1px solid #777777; padding: 2px; background-color: lightyellow; visibility: hidden; z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2), Alpha(Opacity=90 Style=0); } </style><script type="text/javascript" language="JavaScript1.2" src="/stm31.js"></script><div id="loading" style="display: none; position: absolute;"><table bgcolor="#bb0000"><tbody><tr><td><b><font color="#ffffff">Загрузка, подождите...</font></b></td></tr></tbody></table></div><div id="dhtmltooltip"></div><script type="text/javascript">

var offsetxpoint=12 //Customize x offset of tooltip
var offsetypoint=0 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20

var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

</script>
<!-- Header --><center></center><table style="background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="100%" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><center><br>
  <img src="/img/header.jpg" width="1020" border="0" height="185"><br><div align="center"><br>$SITE_MENU$<br></div><img alt="" src="http://fifa-league.do.am/1234.png" repeat="" scroll="" 0%="" 0%;="" cellpadding="4" cellspacing="0" width="100%" align="" border="0" height="20"><br></center></td></tr></tbody></table><!-- /Header -->

<table style="padding: 0pt 2px;" width="100%" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td width="100%" align="center">

<!-- Body -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="padding: 10px; background: transparent url(http://fifa-clubs.ru/images/bg.gif) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" width="200">

<!-- -->
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Внимание<br></b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><b><font color="#ffffff"><div style="font-size: 8pt; padding-top: 2px; font-family: Tahoma,Arial; text-align: left;"><font color="#000000"><span style="font-size: 8pt;">Пожалуйста ознакомьтесь с техническим регламентом проведения игр FIFA 08.</span></font>
  <div style="font-size: 8pt; padding-top: 2px; font-family: Tahoma,Arial; text-align: left;">
  <img alt="" src="http://7fifa.net.ru/arrow.gif" border="0"> <a href="..//index/0-4"><span style="font-size: 8pt;">Читать</span></a></div></div></font></b></td></tr></tbody></table><br>
<!--/-->

<!-- -->
<?if($CATEGORIES$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Разделы новостей</b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$CATEGORIES$</td></tr></tbody></table><br>
<?endif?>
<!--/-->

<!-- -->
   
<?if($CHAT_BOX$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Хотят играть<br></b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$MYINF_2$<br><hr size="2" width="100%">
  <div align="center"><span style="font-size: 8pt;"><a href="/blog/0-0-0-0-1" target="_blank">
  <img alt="" src="http://fifafootbik.3dn.ru/dizain/iconki/vs.gif" onmouseover="this.src='http://fifafootbik.3dn.ru/dizain/iconki/vs1.gif'" onmouseout="this.src='http://fifafootbik.3dn.ru/dizain/iconki/vs.gif'" width="48" border="0" height="11"></a></span></div></td></tr><tr><td><img src="http://img.fifaleague.ru/img/left_bar_shadow_down.gif" width="200" border="0" height="1"></td></tr></tbody></table><br>
<?endif?>

<?if($POLL$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Сети хамачи<br></b></td></tr><tr align="left"><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$MYINF_1$<br><hr size="2" width="100%">
  <div align="center"><span style="font-size: 8pt;"><a href="/dir/0-0-0-0-1" target="_blank">
  <img alt="" src="http://fifafootbik.3dn.ru/dizain/iconki/buttons/hamachi.gif" onmouseover="this.src='http://fifafootbik.3dn.ru/dizain/iconki/buttons/hamachi1.gif'" onmouseout="this.src='http://fifafootbik.3dn.ru/dizain/iconki/buttons/hamachi.gif'" width="48" border="0" height="11"></a></span></div></td></tr><tr><td><img src="http://img.fifaleague.ru/img/left_bar_shadow_down.gif" width="200" border="0" height="1"></td></tr></tbody></table><br>
<?endif?>
<!--/-->

<?if($POLL$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Новые игроки<br></b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$MYINF_7$</td></tr></tbody></table><br>
<?endif?>
<!--/-->

<?if($POLL$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Статистика</b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><div align="center"><font color="#000000">$COUNTER$</font></div><hr size="2" width="100%"><center><font color="#000000">$ONLINE_COUNTER$$ONLINE_USERS_LIST$<br></font><hr size="2" width="100%"><div align="left"><font color="#000000">$MYINF_3$</font></div><div align="left"><hr size="2" width="100%"><div align="center"><b>Всего сыграно игр на сайте</b>: $MYINF_11$<br><hr size="2" width="100%"><b>Сегодня сайт посетили</b>:<br>$MYINF_4$</div></div></center></td></tr></tbody></table><div align="center">$POWERED_BY$<br>
<?endif?>
<!--/-->

</div></td>

  <td valign="top">
<table style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="100%" border="0" cellpadding="15" cellspacing="0"><tbody><tr><td><div align="center"><table style="width: 10px; border-collapse: collapse; height: 5px;">
<tbody>
<tr>
<td><br></td></tr></tbody></table>
<table style="background-position: left top; background-attachment: scroll; background-image: url(/2.jpg); width: 100%; background-repeat: repeat; height: 21px;" background="http://img.fifaleague.ru/img/title_line.jpg" cellpadding="0" cellspacing="0">
<tbody>
<tr>

<td>
<div><b><center><font color="#ffffff">   Информация о команде</font></b></div></td></tr></tbody></table>
<table style="width: 100%; border-collapse: collapse; height: 5px;">
<tbody>
</tbody><tbody>
<tr>
<td style="vertical-align: top; width: 120px; text-align: center;" valign="top" width="128" align="middle">
<div>$_AVATAR$</div>
<div></div>
<div>$_RANK_ICON$</div>
<div>$_GROUP_NAME$ </div>
</td><td valign="top">
<div><font size="4"><img alt="$_COUNTRY$" src="http://img.fifaleague.ru/flags/$_COUNTRY_ID$.gif" width="18" border="0" height="12"> <a href="javascript://" onclick="prompt('Адрес профиля данного пользователя','$_PROFILE_URL$')"><b>$_USERNAME$</b></a>($_CITY$) ID: $_USER_ID$</font><br><font color="#777777">Главный тренер: $_NAME$ </font> <?if($GROUP_ID$=4)?><font color="#777777">$_IP_ADDRESS$</font><?endif?> $MODER_PANEL$</div>
<div><font color="#777777"><?if($_BANNED_TILL$)?>
<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td style="border: 1px solid rgb(255, 69, 0);"><sub>
<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td style="width: 12px;"><img alt="" src="http://fifafootbik.3dn.ru/dizain/iconki/block.gif" border="0"></td>
<td>
<div><?if($_BANNED_TILL$="1")?><strong><font color="#ff0000">Внимание: команда заблокированна.<br></font></strong>Это означает что команда не может проводить игры. <?else?>

<STRONG><FONT color=#db3a00>Внимание: команда временно заблокированна.<BR></FONT></STRONG>Это означает что команда временно не может проводить игры.<BR>Дата окончания блокировки $_BANNED_TILL$.<BR>

<?endif?></div></td></tr></tbody></table></sub></td></tr></tbody></table><?endif?></font></div>  
<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 200px;"><br></td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"><br></td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> Рейтинг:</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"> $_BOARD_ENTRIES$ <script>  
document.write($_BOARD_ENTRIES$ * 2.5);
</script>)</td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> Доверие:</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"><?if($_REP_READ_URL$)?> <a href="$_REP_READ_URL$" target="_blank">$_REPUTATION$($_REPUTATION_PERCENT$</a><?else?> $_REPUTATION$($_REPUTATION_PERCENT$<?endif?> <?if($_REP_DO_URL$)?> <a href="$_REP_DO_URL$" target="_blank"><img alt="Понизить доверие" src="http://fifafootbik.3dn.ru/dizain/rang/rep/mn.gif" width="7" border="0" height="9"></a> <a href="$_REP_DO_URL$" target="_blank"><img alt="Повысить доверие" src="http://fifafootbik.3dn.ru/dizain/rang/rep/pl.gif" width="7" border="0" height="9"></a><?endif?></td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> Замечания</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"><?if($_BAN_READ_URL$)?> <a href="$_BAN_READ_URL$" target="_blank">$_BAN_RATING$($_BAN_PERCENT$</a><?else?> $_BAN_RATING$($_BAN_PERCENT$<?endif?> <?if($_BAN_DO_URL$)?> <a href="$_BAN_DO_URL$" target="_blank"><img alt="Понизить уровень замечаний" src="http://fifafootbik.3dn.ru/dizain/rang/rep/mn.gif" width="7" border="0" height="9"></a> <a href="$_BAN_DO_URL$" target="_blank"><imgheight=9 alt="Повысить уровень замечаний" src="http://fifafootbik.3dn.ru/dizain/rang/rep/pl.gif" width="7" border="0"></imgheight=9></a><?endif?></td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> Дата рождения:</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"> $_BIRTHDAY$ ($_AGE$ лет)</td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> В лиге с:</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"> $_REG_TIME$</td></tr>
<tr>
<td style="border-bottom: 1px solid rgb(201, 201, 201); background: rgb(237, 237, 237) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px;"> Последне посещение:</td>
<td style="border-bottom: 1px solid rgb(201, 201, 201); width: 300px;"> $_LOG_TIME$</td></tr></tbody></table><font color="#777777"></font>
<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td><?if($_IS_ACTIVITY$)?><script type="text/javascript">  
put='http://fifafootbik.3dn.ru/dizain/medal/top/'; // Путь до медалек  
var n; medal='';  
//Количество матчей (за каждые 10 плюсиков)  
zn=$_BOARD_ENTRIES$; Nm=Math.floor(zn/0);  
rep='';  
if(zn>89) rep='1' //имя медали за 0 +  
if(zn>51) rep='2' //имя медали за 0 +  
if(rep) medal+=' <img border="" alt="" src="'+put+rep+'.gif" title="В Рейтинге" />';
   
//Вывод наград  
document.write(medal);  
</script><?else?><?endif?><?if($_IS_ACTIVITY$)?><script type="text/javascript">  
put='http://fifafootbik.3dn.ru/dizain/medal/win/'; // Путь до медалек  
var n; medal='';  

//Количество матчей (Провереныый Пользователь)  
zn=$_BOARD_ENTRIES$; Nm=Math.floor(zn/10);  
rep='';  
if(zn>25) rep='25' //имя медали за 25 +
if(rep) medal+=' <img border="" alt="" src="'+put+rep+'.gif" title="Проверенный Игрок" />';
   
//Вывод наград  
document.write(medal);  
</script><?else?><?endif?><?if($_IS_ACTIVITY$)?><script type="text/javascript">  
put='http://fifafootbik.3dn.ru/dizain/medal/win/'; // Путь до медалек  
var n; medal='';  
//Количество матчей (за каждые 10 плюсиков)  
zn=$_BOARD_ENTRIES$; Nm=Math.floor(zn/10);  
rep='';  
if(zn>10) rep='10' //имя медали за 10 +  
if(zn>24) rep='24' //имя медали за 10 +  
if(zn>50) rep='50' //имя медали за 10 +  
if(zn>75) rep='75' //имя медали за 10 +  
if(zn>100) rep='100' //имя медали за 20 +  
if(zn>150) rep='150' //имя медали за 20 +  
if(zn>300) rep='300' //имя медали за 20 +  
if(zn>500) rep='500' //имя медали за 30 +  
if(zn>1000) rep='1000' //имя медали за 40 +
if(zn>1500) rep='1500' //имя медали за 50 +
if(zn>2000) rep='2000' //имя медали за 60 +
if(zn>3000) rep='3000' //имя медали за 70 +
if(zn>5000) rep='5000' //имя медали за 80 +
if(rep) medal+=' <img border="" alt="" src="'+put+rep+'.gif" title="За Количество Побед" />';
   
//Вывод наград  
document.write(medal);  
</script><?else?><?endif?><?if($_IS_ACTIVITY$)?><script type="text/javascript">  
put='http://fifafootbik.3dn.ru/dizain/medal/mess/'; // Путь до медалек  
var n; medal='';  
//Количество матчей (за каждые 10 плюсиков)  
zn=$_FORUM_ENTRIES$; Nm=Math.floor(zn/10);  
rep='';  
if(zn>10) rep='10' //имя медали за 10 +  
if(zn>50) rep='50' //имя медали за 10 +  
if(zn>100) rep='100' //имя медали за 10 +  
if(zn>300) rep='300' //имя медали за 10 +  
if(zn>500) rep='500' //имя медали за 20 +  
if(zn>1000) rep='1000' //имя медали за 20 +  
if(zn>2000) rep='2000' //имя медали за 20 +  
if(zn>3000) rep='3000' //имя медали за 30 +  
if(zn>5000) rep='5000' //имя медали за 40 +
if(rep) medal+=' <img border="" alt="" src="'+put+rep+'.gif" title="За активность в форуме" />';
   
//Вывод наград  
document.write(medal);  
</script><?else?><?endif?><?if($_GROUP_ID$=4||$_GROUP_ID$=6)?><img alt="Член совета fairplay" src="http://fifafootbik.3dn.ru/dizain/medal/win/1.gif" border="0"> <?endif?></td></tr></tbody></table>
<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td>
<p align="left"><?if($_CHANGE_DETAILS_URL$)?><a style="color: rgb(0, 0, 0);" href="$_CHANGE_DETAILS_URL$" target="_blank"><img alt="Изменить данные" src="http://fifafootbik.3dn.ru/dizain/forum/iconki3/p_edit.gif" border="0"></a><?endif?><?if($_CHANGE_DETAILS_URL$)?> <a style="color: rgb(0, 0, 0);" href="$_PM_READ_URL$" target="_blank"><img alt="Читать сообщения" src="http://fifafootbik.3dn.ru/dizain/forum/iconki3/p_pm.gif" border="0"></a><?if($IS_NEW_PM$)?><a style="color: rgb(0, 0, 0);" href="$_PM_READ_URL$" target="_blank"><img alt="Непрочитаное сообщение" src="http://fifafootbik.3dn.ru/dizain/forum/iconki3/unread.gif" border="0"></a><?endif?><?else?><A style="COLOR: #000000" href="$_PM_SEND_URL$"><IMG alt="Написать Сообщение" src="http://fifafootbik.3dn.ru/dizain/forum/iconki3/p_pm.gif" border=0></A><?endif?></p></td></tr></tbody></table>

<table style="width: 500px; border-collapse: collapse;">
<tbody>
<tr>
<td style="border-bottom: 1px solid rgb(169, 169, 169); background: rgb(220, 220, 220) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> <strong>
Контактная ифнормация</STRONG></TD></TR></TBODY></TABLE>
<TABLE style="WIDTH: 500px; BORDER-COLLAPSE: collapse">
<TBODY>
<TR>
<TD style="WIDTH: 200px"> Электронная почта:</TD>
<TD style="WIDTH: 300px"> <IMG height=13 alt="" src="http://status.mail.ru/?$_EMAIL$" width=13 border=0> $_EMAIL$ <?if($_EMAIL_VERIFICATION_URL$)?><IMG alt="" src="http://fifafootbik.3dn.ru/dizain/iconki/warn.gif" border=0> <B><A href="$_EMAIL_VERIFICATION_URL$"><SPAN style="COLOR: red">Подтвердить e-mail</SPAN></A></B> <?endif?></TD></TR>
<TR>
<TD style="WIDTH: 200px"> ICQ:</TD>
<TD style="WIDTH: 300px"> <?if($_ICQ$)?><IMG alt="" src="http://wwp.icq.com/scripts/online.dll?icq=$_ICQ$&img=5" border=0> $_ICQ$ <A href="http://www.icq.com/whitepages/cmd.php?uin=$_ICQ$&action=message"><FONT color=#777777>написть в icq</A>   <A href="http://www.icq.com/whitepages/cmd.php?uin=$_ICQ$&action=add"><FONT color=#777777>добавить контакт</A><?else?><IMG alt="" src="http://fifafootbik.3dn.ru/dizain/iconki/noicq.gif" border=0> n/a<?endif?></FONT></FONT></TD></TR>
<TR>
<TD style="WIDTH: 200px"> Skype:</TD>
<TD style="WIDTH: 300px"> <IMG alt="" src="http://tbn0.google.com/images?q=tbn:Dlf7jS1CLNT1TM:http://www.hosting.ua/templates/hosting_ua/images/skype.gif" border=0> <?if($_AOL$)?>$_AOL$ <!--
Skype 'Skype Me™!' button
http://www.skype.com/go/skypebuttons
--><script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script><A href="skype:$_AOL$?call"><IMG style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" height=18 alt="Skype Me™!" src="http://fifafootbik.3dn.ru/dizain/iconki/skype-call.gif" width=18></A> <?else?>n/a<?endif?></TD></TR>
<TR>
<TD style="WIDTH: 200px"> Ссылка команды:</TD>
<TD style="WIDTH: 300px"> $HOME_PAGE_LINK$index/8-$_USER_ID$</TD></TR></TBODY></TABLE>
<TABLE style="WIDTH: 500px; BORDER-COLLAPSE: collapse">
<TBODY>
<TR>
<TD style="BACKGROUND: #dcdcdc; BORDER-BOTTOM: #a9a9a9 1px solid"> <STRONG>Интернет соединение</STRONG></TD></TR></TBODY></TABLE>
<TABLE style="WIDTH: 500px; BORDER-COLLAPSE: collapse">
<TBODY>
<TR>
<TD style="WIDTH: 200px"> Подключение к сети:</TD>
<TD style="WIDTH: 300px"> 

<?if($_YAHOO$='lan'||$_YAHOO$='Lan'||$_YAHOO$='LAN'||$_YAHOO$='Кабель'||$_YAHOO$='Сеть')?><IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/lan.gif" width=14 border=0> LAN(Выделенная линия)<?endif?>
<?if($_YAHOO$='modem'||$_YAHOO$='MODEM'||$_YAHOO$='Modem'||$_YAHOO$='Модем'||$_YAHOO$='STRIM'||$_YAHOO$='Телефон')?> <IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/modem.gif" width=14 border=0> Модем<?endif?>
<?if($_YAHOO$='Стрим'||$_YAHOO$='Адсл'||$_YAHOO$='strim'||$_YAHOO$='Strim'||$_YAHOO$='STRIM'||$_YAHOO$='adsl'||$_YAHOO$='Adsl')?> <IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/strim.gif" width=14 border=0> xDSL(Стрим)<?endif?>
<?if($_YAHOO$='fast'||$_YAHOO$='Fast'||$_YAHOO$='FAST'||$_YAHOO$='Быcтрое подключение')?><IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/fast.gif" width=14 border=0> Быстрое подключение<?endif?>

</TD></TR>
<TR>
<TD style="WIDTH: 200px"> Внешний IP:</TD>
<TD style="WIDTH: 300px"> 

<?if($_MSN$='yes'||$_MSN$='Yes'||$_MSN$='YES'||$_MSN$='Есть'||$_MSN$='есть'||$_MSN$='Да'||$_MSN$='да')?> <IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/yes.gif" width=14 border=0> Может быть сервером<?endif?>
<?if($_MSN$='no'||$_MSN$='No'||$_MSN$='NO'||$_MSN$='Нету'||$_MSN$='нету'||$_MSN$='Нету'||$_MSN$='Нет'||$_MSN$='НЕТ'||$_MSN$='нет')?> <IMG height=14 alt="" src="http://fifafootbik.3dn.ru/inet/no.gif" width=14 border=0> Не может быть сервером<?endif?>

</TD></TR>
<TR>
<TD style="WIDTH: 200px"> Провайдер:</TD>
<TD style="WIDTH: 300px"> $_STATE$</TD></TR></TBODY></TABLE>
<TABLE style="WIDTH: 500px; BORDER-COLLAPSE: collapse">
<TBODY>
<TR>
<TD style="BACKGROUND: #dcdcdc; BORDER-BOTTOM: #a9a9a9 1px solid"> <STRONG>Статистика</STRONG></TD></TR></TBODY></TABLE>
<TABLE style="WIDTH: 500px; BORDER-COLLAPSE: collapse">
<TBODY>
<TR>
<TD style="WIDTH: 200px"> Кубков:</TD>
<TD style="WIDTH: 300px"> $_PHOTO_ENTRIES$</TD></TR>
<TR>
<TD style="WIDTH: 200px"> Жалоб:</TD>
<TD style="WIDTH: 300px"> <A href="$_PUBL_ACTIVITY_URL$">$_PUBL_ENTRIES$</A></TD></TR>
<TR>
<TD style="WIDTH: 200px"> Побед:</TD>
<TD style="WIDTH: 300px"> <A href="$_BOARD_ACTIVITY_URL$">$_BOARD_ENTRIES$</A></TD></TR>
<TR>
<TD style="WIDTH: 200px"> Сетей:</td>
<td style="width: 300px;"> $_DIR_ENTRIES$</td></tr></tbody></table></td></tr></tbody></table>
<table style="width: 100%; border-collapse: collapse;">
<tbody></tbody></table>
<table style="width: 100%; border-collapse: collapse;">
<tbody></tbody></table>
<table style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="background: rgb(220, 220, 220) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><br></td></tr></tbody></table></div></td></tr></tbody></table></td></tr></tbody> </table></td>  

<td style="padding: 10px; background: transparent url(http://fifa-clubs.ru/images/bg.gif) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" width="200">

<!-- -->
<?if($LOGIN_FORM$)?>
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Форма входа</b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center">$LOGIN_FORM$</td></tr></tbody></table><br>
<?endif?>
<!--/-->

<!-- -->

<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Последние игры<br></b></td></tr><tr align="left"><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><font color="#000000">$MYINF_14$</font></td></tr></tbody></table><br>

<!--/-->

<!-- -->

<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Жалобы</b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center">$MYINF_8$<br><hr size="2" width="100%">
  <div align="center"><span style="font-size: 8pt;"><a href="/publ/0-0-0-0-1" target="_blank">
  <img alt="" src="http://fifa-clubs.ru/iconki/galob.gif" onmouseover="this.src='http://easports.net.ru/diz/galob1.gif'" onmouseout="this.src='http://fifa-clubs.ru/iconki/galob.gif'" width="80" border="0" height="12"></a>
</span></div></td></tr><tr><td><img src="http://img.fifaleague.ru/img/left_bar_shadow_down.gif" width="200" border="0" height="1"></td></tr></tbody></table><br>

<!--/-->

<!-- -->
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Мини Чат<br></b></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$CHAT_BOX$<br></td></tr></tbody></table><br>
<!--/-->

<!-- -->
<table width="200" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="background: rgb(174, 0, 0) url(/img/liga-3.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255);" align="center" height="30"><b>Друзья сайта</b><br></td></tr><tr><td style="padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">$GLOBAL_FRIENDS$</td></tr></tbody></table><br>
<!--/-->

<!-- /Body -->

</td></tr></tbody></table></body></HTML>
Категория: Скрипты | Добавил: HellR1d3r | Теги: Персональная, футбольного, страничка, Скрипты, сайта, для | Битая ссылка!
Просмотров: 615 | Загрузок: 0 | Рейтинг: 0.0/0
Дорогие пользователи сайта Megaall.ru!
В категории "Скрипты" вы сможете скачать Персональная страничка для футбольного сайта бесплатно, без смс и регистрации. Если вам понравился файл Персональная страничка для футбольного сайта, то не забудьте оставить свой отзыв в коментариях.
Всего комментариев к Персональная страничка для футбольного сайта: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Пожалуйста пройдите быструю регистрацию или войдите в свой аккаунт.

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

[ Кто нас сегодня посетил ]
Нужен-ли раздел "Торренты"?
javascript:; javascript:;
Всего ответов: 118