Kod Sifrele
Şifrelemek istediğiniz kod'u yapıştırıp şifrele butonuna basınız
Kod Şifreleme Editörü
";
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('Seçilecek Kod Yok!')
}
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='';
}
// -->
|
Bügün 47 ziyaretçi Kardeşimiz Sitemizi Ziyaret Etmişdir Sağolsunlar Varolsunlar
İnternet sitemi ziyaret etdiğiniz için teşekkürler. Bi Teşekkürü Çok görmeyin uğraşdık sonuçda Ve elimden geldikçe güncel tutuyorum.
|
- Bulundugun ülke :

İp No : 13.58.170.81

Bugünkü Ziyaretçi : 47
Toplam Ziyaretçi : 58617
Bugünkü Tıklanma : 193
Toplam Tıklanma : 247687
Burdasınız : Kod Sifrele
Siz : 'den Geldiniz...
Wep Sitenin Alanı :
Sayfa url linki: : //habercep.tr.gg/Kod-Sifrele.htm
Senin Taraycı : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)