eniscan789 adlı üyeden alıntı

Bu kodu şablonda ctrl+f yardımı ile arayın ve böyle bir kod varsa silin.

<script>
//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.disableselect
document.reEnable
}
</script>


malesef o kodlar mevcut değil. Dha önce de denemiştim yine aynı sonucu almıştım. Şifrelemiş olabilirler belki.