Yazar |
Mesaj |
-
smhnet
Aktif Üye
|
09.07.2009, 20:00 (UTC) Mesaj konusu: Çok Acil Metin Engelleme Kodunu Bilen Varsa Hemen Yazsın |
|
|
|
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 20:05 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
hyperend
Uzman Üye
|
09.07.2009, 20:07 (UTC) Mesaj konusu: |
|
|
Kod: <script type="text/javascript">
/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
çalışıyor ______________ Özel mesajlara bakmıyorum bile... |
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 20:15 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 20:17 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
hyperend
Uzman Üye
|
09.07.2009, 20:31 (UTC) Mesaj konusu: |
|
|
Kod: <SCRIPT LANGUAGE="Javascript"><!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// Bu kodu www.hackerfriend.ile.biz adresinden indirdiniz.
// ***********************************************
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS)
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
if(EnableRightClick==1){ return true; }
else {return false; }
}
function mousehandler(e){
if(EnableRightClick==1){ return true; }
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
var myevent = (isNS) ? e : window.event;
if (myevent.keyCode==96)
EnableRightClick = 1;
return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//-->
</script>
bunu korsam sağ tık engeli sorun az da olsa düzelir. malasef bu kodun ie de çalışması lazım ama olmuyor ______________ Özel mesajlara bakmıyorum bile... |
|
↑
|
|
|
-
paylasim61
Uzman Üye
|
09.07.2009, 20:35 (UTC) Mesaj konusu: |
|
|
Buyur kardeşim aynen yapıştır Kod: <script type="text/javascript">
/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script><script>
/*JavaScript error stopper-
By JavaScript Kit (www.javascriptkit.com)
200+ free JavaScripts here
Bu kodu www.hackerfriend.ile.biz adresinden indirdiniz.
*/
function stoperror(){
return true
}
window.onerror=stoperror
</script> ______________
Ethical Hacker Professional Web Designer |
|
↑
|
|
|
-
paylasim61
Uzman Üye
|
09.07.2009, 20:36 (UTC) Mesaj konusu: |
|
|
paylasim61 yazmış: Buyur kardeşim aynen yapıştır Kod: <script type="text/javascript">
/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script><script>
/*JavaScript error stopper-
By JavaScript Kit (www.javascriptkit.com)
200+ free JavaScripts here
Bu kodu www.hackerfriend.ile.biz adresinden indirdiniz.
*/
function stoperror(){
return true
}
window.onerror=stoperror
</script> |
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 20:36 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 20:41 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
paylasim61
Uzman Üye
|
09.07.2009, 21:19 (UTC) Mesaj konusu: |
|
|
smhnet yazmış: tşkkr ederm her ikinizede ama bi türlü çalışmıyor bu kod yha ayrıca qercektende senin sitende süper çalışıyor o kod paylasim61 |
|
↑
|
|
|
-
smhnet
Aktif Üye
|
09.07.2009, 21:27 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
toplist-bank
Acemi Üye
|
18.09.2009, 19:25 (UTC) Mesaj konusu: BU KONUYLA ALAKASI YOK :) |
|
|
YHA BEN SİTEME LİG TV DE İZLENECEK MAÇLARIN SADECE LİNKİNİ KOYSAM SİTEME KAPANIRMI YAYIN YAPMICAM , SADECE LİNK ?
ACİL CEVAP..! |
|
↑
|
|
|
-
royalfm
Bedava-Sitem Bağımlısı
Konum: Istanbul
|
|
↑
|
|
|
-
yousnet
Acemi Üye
Konum: Bursa
|
22.09.2009, 08:39 (UTC) Mesaj konusu: |
|
|
teşekkürler güzel paylaşım |
|
↑
|
|
|
|