Hello RaGEZONE!
This code can save your website from theft or copy and paste you just need to copy all the code below and paste after </ head> in index.php
Thank you
PHP Code:<SCRIPT LANGUAGE="JavaScript" type="text/javascript" >
<!--
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>


Reply With Quote

