Sağ Tuş Kilidi
Sağ Tuş Kilidi
arkadaşlar sağ tuş kilidi var mı
- Shady__Shark
- Kayıtlı Kullanıcı
- Mesajlar: 136
- Kayıt: 17.01.2007, 11:02
- İletişim:
bunu templates/Senin teman/overal footer.tpl ye alt kısıma bir yere ekle
Kod: Tümünü seç
<SCRIPT language=JavaScript>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</SCRIPT>
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--- Hazirlayan ve Sunan http://www.duygusal.gibiyiz.biz site master i Seyfy --->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1235630-1";
urchinTracker();
</script>
Bu anlatım bu sitede vardı ama ben elimin altında olduğu için hemen yazdım, bu şekilde yapınca sorunsuz çalışıyor, denenmiştir... 
AÇ -> overall_header.tpl
BUL -> </head>
ALTTAKİ KODU ALTINA EKLE
Kendinize göre degistirmek için
BUL
Kendinize Göre Degistirin
ve dosyayi kaydedip serverinize atin
Kolay Gelsin
Not: Bu islemi yapmadan önce dosyanin bir yedegini alin.

AÇ -> overall_header.tpl
BUL -> </head>
ALTTAKİ KODU ALTINA EKLE
Kod: Tümünü seç
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Bunu Bir daha yapma !";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
BUL
Kod: Tümünü seç
var message="Bunu Bir daha yapma !";
Kendinize Göre Degistirin
ve dosyayi kaydedip serverinize atin
Kolay Gelsin
Not: Bu islemi yapmadan önce dosyanin bir yedegini alin.
Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 1 misafir