Seja Bem-Vindos ! Navegue em nosso site,faça downloads de tudo que precisar,e se não achar oque deseja em nosso site,PeçaClicando aqui !

Tutorial - 3 proteções em 1 só código

0 comentários
Com este scripts você poderá proteger sua página contra o uso do botão direito, das teclas ALT+F4 e cópia de texto.

Vá em "Design"»»"Adicionar uma GadGet"»»"HTML/JavaScript" e cole o seguinte código:


<script language=JavaScript>
//script from www.argnet.tk
function blockError(){return true;}
window.onerror = blockError;
</script>
<script language=JavaScript>
function disableselect(e)
{
return false
}
function reEnable()
{
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar)
{
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>


<script language=JavaScript>
<!--
var mensagem="Copia nao autorizada!";//protege o botao direito do mouse
function click(mouse) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(mensagem);
return false;
}
}
if (document.layers) {
if (mouse.which == 3) {
alert(mensagem);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MouseDown);//protege a tecla ALT
function keypressed(evt) {
var evt = (evt) ? evt : ((event) ? event : null);
if((evt.keyCode == 18) || (evt.keyCode == 115)) {
alert("Utilize somente os botoes dentro da pagina!");
}
}
}


document.onmousedown=click;
document.onkeydown=keypressed; // -->
</script>

Nenhum comentário:

  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!