Forum'da ara:
Ara


Yazar Mesaj
Mesaj03.09.2007, 01:34 (UTC)    
Mesaj konusu: Html sayfalarının kodlarını gizleme

ben yapamadım bide siz deneyin

Kod:
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>HTML Kodu</title>
</head>

<body>


<table width="450" cellpadding="0" cellspacing="0" border="0" height="74">

<tr>

<td width="381" valign="middle" >



<font class="main">

<center><script language="JavaScript"><!--

//////////////////////////////////////////////////////////////////
// Türkçeleştirme Scriptler.com //
//////////////////////////////////////////////////////////////////

/*--------------------------------------------------------------*/

//////////////////////////////////////////////////////////////////
// sourceLocker v1.0 LITE //
//////////////////////////////////////////////////////////////////
/* */
/* The redistribution of this application script is strictly */
/* prohibited by all its meanings. For any kind of use other */
/* than personal contact Infinity Interactive for permission */
/* of use. */
/* If you notice improper use of this software, please contact */
/* the company immediately at on of the emails listed in the */
/* source of this page. */
/* */
/* Thank you for using software of Infinity Interactive and we */
/* hope you enjoy it as much as we did developing it for you. */
/* */
/* Copyright(c)2002 Infinity Interactive. All Rights Reserved. */
/*--------------------------------------------------------------*/

i=0;
s=0;
num=0;
seq1="",seq2="";

ie = document.all?1:0;
ns = document.layers?1:0;
ns6 = document.getElementById?1:0;
svet = "";

function generate(what)
{
code = document.pad.text;
if (code.value.length>0) code.value = "<script language=JavaScript>m='"+escape(code.value)+"';d=u nescape(m);document.write(d);<\/script>";
else if (code.value.length == "")
{
alert('Şifrelemek için HTML kodunu giriniz');
document.pad.text.focus();
}
}

function unlock()
{
if (document.pad.text.value.length == "")
{
alert('Kodu çözmek için HTML kodunu giriniz');
document.pad.text.focus();
}
else
{
code = document.pad.text.value;
pass = "";
pass = code.replace(/m=\'(.*)\';d=/g, "[[$1[[");
ut = pass.split("[[");
document.pad.text.value = unescape(ut[1]);
}
}
function selectCode()
{
padText=document.pad.text;
if(padText.value.length>0)
{
if (ie)
{
therange=padText.createTextRange();
therange.execCommand("Copy");
window.status="Kod Panoya Kopyalandı";
setTimeout("window.status=''",1800);
}
padText.focus();
padText.select();
}
else alert('Secim Yapmadınız')
}

function LightOn(what, message)
{
if (ie||ns6)
{
window.status=message;
what.style.backgroundColor='#EAEAEA';
what.style.cursor='hand';
}
else window.status=message;
}
function LightOut(what)
{
if (ie||ns6)
{
what.style.backgroundColor='white';
window.status='';
}
else window.status='';
}
// --></script>

<form method="post" name="pad" align="center">
<table border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td align="right" valign="top" class="text">
<font face="Tahoma" size="2">HTML Kodu: </font>
</td>
<td width="484">
<textarea nowrap class="box" rows="11" name="text" cols="51" wrap></textarea></td>
</tr>
<tr>
<td width="116"></td>
<td width="484">
<input class="but" type="button" value="Kodu Şifrele" name="compileIt" onClick="generate()" onMouseOver="LightOn(this, 'Kodu Şifreleyin')" onMouseOut="LightOut(this)">
<input class="but" type="button" value="Kodu Seçin" name="select" onClick="selectCode()" onMouseOver="LightOn(this, 'Kodu Seçin')" onMouseOut="LightOut(this)">
<input class="but" type="button" value="Kodu Çözün" name="retur" onClick="unlock()" onMouseOver="LightOn(this, 'Kodu Çözün')" onMouseOut="LightOut(this)">
<input class="but" type="reset" value="Clear" name="clear" onMouseOver="LightOn(this, 'Temizleyin')" onMouseOut="LightOut(this)">
</td>
</tr>
<tr>
<td colspan="2" class="text" align="right"><font face="Tahoma">
<font size="1">TürkçeleştirmeScriptler.Com</font>
<font size="1">Credit: Svetlin Staev</font>
</td>
</tr>
</table>
</form></center>

</font>
</td>
</tr>
</table>

</body>

</html>
Önceki mesajları göster:   


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