Icerige atla
Extraloob

Web sayfa şifreleme

· 2 Yanıt · 2.7K görüntüleme
N
Narqotic OP ⭐ 19y
#1
Web sayfa şifreleme

Bu sayede sayfanıza iznsiz giremeyecekler&෕ daha once verilenler gibi değil&ු kullanıcı adı yazan yeri ve password kısmını doldurun ve giriş yapın%100 çalışıyor


<!-- TWO STEPS TO INSTALL MULTIPLE USERS:



1. Copy the first code into the HEAD of your HTML ********

2. Put the last coding into the BODY of your HTML ******** -->



<!-- STEP ONE: Copy this code into the HEAD of your login HTML ******** -->



<HEAD>



<SCRIPT LANGUAGE="JavaScript">



<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->



<!-- Begin

function Login(){

var d

var username=********.login.username.value;

username=username.toLowerCase();

var password=********.login.password.value;

password=password.toLowerCase();

if (username=="KULLANICI ADI" && password=="ŞİFRESİ") { window.********="GİDİLECEK URL"; d }

if (username=="member2" && password=="password2") { window.********="page2.html"; d }

if (username=="member3" && password=="password3") { window.********="page3.html"; d }

if (d { alert("yanlış şifre!!!"); }

}

// End -->

</SCRIPT>



<!-- STEP TWO: Paste this code into the BODY of your HTML ******** -->



<BODY>



<center>

<form name=login>

<table width=225 border=1 cellpadding=3>

<tr><td colspan=2><center><font size="+2"><b>Members-Only Area!</b></font></center></td></tr>

<tr><td>Username:</td><td><input type=text name=username></td></tr>

<tr><td>Password:</td><td><input type=text name=password></td></tr>

<tr><td colspan=2 align=center><input type=button value="Login!" 

</table>

</form>

</center>



<p><center>

<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>

by <a href="http://javascriptsource.com">EXTRALOOB.COM / ßy NarqoTiC</a></font>

</center><p>



<!-- Script Size: 1.60 KB -->



2 Yanıt
J
Jigsaw ⭐ 19y
#2
.htaccess Şifreleme derim. Bir web dizini daha iyi korunamaz. Tabii bir sayfaya özelse veritabanında MD5 olarak şifreyi barındırmak ve CAPTCHA görsel doğrulama kullanmak en iyisi.

Yanıt yazmak için giriş yapın.

Giriş Yap
Paylaş: