المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : محتاج كود قفل الصفحة للباسويرد وتصاميم Html جاهزه


Sh3M
03-31-2004, 07:09 AM
السلام عليكم ...

لو ماعليكم امر بغيت كود يقفل الصفحة بباسوويرد ويوزر

وبغيت تصاميم html بسيطه وحلوه جاهزه


يعطيكم العافيه

sadiq6210
03-31-2004, 10:52 PM
هذي صفحة جاهزة



<html>

<head>
<**** http-equiv="Content-Language" content="ar-sa">
<**** http-equiv="Content-Type" content="text/html; charset=windows-1256">
<**** name="GENERATOR" content="Microsoft FrontPage 4.0">
<**** name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body bgcolor="#99CCFF">

<table border="1" width="100%" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td width="100%">
<p align="center"><font size="5"><b>بنر الموقع</b></font></p>
<p> </td>
</tr>
</table>
<p> </p>
<table border="0" width="100%">
<tr>
<td width="100%">
<p align="center"><b><i><font size="4">محرك البحث</font></i></b></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td width="100%">
<p align="center"> <script language="JavaScript"><!--
// START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<strong></strong>&nbsp;<INPUT size=15 name="query">');
document.writeln('<strong></strong>&nbsp;<SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> &nbsp;<input type=submit value="ابحث"><br>');
document.writeln('</FORM>');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "+";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directorie s=yes,status=yes,menubar=yes,resizable=yes,width=' 100%',hight='100%'");
}
Add("Alta Vista","SELECTED","http://altavista.digital.com/","http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("DejaNews","","http://www.dejanews.com/","http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");
Add("HotBot","","http://www.search.hotbot.com","http://www.search.hotbot.com/search.html?MT=hunt&DC=25");
Add("Infoseek","","http://www.infoseek.com/Home?pg=Home.html&sv=A2","http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");
Add("Excite","","http://www.excite.com/","http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");
Add("Lycos","","http://www.lycos.com/","http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");
Add("Magellan","","http://www.mckinley.com/","http://www.mckinley.com/extsearch.cgi?query=hunt");
Add("OpenText","","http://search.opentext.com","http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");
// Software
Add("ZDNet Files","","http://www.zdnet.com/","http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");
Add("Filez","","http://www.filez.com/","http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");
Add("Shareware.com","","http://www.shareware.com/","http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></script></td>
</tr>
</table>

<table border="0" width="100%">
<tr>
<td width="33%">
<table border="1" width="100%" bordercolor="#000000">
<tr>
<td width="100%" bgcolor="#336699" align="center">
<p align="center"><b>هنا اسم قسم</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله </b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center" bgcolor="#336699"><b>هنا اسم
قسم</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center" bgcolor="#336699"><b>هناا اسم
ركن</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
</table>
</td>
<td width="33%"><b>
<marquee width="337" height="19" direction="right">هناااا كلمت
الموقوووووووووووووقع</marquee>
</b>
<p> </p>
<table border="0" width="100%">
<tr>
<td width="100%" align="center"><b>هنا ضع اي شئ</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>هنااا ضع اي شئ</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>هنا ضع اي شئ </b></td>
</tr>
<tr>
<td width="100%" align="center"><b>هنا ضع اي شئ</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>هناا ضع اي شئ</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>هناا ضع اي شئ</b></td>
</tr>
</table>
<p> </p>
<p> </p>
<table border="0" width="100%">
<tr>
<td width="100%" align="center"><b>ضع هنااا سجل زوار
او شات الموقع او قوائم بريديه</b></td>
</tr>
<tr>
<td width="100%">
<table border="1" width="100%" bordercolor="#000000" height="4">
<tr>
<td width="50%" align="center" height="1"><i>**</i></td>
<td width="50%" align="center" height="1"><i>**</i></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="34%">
<table border="1" width="100%" bordercolor="#000000">
<tr>
<td width="100%" bgcolor="#336699" align="center">
<p align="center"><b>هنا اسم قسم</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center" bgcolor="#336699"><b>هنا اسم
قسم</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله </b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
<tr>
<td width="100%" align="center"><b>وصله</b></td>
</tr>
</table>
</td>
</tr>
</table>
<div align="center">
<center>
<table border="1" width="85%" bordercolor="#000000">
<tr>
<td width="33%" align="center"><b>وصله</b></td>
<td width="33%" align="center"><b>وصله</b></td>
<td width="34%" align="center"><b>وصله</b></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" width="32%" bordercolor="#000000">
<tr>
<td width="100%" align="center"><b><i>هنا تضع وصله او
ملاحظه</i></b></td>
</tr>
</table>
</center>
</div>
<p align="center"><b></b></p>
<p align="center"><a href="http://www.kuwait19.com/" target="_blank"><b></b></a></p>

</body>

</html>

Sh3M
03-31-2004, 11:21 PM
مشكور اخوي وماقصرت بس لو ماعليك امر بغيت تصميم احلا وبغيت طريقة اسوي صفحة مقفوله بباسويرد ويوزر

وااسفين على الازعاج