Forum'da ara:
Ara


Yazar Mesaj
Mesaj10.10.2008, 20:59 (UTC)    
Mesaj konusu: sitenizde istediğiniz sayfaya şifre koyun

Kod:
<!-- 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!! http://javascript.internet.com -->
<!-- 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=="KULLANICI ADINI YAZIN" && password=="ŞİFREYİ YAZIN") { window.location="GİDİLECEK SAYFA ADRESİNİ YAZIN"; 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><!-- STEP TWO: Paste this code into the BODY of your HTML document --><center>
<form name="login">
<table cellpadding="3" width="225" border="1">
<tbody>
<tr>
<td colspan="2"><center><font size="+2"><strong>Şifrenizi girin</strong></font></center></td>
</tr>
<tr>
<td>Kullanıcı:</td>
<td><input name="username" type="text" /></td>
</tr>
<tr>
<td>Parola:</td>
<td><input name="password" type="text" /></td>
</tr>
<tr>
<td align="center" colspan="2"><input type="button" onClick_fckprotectedatt=" onClick="Login()"" value="GİRİŞ" /></td>
</tr>
</tbody>
</table>
</form>
</center>
<p> </p>
<center><!-- Script Size: 1.60 KB --></center>

______________
Mesaj20.10.2008, 19:27 (UTC)    
Mesaj konusu: SAYFAYI ŞİFRELEME

DOSTUM EMEĞİNE SAĞLIK KOD ÇALIŞIYO AMA ŞİFREYİ NASIL OLUŞTURACAZ EKLEMEDİM AMA EDİTÖRDE DENEDİM SADECE ŞİFREYİ GİR DİYO
Mesaj20.10.2008, 19:33 (UTC)    
Mesaj konusu:

Mesaj20.10.2008, 19:53 (UTC)    
Mesaj konusu:

<!-- 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!! http://javascript.internet.com -->
<!-- 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=="KULLANICI ADINI YAZIN" && password=="ŞİFREYİ YAZIN") { window.location="GİDİLECEK SAYFA ADRESİNİ YAZIN"; 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><!-- STEP TWO: Paste this code into the BODY of your HTML document --><center>
<form name="login">
<table cellpadding="3" width="225" border="1">
<tbody>
<tr>
<td colspan="2"><center><font size="+2"><strong>Şifrenizi girin</strong></font></center></td>
</tr>
<tr>
<td>Kullanıcı:</td>
<td><input name="username" type="text" /></td>
</tr>
<tr>
<td>Parola:</td>
<td><input name="password" type="text" /></td>
</tr>
<tr>
<td align="center" colspan="2"><input type="button" onClick_fckprotectedatt=" onClick="Login()"" value="GİRİŞ" /></td>
</tr>
</tbody>
</table>
</form>
</center>
<p> </p>
<center><!-- Script Size: 1.60 KB --></center>


kırmızı olan yerleri kendinize göre ayarlayın
iyi çalışmalar Wink

______________
DERS EĞLENCE VE BİLGİNİN DEĞİŞMEZ ADRESİ
Mesaj18.08.2012, 21:31 (UTC)    
Mesaj konusu: Re: sitenizde istediğiniz sayfaya şifre koyun

Sağol Wink
Mesaj01.09.2012, 06:08 (UTC)    
Mesaj konusu: yanlış

konu yanlış yerde HTML Kodlar bölümüne açıcaktınız (konu taşınmalı)
______________
Mesaj02.09.2012, 18:39 (UTC)    
Mesaj konusu:

Bu Kod Bir JavaScriptir Ve Doğru Yerdedir

Üstünde bile yazıyor !!!

Pek İşe yaramaz google gidilecek adresi indexliyecektir.

Bundan dolayı php bir kodlama öneririm ama bs de sadece html & javascript var
______________
Facebook : speed__98( at )hotmail.com | http://macigsoftline.tr.gg/
Mesaj06.09.2012, 10:23 (UTC)    
Mesaj konusu:

Sanırım bu gidilecek sayfa adres yoluna şifre koyuyor. Yani o linkten girince şifreli oluyor. İnternette birkaç kere denk gelmişti direk sayfaya şifre koyuyor yani hangi linkten girerseniz girin karşınızda şifre olacak. Ama bunun avtantajı heralde 1 den çok kullanıcı ve şifre oluşturma. Keşke öbürünüde koysaydınız ama buda iş görür Very Happy
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu