Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

index.template.php de

BUL

?Download Download.txt
1
<body>';  </body>

DEĞİŞTİR

?Download Download.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<body>'; echo'
<script type="text/javascript">
 
//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>';  </body>

Read the rest of this entry »

SMF – Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

index.template.php de

BUL

?Download Download.txt
1
<body>';  </body>

DEĞİŞTİR

?Download Download.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<body>'; echo'
<script type="text/javascript">
 
//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>';  </body>

Read the rest of this entry »

Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

index.template.php de

BUL

?Download Download.txt
1
 <body>';  </body>

DEĞİŞTİR

?Download Download.txt
1
 <body>'; echo'<script type="text/javascript">//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=disableselectdocument.onmouseup=reEnable}</script>';  </body>

Read the rest of this entry »

Sitenizden Kopyalama Yapmalarını Engellemek

SMF 1.X.X No Comments »

Bu işlem için

index.template.php de

BUL

</head><body>';

Read the rest of this entry »

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş