Description: Cara Melindungi Artikel Dari Copy Paste
Rating: 4.5
Reviewer: adi -
ItemReviewed: Cara Melindungi Artikel Dari Copy Paste
Pada web BloggerDashboard – Design – Edit HTML
Cari kode <body> ganti dengan <body oncontextmenu="return false;"> .(tulisan dapat di select tapi tidak dapat di copy dengan klik kanan, kelemahannya dapat di copy dengan Ctrl+C)
Atau
Salin script berikut di bawah <head>
<SCRIPT type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</SCRIPT>
(tulisan tidak dapat di select)
Pada web WordPress
install plugin hotlink protection, download file lalu taruh di wp-content – plugin, aktifkan di dasboard – Plugins.
Edit file .htaccess
Edit file .htaccess ini khusus untuk server Apache. Salin script berikut, taruh di file .htaccess. Arti script berikut ialah gambar akan diganti dengan nm_file_gambar.jpg jika web yang meload bukan web kita.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?nm_domain_kita_1.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?nm_domain_kita_2.net(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?nm.domain_kita.org(/)? [NC]
RewriteRule .*.(jpg|jpeg|png|gif)$ http://nm_domain_yg_akan_menampilkan_gambar.com/nm_file_gambar.jpg [NC,R,L]
Sumber : http://tipskomputer.com/tips-artikel-aman-dari-pencuri/#comment-84
Cara Melindungi Artikel Dari Copy Paste
| 0 komentar
Related Post
If you enjoyed this article just click here, or subscribe to receive more great content just like it.
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar