installation:
This code is put in front of the tag to the desired page:
In Main Page, Or Any Category There you nead !
Default Password: pass
Code
<html>
<head>
<title>Enter Your Password</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('Enter Your Password');
if (pass=='pass') { alert('Password Accepted') } else { alert('Password Missed!'), top.location.href="http://filmsbaze.ucoz.net/" }
};
</script>
Password Accepted
<!-- BODY END HERE -->
[color=red]Password: pass[/color]
</body>
</html>