..:: MX Studio Fóruns ::..: PROTEÇÃO DE IMAGENS PARA LEIGOS E IMPACIENTES - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

PROTEÇÃO DE IMAGENS PARA LEIGOS E IMPACIENTES Algumas das Proteções Para Imagem

#1 User is offline   COSEN 

  • Group: Membros
  • Posts: 3
  • Joined: 11-November 05

  Posted 29 May 2006 - 04:02 PM

thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif thumbup.gif
AÊ GENTE DE TANTO VASCULHAR,
E PRA QUEM PRECISA COMO EU PRECISEI,
DE PROTEGER PÁGINAS PARA UM CLIENTE, OU AS PESSOAIS, BASTA
ACOMPANHAR AS PROTEÇÕES (PARA LEIGOS), E VER QUAL OU QUAIS MAIS AGRADAM....


PROTEGENDO O PRINT SCREEN
#################################################################
COLOQUE A LINHA EM NEGRITO ENTRE AS TAG'S<HEAD> E </HEAD>

<html>
<head>
<body onload=setInterval("window.clipboardData.clearData()",20)>

#################################################################




PROTEGENDO OS BOTÕES DIREITO E ESQUERDO
#################################################################
COLOQUE OS SCRIPT'S ENTRE AS TAG'S <BODY> & </BODY>
BOTÃO DIREITO.................

<script language="javascript">
function click() {
if (event.button==2) {
alert('PREZADO AMIGO, ESTE CONTEÚDO É PROTEGIDO CONTRA CÓPIA!')
}
}
document.onmousedown=click
</script>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

BOTÃO ESQUERDO.......

<script language="javascript">
function click() {
if (event.button==1) {
alert('PREZADO AMIGO, ESTE CONTEÚDO É PROTEGIDO CONTRA CÓPIA!')
}
}
document.onmousedown=click
</script>


#################################################################



DESABILITAR A GALERIA DE OPÇÕES NO XP
#################################################################

A TAG = galleryimg="no" ENTRA DENTRO DA LINHA DE COMANDO <img src="">

<img src="nomeimagem.jpg" width="800" height="600" title="nomeimagem.jpg" border="0" galleryimg="no">


################################################################
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)