Jump to content

İçerik koruma


osmankarakus

Recommended Posts

sitenizdeki body kodunu silin ve aşağıdaki kodu ekleyin.
Temanızın / header.tpl yi açın ve <body> tagını silip alttakini kopyalayın:


<body>

Aşağıdaki kodları < head > tagı arasına ekleyin.

[removed]<!-- Begin function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Sitede Kopyalama Yapmak Yasaktır !!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; // End --> [removed]

Kaynak: Sağ Tuşu Ve Yazı Seçmeyi Engelleme
[removed]<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Sitede Kopyalama Yapmak Yasaktır !!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->
[removed]


Alıntıdır..

Umarım yararı olur.

Link to comment
Share on other sites

o kod doğru fakat smarty olduğu için çalışmaz. smarty içerisinde javascript çalıştırmak için ya dışardan import edecez. yada bu yukardaki kodları
{literal}{/literal} aralığına yazmanız gerekiyor.
not bu yazıların ve resimlerin kopyalamasını ne kadar engellesinizde alacak adam yine alır. tek çare resimlere karışık bir filigran eklemektir.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...