Установка:
Данный код ставим перед тегом в нужной Вам странице:

<html> 
<head> 
<title>Введите пароль</title> 
<META http-equiv="Content-Type" content="text/html; charset=windows-1251"> 
  <Style> 
  A:Link{ Color: #000000; Text-decoration: underline} 
  A:Visited{ Color: #000000; Text-decoration: underline} 
  A:Hover{ Color: #000000; Text-decoration: none} 
  td, body {font-family: verdana, arial, helvetica; font-size:11px;} 
  </Style> 

<!-- HEAD START HERE --> 

<!-- HEAD END HERE --> 

</head> 
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0"> 
<center> 

<!-- BODY START HERE --> 

<script language="javascript"> 
  if (top.location.search=="") { 
  pass = prompt('Введите пароль'); 
  if (pass=='pass') { alert('Пароль принят') } else { alert('Пароль не принят!'), top.location.href="http://for.ucoz.net/index/0-7" } 
  }; 
</script> 

Пароль принят 

<!-- BODY END HERE --> 

Пароль: pass 

</body> 
</html>