Geri Dön   Forum Ti > Programlama Dilleri ve İnternet > Web Geliştirme Dilleri
Üye Ol Üye Listesi Takvim Forumları Okundu İşaretle

Web Geliştirme Dilleri İnternet sitesi geliştirme için kullanılan araçlar ve programlama dilleri... ASP & ASP.NET & PHP & CSS & HTML & SQL & Java Script

Cevap
 
Konu Araçları
Eski 19.05.2008   #1 (permalink)
 
Katılma Tarihi: Ağu 2007
Nereden: istanbul
Yaş: 20
Mesajlar: 22
Varsayılan şifreli giriş sayfası YARDIMMM Lütfen

arkadaşlar şifreli girilebilen bi html sayfası yapmak istiyorum ama bitürlü işin içinden çıkaamadım şimdi yazdıgım kodu buraya kopyalıcam. Sadece benim vericeğim bi şifre ile girş yapılabilcek hatalı şifrede alert vercek doğru şifrede giriş sayfası açılcak lütfen biri bana yardım etsin ...



<html>

<head>
<meta http-equiv="Content-Language" content="tr">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<!-- TWO STEPS TO INSTALL MULTIPLE USERS:
1. Copy the first code into the HEAD of your HTML document
2. Put the last coding into the BODY of your HTML document --><!-- STEP ONE: Copy this code into the HEAD of your login HTML document -->
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! JavaScript Source: Free JavaScripts, Tutorials, Example Code, Reference, Resources, and Help -->
<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="f6ns" && password=="loveway5552") { window.location="index2.htm; done=1; }
if (username=="member2" && password=="password2") { window.location="page2.html"; done=1; }
if (username=="member3" && password=="password3") { window.location="page3.html"; done=1; }
if (done==0) { alert("Hatali kullanici adi veya sifre girdiniz. Lütfen dogru bilgileri tekrar girdikten sonra deneyin!"); }
}
// End -->
</SCRIPT>
<title>f6ns</title>
</head>

<body background="images/love_background_03.gif">
<script>

/******************************************
* Cross browser cursor trailer script- By Brian Caputo (bcaputo@icdc.com)
* Visit Dynamic Drive (Dynamic Drive DHTML(dynamic html) & JavaScript code library) for full source code
* Modified Dec 31st, 02' by DD. This notice must stay intact for use
******************************************/

A=document.getElementById
B=document.all;
C=document.layers;
T1=new Array("trail1.gif",36,35,"trail2.gif",31,28,"trail 3.gif",26,24,"trail4.gif",20,16,"trail5.gif",18,14 )

var offsetx=15 //x offset of trail from mouse pointer
var offsety=10 //y offset of trail from mouse pointer

nos=parseInt(T1.length/3)
rate=50
ie5fix1=0;
ie5fix2=0;
rightedge=B? document.body.clientWidth-T1[1] : window.innerWidth-T1[1]-20
bottomedge=B? document.body.scrollTop+document.body.clientHeight-T1[2] : window.pageYOffset+window.innerHeight-T1[2]

for (i=0;i<nos;i++){
createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,""," <img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")
}

function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
with (document){
write((!A && !B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
if(St){
if (C)
write(" style='");
write(St+";' ")
}
else write((A || B)?"'":"");
write((At)? At+">" : ">");
write((HT) ? HT : "");
if (!Op)
closeContainer(N)
}
}

function closeContainer(){
document.write((A || B)?"</div>":"</layer>")
}

function getXpos(N){
if (A)
return parseInt(document.getElementById(N).style.left)
else if (B)
return parseInt(B[N].style.left)
else
return C[N].left
}

function getYpos(N){
if (A)
return parseInt(document.getElementById(N).style.top)
else if (B)
return parseInt(B[N].style.top)
else
return C[N].top
}

function moveContainer(N,DX,DY){
c=(A)? document.getElementById(N).style : (B)? B[N].style : (C)? C[N] : "";
if (!B){
rightedge=window.innerWidth-T1[1]-20
bottomedge=window.pageYOffset+window.innerHeight-T1[2]
}
c.left=Math.min(rightedge, DX+offsetx);
c.top=Math.min(bottomedge, DY+offsety);
}
function cycle(){
//if (IE5)
if (document.all&&window.print){
ie5fix1=document.body.scrollLeft;
ie5fix2=document.body.scrollTop;
}
for (i=0;i<(nos-1);i++){
moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos ("CUR"+(i+1)))
}
}

function newPos(e){
moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.c lientY+ie5fix2:e.pageY+2)
}

function getedgesIE(){
rightedge=document.body.clientWidth-T1[1]
bottomedge=document.body.scrollHeight-T1[2]
}

if (B){
window.onload=getedgesIE
window.onresize=getedgesIE
}

if(document.layers)
document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=newPos
setInterval("cycle()",rate)
</script>

<center>

<form name="login" action="_derived/nortbots.htm" name="post_deneme" method="POST" webbot-action="--WEBBOT-SELF--" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
<!--webbot bot="SaveResults" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields="HTTP_USER_AGENT" U-Confirmation-Url="www.google.com" startspan U-File="index2.htm" S-Format="HTML/BR" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
<p><marquee direction="left" scrolldelay="120"> <img border="0" src="images/i.gif" width="37" height="58">&nbsp;&nbsp;
<img border="0" src="images/l.gif" width="22" height="58"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/v.gif" width="46" height="48"><img border="0" src="images/e.gif" width="58" height="50"><img border="0" src="images/e.gif" width="58" height="50">&nbsp;&nbsp;
<img border="0" src="images/y.gif" width="42" height="71"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/u.gif" width="45" height="51">&nbsp;
<img border="0" src="images/f.gif" width="47" height="64"><img border="0" src="images/a.gif" width="50" height="50"><img border="0" src="images/tttttttt.gif" width="50" height="61"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/m.gif" width="54" height="50"><img border="0" src="images/m.gif" width="54" height="50"><img border="0" src="images/m.gif" width="54" height="50"><img border="0" src="images/m.gif" width="54" height="50"></marquee></p>
<p>
<img border="0" src="images/text_welcome_146.gif" width="185" height="48"></p>
<p>
<img border="0" src="images/text_welcome_146.gif" width="185" height="48"><img border="0" src="images/text_welcome_146.gif" width="185" height="48"></p>
<p>
<img border="0" src="images/text_welcome_146.gif" width="185" height="48"><img border="0" src="images/text_welcome_146.gif" width="185" height="48"><img border="0" src="images/text_welcome_146.gif" width="185" height="48"></p>
<p><img border="0" src="images/m.gif" width="54" height="50"><img border="0" src="images/y.gif" width="42" height="71">&nbsp;
<img border="0" src="images/l.gif" width="22" height="58"><img border="0" src="images/o.gif" width="45" height="46"><img border="0" src="images/v.gif" width="46" height="48"><img border="0" src="images/e.gif" width="58" height="50"></p>
<table cellpadding="4" width="1000" border="1" bgcolor="#C0C0C0" background="images/love_background_03.gif">
<!-- MSTableType="nolayout" -->
<tr>
<td colspan="3"><center>
<font style="font-size: 30pt" face="Comic Sans MS"><strong>
<em style="font-style: normal"><font color="#FF00FF">....)&nbsp;<img border="0" src="images/w.gif" width="54" height="68"><img border="0" src="images/r.gif" width="51" height="52">
<img border="0" src="images/i.gif" width="37" height="58">
<img border="0" src="images/t.gif" width="50" height="61"><img border="0" src="images/e%20(3).gif" width="43" height="58"> ((:....</em></font></strong></font></center>
</td>
</tr>
<tr>
<td><em>
<font face="Comic Sans MS" size="4" color="#FF00FF"><strong style="font-weight: 400">
&nbsp;&nbsp;&nbsp;&nbsp;</strong></font><strong><font face="Segoe Script" size="5" color="#FF00FF">
bAbyNamE </font></strong><font face="Comic Sans MS"><strong style="font-weight: 400">
<font size="5">&nbsp;</font><font size="4">:&nbsp;&nbsp;
</font></strong> </font><font size="4"><strong style="font-weight: 400">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;
</strong>
</font></em></td>
<td><font color="#FF00FF">
<input name="username" type="text" size="114" tabindex="1"></font></td>
</tr>
<tr>
<td><em><strong style="font-weight: 400">
<font face="Comic Sans MS" size="4" color="#FF00FF">&nbsp;&nbsp;&nbsp;</font><font face="Comic Sans MS" size="5" color="#FF00FF"> </font></strong>
<strong>
<font face="Segoe Script" size="5" color="#FF00FF">PaSswOrd</font></strong></em><strong style="font-weight: 400"><em><font size="4"><font face="Comic Sans MS">&nbsp;
:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;
</font></em></strong></td>
<td><input name="password" type="password" size="115"></td>
</tr>
<tr>
<td align="center" colspan="2" bordercolor="#FF00FF">
<font color="#FF00FF">...7abibti wic i gav it to ya ok... </font>&nbsp;<p>
<font color="#FF00FF">
<a href="index2.htm">
<input type="submit" onClick_fckprotectedatt=" onClick=" Login()"" value="Loginnn" tabindex="555"></a></font></td>
</tr>
</table>
</form>
</center>
<p></p>
<center><!-- Script Size: 1.60 KB --></center>

</body>

</html>





ben biraz kurcalıyınca baya bi işin içinden çıkılmaz hale geldi
__________________
tha gurL i alWays hAve dReamSs AbOut.. tHa oNe i jS cant liVe withOut..
nsorak88 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 15.10.2008   #2 (permalink)
 
mert47  Görüntü Resmi
 
Katılma Tarihi: Nis 2007
Nereden: HELL
Mesajlar: 531
Varsayılan

nesine yardım istiyosun?
__________________
HESAP SORULACAK!
mert47 Şuanda Forumda Değil   Alıntı yaparak cevapla
Cevap


Şu Anda Konuyu İnceleyen Aktif Kullanıcılar: 1 (0 üye ve 1 misafir)
 
Konu Araçları



Şu anki forum saati: 22:05.


cnt hizmet sağlayan firma
ForumTi.com'un yapımı ve yayınlanması CNT'ye aittir.
Sitedeki içerikleri foruma ücretsiz şekilde üye olabilen ziyaretçiler oluşturur. Bu içeriklerin sorumluluğu yazana aittir.
Eğer yasak ve aykırı içerik tespit edilirse site yöneticilerine bu konular bildirilir ve kaldırılır. Site yönetimi haberdar edildiğinde sonuç alınamaz ise servis sağlayıcı CNT'ye bildiride bulunabilirsiniz.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265