SEGURANÇA MAXIMA
Publicado por Perfil removido 12/04/2005
[ Hits: 7.620 ]
Script que não deixa Alguem copiar a seu site, SEM BOTÃO DIREITO , SEM TECLADO !!! Muito Bom !! eXelente
ANTES CRIE UMA PAGINA COM O NOME ERRO.HTM COM O SEGUINTE SCRIPT :
<script>
var x=0;
var y=0;
function ab(){
if(x>=6){
x=1;
}
else
x+=1;
if(x==1){a1.style.color="yellow";a2.style.color=a1.style.color;}
if(x==2){a1.style.color="blue";a2.style.color=a1.style.color;}
if(x==3){a1.style.color="green";a2.style.color=a1.style.color;}
if(x==4){a1.style.color="pink";a2.style.color=a1.style.color;}
if(x==5){a1.style.color="lime";a2.style.color=a1.style.color;}
if(x==6){a1.style.color="red";a2.style.color=a1.style.color;}
setTimeout("ab()",100);
}
function abg(){
if(y>=11){
y=11;
}
else
y+=1;
if(y==1){window.status="1 Segundo.";}
if(y==2){window.status="2 Segundo.";}
if(y==3){window.status="3 Segundo.";}
if(y==4){window.status="4 Segundo.";}
if(y==5){window.status="5 Segundo.";}
if(y==6){window.status="6 Segundo.";}
if(y==7){window.status="7 Segundo.";}
if(y==8){window.status="8 Segundo.";}
if(y==9){window.status="9 Segundo.";}
if(y==10){window.status="10 Segundo.";}
if(y==11){window.status="Voltando!!!";location.href="index.htm";}
setTimeout("abg()",1000);
}
</script>
<script>
alert("Esse alert foi colocado por proposito.");
</script>
------------------//-------------------
ENTÃO VOCÊ CRIA A PAGINA INDEX COM O SEGUINTE CODIGO :
<SCRIPT language=JavaScript>
function down(){
if(event.button==2){
alert("Maxima Segurança.\nTotal Segurança.");
}
}
function up(){
if(event.button==2){
alert("Segurança Maxima desenvolvido por Ianez!");
location.href="erro.htm";
}
}
document.onmousedown=down; document.onmouseup=up;
function keypressed(){
alert("Maxima Segurança.\nTotal Segurança.");
}
document.onkeydown=keypressed;
</SCRIPT>
<script>
alert("Esse alert foi colocado por proposito.\nSegurança Maxima!!");
</script>
Manda Mensagem Icq ao clicar no link
Como atualizar sua versão estável do Debian
Cirurgia para acelerar o openSUSE em HD externo via USB
Void Server como Domain Control
Script de montagem de chroot automatica
Atualizar Linux Mint 22.2 para 22.3 beta
Jogar games da Battle.net no Linux com Faugus Launcher
Como fazer a Instalação de aplicativos para acesso remoto ao Linux
Por que passar nas disciplinas da faculdade é ruim e ser reprovado é b... (7)
De volta para o futuro - ou melhor, para o presente (parte 2) (0)









