Visitantes

Mostrando postagens com marcador Codigos JavaSript. Mostrar todas as postagens
Mostrando postagens com marcador Codigos JavaSript. Mostrar todas as postagens

segunda-feira, 22 de agosto de 2011

script de foto e proteção


<!--Inicio do script da foto com o efeito e proteção-->



<!--Script feito por Mário Leandro Ristow--><!--mario_ristow@zipmail.com.br--><!--www.marioleandroristow.cjb.net-->



<SCRIPT>

  nereidFadeObjects = new Object();nereidFadeTimers = new Object();function nereidFade(object, destOp, rate, delta){if (!document.all)

  return

  if (object != "[object]"){ 

  setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);

  return;

    }       

  clearTimeout(nereidFadeTimers[object.sourceIndex]);   

  diff = destOp-object.filters.alpha.opacity;

  direction = 1;

  if (object.filters.alpha.opacity > destOp){

  direction = -1;

    }

  delta=Math.min(direction*diff,delta);

  object.filters.alpha.opacity+=direction*delta;

  if (object.filters.alpha.opacity != destOp){

  nereidFadeObjects[object.sourceIndex]=object;

  nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);

    }

    }

</SCRIPT>



<!--Você também pode escolher a figura á ser demonstrada e o destino, clicando com o botão direito, e "propriedades" (mas não interferindo no script do link: javascript:PopupImage('') -->



<script LANGUAGE="JavaScript">

<!--

function PopupImage(img) {

titre="Escreva aqui o título da janela";

w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=no');

w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");

w.document.write("<script language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");

w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");

w.document.write("<TABLE width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><TR>");

w.document.write("<TD valign='middle' align='center'><IMG src='"+img+"' border=0 alt='Escreva aqui o nome da foto'>");

w.document.write("</TD></TR></TABLE>");

w.document.write("</BODY></HTML>");

w.document.close();

}

//-->

</SCRIPT>





<body bgcolor="#000000" text="#FFFFFF" link="#333333" vlink="#333333" alink="#FFFFFF">



<p align="center"><a href="javascript:PopupImage('O endereço da foto aqui')">



<img border="0" style="filter:alpha(opacity=30);" onmouseover="nereidFade(this,100,30,10)" onmouseout="nereidFade(this,30,50,10)" src="Endereço da foto de demosntração" width="32" height="32">



<!--Fim do scrip da foto com efeito e proteção-->




quantas vezes ja visitou o site

<html>
<body>
<!--------------------COMEÇA AQUI------------------------->
<HEAD>
<font face=verdana size=2 color=#1e90ff><SCRIPT LANGUAGE="JavaScript">
<!--
function GetCookie (name) { 
var arg = name + "="; 
var alen = arg.length; 
var clen = document.cookie.length; 
var i = 0; 
while (i < clen) {
var j = i + alen;   
if (document.cookie.substring(i, j) == arg)     
return getCookieVal (j);   
i = document.cookie.indexOf(" ", i) + 1;   
if (i == 0) break;  

return null;
}
function SetCookie (name, value) { 
var argv = SetCookie.arguments; 
var argc = SetCookie.arguments.length; 
var expires = (argc > 2) ? argv[2] : null; 
var path = (argc > 3) ? argv[3] : null; 
var domain = (argc > 4) ? argv[4] : null; 
var secure = (argc > 5) ? argv[5] : false; 
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) + 
((domain == null) ? "" : ("; domain=" + domain)) +   
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) { 
var exp = new Date(); 
exp.setTime (exp.getTime() - 1);  
var cval = GetCookie (name); 
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var expDays = 30;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
//  -->
</SCRIPT>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write("Você já visitou <b>" + amt() + "</b> vezes.")
//  -->
</SCRIPT></font>
<!--------------------TERMINA AQUI------------------------->
</body>
</html>

nome e visitas


script nome...
<TITLE> titulo da pg </TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<SCRIPT LANGUAGE = "JavaScript">
var expDays = 30;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function Who(info){
  var VisitorName = GetCookie('VisitorName')
  if (VisitorName == null) {
   VisitorName = prompt("Qual é seu nome");
   SetCookie ('VisitorName', VisitorName, exp);
  }
 return VisitorName;
}
function When(info){
      var rightNow = new Date()
  var WWHTime = 0;
  WWHTime = GetCookie('WWhenH')
  WWHTime = WWHTime * 1
  var lastHereFormatting = new Date(WWHTime);          var intLastVisit = (lastHereFormatting.getYear() * 10000)+(lastHereFormatting.getMonth() * 100) + lastHereFormatting.getDate()
         var lastHereInDateFormat = "" + lastHereFormatting;
         var dayOfWeek = lastHereInDateFormat.substring(0,3)
         var dateMonth = lastHereInDateFormat.substring(4,11)
         var timeOfDay = lastHereInDateFormat.substring(11,16)
         var year = lastHereInDateFormat.substring(23,25)
         var WWHText = dayOfWeek + ", " + dateMonth + " at " + timeOfDay
  SetCookie ("WWhenH", rightNow.getTime(), exp)
 return WWHText;
}
function Count(info){
  var WWHCount = GetCookie('WWHCount')
  if (WWHCount == null) {
   WWHCount = 0;
  }
  else{
   WWHCount++;
  }
  SetCookie ('WWHCount', WWHCount, exp);
 return WWHCount;
}
function set(){
 VisitorName = prompt("Como vai você?");
 SetCookie ('VisitorName', VisitorName, exp);
 SetCookie ('WWHCount', 0, exp);
 SetCookie ('WWhenH', 0, exp);
}
function getCookieVal (offset) { 
 var endstr = document.cookie.indexOf (";", offset); 
 if (endstr == -1)   
  endstr = document.cookie.length; 
  return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) { 
 var arg = name + "="; 
 var alen = arg.length; 
 var clen = document.cookie.length; 
 var i = 0; 
 while (i < clen) {   
 var j = i + alen;   
 if (document.cookie.substring(i, j) == arg)     
  return getCookieVal (j);   
  i = document.cookie.indexOf(" ", i) + 1;   
  if (i == 0) break;  
 } 
 return null;
}
function SetCookie (name, value) { 
 var argv = SetCookie.arguments; 
 var argc = SetCookie.arguments.length; 
 var expires = (argc > 2) ? argv[2] : null; 
 var path = (argc > 3) ? argv[3] : null; 
 var domain = (argc > 4) ? argv[4] : null; 
 var secure = (argc > 5) ? argv[5] : false; 
 document.cookie = name + "=" + escape (value) +
 ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
 ((path == null) ? "" : ("; path=" + path)) + 
 ((domain == null) ? "" : ("; domain=" + domain)) +   
 ((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) { 
 var exp = new Date(); 
 exp.setTime (exp.getTime() - 1); 
 var cval = GetCookie (name); 
 document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
</script>
<script>
 document.write("Olá!! <b>" + Who() + "</b>. Esta é a  <b>" + Count() + "º</b> vez que visita nosso site.")
</script>
<a href="JavaScript:set()">Mudar nome.</a>

codigo de recadinhos

<div align="CENTER"> <!-- início do código para o mural CódigoFonte.net -->
<iframe width="525" height="350" id="cfMuralRecados" name="cfMuralRecados" frameborder="0" src="http://mural.codigofonte.net/162717"></iframe>
<!-- final do código para o mural CódigoFonte.net --></div>

msn no site

<H3><U><div align="CENTER">Poderá tc comigo se eu tiver ON no meu MSN!</div></U><BR></H3>
<iframe src="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=2861419f061dc96a@apps.messenger.live.com&mkt=en-US" width="500" height="300" style="border: solid 1px black; width: 500px; height: 300px;" frameborder="0"></iframe>

index

<HTML>
<HEAD>
<TITLE>"COLOQUE O TÍTULO DO SITE AQUI"</TITLE>
<BODY BGCOLOR="COLOQUE A COR DE FUNDO AQUI" BACKGROUND="COLOQUE A IMAGEM DE FUNDO AQUI" BGPROPERTIES=FIXED>
</HEAD>
<FONT COLOR="COLOQUE A COR DA FONT AQUI" SIZE="COLOQUE O TAMANHO DA FONT AQUI">


</HTML>
NO ESPAÇO ACIMA VC PODE COLOCAR O Q VC QUIZER !!!!
MAIS NÃO SE ESQUESSA DE SALVAR ESTE ARQUIVO COMO "INDEX.HTML" PRA FUNCIONAR COMO DOCUMENTO DE HTML!!!
CREATED BY ROBOTYNIC
E-MAIL: felipe.don1@hotmail.com

id de usuario

<!-- Copiar dentro da tag HEAD -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Roberto Tadeu reis de Souza -->
<!-- Begin
function readID() {
var expDays = 365; // dias para que expire
var expDate = new Date();
expDate.setTime(expDate.getTime() +  (24 * 60 * 60 * 1000 * expDays));
var id = GetCookie('id');
if (id == null || id == "no id") {
if (location.search.length > 1) id = location.search.substring(1, location.search.length);
else id = "no id";
if (id != GetCookie('id')) SetCookie('id', id, expDate);
}
document.idform.id.value = id;
}
function getCookieVal (offset) { 
var endstr = document.cookie.indexOf (";", offset); 
if (endstr == -1)   
endstr = document.cookie.length; 
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) { 
var arg = name + "="; 
var alen = arg.length; 
var clen = document.cookie.length; 
var i = 0; 
while (i < clen) {   
var j = i + alen;   
if (document.cookie.substring(i, j) == arg)     
return getCookieVal (j);   
i = document.cookie.indexOf(" ", i) + 1;   
if (i == 0) break;  

return null;
}
function SetCookie (name, value) { 
var argv = SetCookie.arguments; 
var argc = SetCookie.arguments.length; 
var expires = (argc > 2) ? argv[2] : null; 
var path = (argc > 3) ? argv[3] : null; 
var domain = (argc > 4) ? argv[4] : null; 
var secure = (argc > 5) ? argv[5] : false; 
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) + 
((domain == null) ? "" : ("; domain=" + domain)) +   
((secure == true) ? "; secure" : "");
}
//  End -->
</script>
</HEAD>
<!-- Copiar dentro del tag BODY -->
<BODY OnLoad="readID()">
<form name=idform>
<input type=hidden name=id>
</form>
</BODY>
</HTML>

dias online contador

<script>

montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
today=new Date()
todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
todaym=today.getMonth()
todayd=today.getDate()
todaystring=montharray[todaym]+" "+todayd+", "+todayy
paststring=montharray[m-1]+" "+d+", "+yr
difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" days"
document.write("Já tem "+difference+" dias desde que o meu site entrou no ar.")
}
//enter the count up date using the format year/month/day
countup(1999,01,15)
</script>

Definir como Homepage

<a href="" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.seu_site.com');">This is the caption</a>

CURSOR

<style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/fireblue.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/fireblue.gif"), auto;}</style>

Contador do mundo de Visitas

<script type="text/javascript" src="http://www.99counters.com/javascript.php?vars=YToyOntzOjI6ImlkIjtzOjY6IjE5OTUzNCI7czoyOiJsbiI7czoyOiJlbiI7fQ%3D%3D&width=175&height=200"></script><noscript><a href="http://www.onlinecasinoextra.com/">online casino</a> <a href="http://www.99counters.com/">Counters</a></noscript>

Codigo do tradutor

<head>

<script language='JavaScript'>
var txt=&quot;...::AlienWare Downloa::...&quot;;
var espera=120;
var refresco=null;
function rotulo_title() {
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);refresco=setTimeout(&quot;rotulo_title()&quot;,espera);}
rotulo_title();
</script>

Codigo da letrinha da barra de endereço

<head>

<script language='JavaScript'>
var txt=&quot;...::AlienWare Downloa::...&quot;;
var espera=120;
var refresco=null;
function rotulo_title() {
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);refresco=setTimeout(&quot;rotulo_title()&quot;,espera);}
rotulo_title();
</script>

Codigo Gerador de Codigos

<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="180" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="300">
<param value="http://img392.imageshack.us/img392/2941/gerador3rt9.swf" name="movie"/>
<param value="high" name="quality"/>
<param value="transparent" name="wmode"/>
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" width="180" src="http://img392.imageshack.us/img392/2941/gerador3rt9.swf" wmode="transparent" height="300" type="application/x-shockwave-flash"></embed></object></center>

Cbox

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="200" height="305" src="http://www5.cbox.ws/box/?boxid=605439&boxtag=jg40zj&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="200" height="75" src="http://www5.cbox.ws/box/?boxid=605439&boxtag=jg40zj&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->

Barra do google com fundo cinza

<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com.br/custom" target="google_window">
    <table width="410" height="68" bgcolor="#cccccc">
      <tr>
        <td nowrap="nowrap" valign="middle" align="center" height="32"> <a href="http://www.google.com/" target="_blank">
          <img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
          <input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Pesquisar"></input>
<input type="hidden" name="client" value="pub-1739532624858554"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="pt"></input>
          </td>
      </tr></table>
</form>
</center>
<!-- Search Google -->

Barra do google com fundo branco

<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com.br/custom" target="google_window">
    <table height="68" bgcolor="#ffffff">
      <tr>
        <td nowrap="nowrap" valign="middle" align="left" height="32"> <a href="http://www.google.com/" target="_blank">
          <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
          <input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Pesquisar"></input>
<input type="hidden" name="client" value="pub-1739532624858554"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="pt"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->

ABA DE PARCERIA

<center><strong></strong><ie:download id="marqueedata"></ie:download><p align="justify"></p><marquee id="externalmarquee" direction="up" onmouseover="this.scrollAmount=" style="border: 2px solid black; padding: 2px; width: 120px; height: 200px;" onmouseout="this.scrollAmount=" scrollamount="7" src="update.htm"><color:><strong></strong></color:><center><strong>
</strong>
<strong>
</strong><strong>
AQUI AS PARCERIAS
</strong></center></marquee></center>

e so copiar e colar quem curtir deixe um comentario.