Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/05/2004, 12:46
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
De todas formas hice trampa, basta con pedirle click derecho a la imagen y pedirle las propiedades.

Pero ahora en serio, respecto al encriptado... el código es este

<>
<SCRIPT>
<!--
document.write(unescape("<html>


<script language="javascript">
cookies()
</script>
<style type="text/css">
BODY {
scrollbar-face-color: #cccccc;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #aaaaaaaa;
scrollbar-darkshadow-color: #ofoffo;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #000000;
}
</style>


<head>
<title>la intencion es lo que vale!!!.</title>




<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var SpecialWord = "coso",
SpecialUrl = "http://www.nadakedecir.com.ar",
SpecialLetter = 0;
function getKey(keyStroke) {
var isNetscape=(document.layers);
var eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
var which = String.fromCharCode(eventChooser).toLowerCase();
if (which == SpecialWord.charAt(SpecialLetter)) {
SpecialLetter++;
if (SpecialLetter == SpecialWord.length) window.location = SpecialUrl;
}
else SpecialLetter = 0;
}
document.onkeypress = getKey;
// End -->
</SCRIPT>

<SCRIPT language=JavaScript1.2>

// Script Original: Lloyd Hassell's

// Mensaje
var thecontent='<h2><font color="#0000FF"><img src="http://www.worcel.com/archivos/p/biohazard.gif"></font></h2>'
// Tiempo de animación en milisegundos ('' = infinito)
var hidetimer='';
// Velocidad
var BallSpeed = 10;


var contentWidth;
var contentHeight;
var maxBallSpeed = 50;


var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;

function initializeBall() {
if (document.all) {
xMax = document.body.clientWidth
yMax = document.body.clientHeight
document.all("supertext").style.visibility = "visible";
contentWidth=supertext.offsetWidth
contentHeight=supertext.offsetHeight
}
else if (document.layers) {
xMax = window.innerWidth;
yMax = window.innerHeight;
contentWidth=document.supertext.document.width
contentHeight=document.supertext.document.height
document.layers["supertext"].visibility = "show";
}
setTimeout('moveBall()',400);
if (hidetimer!='')
setTimeout("hidetext()",hidetimer)
}

function moveBall() {
if (superballRunning == true) {
calculatePosition();
if (document.all) {
document.all("supertext").style.left = xPos + document.body.scrollLeft;
document.all("supertext").style.top = yPos + document.body.scrollTop;
}
else if (document.layers) {
document.layers["supertext"].left = xPos + pageXOffset;
document.layers["supertext"].top = yPos + pageYOffset;
}
animatetext=setTimeout('moveBall()',20);
}
}

function calculatePosition() {
if (xDir == "right") {
if (xPos > (xMax - contentWidth - BallSpeed)) {
xDir = "left";
}
}
else if (xDir == "left") {
if (xPos < (0 + BallSpeed)) {
xDir = "right";
}
}
if (yDir == "down") {
if (yPos > (yMax - contentHeight - BallSpeed)) {
yDir = "up";
}
}
else if (yDir == "up") {
if (yPos < (0 + BallSpeed)) {
yDir = "down";
}
}
if (xDir == "right") {
xPos = xPos + BallSpeed;
}
else if (xDir == "left") {
xPos = xPos - BallSpeed;
}
else {
xPos = xPos;
}
if (yDir == "down") {
yPos = yPos + BallSpeed;
}
else if (yDir == "up") {
yPos = yPos - BallSpeed;
}
else {
yPos = yPos;
}
}

function hidetext(){
if (document.all)
supertext.style.visibility="hidden"
else if (document.layers)
document.supertext.visibility="hide"
clearTimeout(animatetext)
}

if (document.all||document.layers){
document.write('<span id="supertext"><nobr>'+thecontent+'</nobr></span>')
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}

</SCRIPT>
<SPAN id=supertext style="LEFT: 710px; TOP: 10px; VISIBILITY: visible"><NOBR>
<H2><FONT color=#0000ff><IMG src="http://www.worcel.com/archivos/p/biohazard.gif"></FONT></H2></NOBR></SPAN><BR>Hoy es dia
<SCRIPT>

var mydate=new Date();
var year=mydate.getYear();
if (year < 1000)
year+=1900;
var day=mydate.getDay();
var month=mydate.getMonth()+1;
if (month<10)
month="0"+month;
var daym=mydate.getDate();
if (daym<10)
daym="0"+daym;
document.write("<small><font color='000000' face='Arial'><b>"+daym+"/"+month+"/"+year+"</b></font></small>")
</SCRIPT>
<SMALL><FONT color=#000000 face=Arial><B>07/05/2004</B></FONT></SMALL> <BR>
<SCRIPT language=javascript>
var ip = java.net.InetAddress.getLocalHost().getHostAddress ();
document.writeln('Detecte que tu IP es: "' + ip + '"')
</SCRIPT>

<HR>
<A class=chlnk href="" onclick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://www.feset.tk');" style="CURSOR: hand">Página de inicio?</A>
<SCRIPT language=JavaScript>
<!--

function get_color(color_num)
{
var now_color=color_num;

var my_color= new Array(5)
my_color[0]="lime";
my_color[1]="orange";
my_color[2]="lightblue";
my_color[3]="pink";
my_color[4]="ghostwhite";

document.bgColor=my_color[now_color];
}
//-->
</SCRIPT>

<P><B>Cambiar el color de fondo!</B>
<P>
<FORM><INPUT onclick=get_color(0) type=button value=Lima> <INPUT onclick=get_color(1) type=button value=Naranja> <INPUT onclick=get_color(2) type=button value=Celeste> <INPUT onclick=get_color(3) type=button value=Rosa> <INPUT onclick=get_color(4) type=button value=Blanco> </FORM><BR><BR><BR>
<CENTER><IMG src="http://www.worcel.com/archivos/p/obrasinf.gif"> <IMG src="http://www.worcel.com/archivos/p/obrasinf.gif"> </CENTER><BR><BR>
<P><FONT sans comic>
<CENTER>
<TABLE bgColor=#bbbbbb border=5 height=500 width="50%">
<TBODY>
<TR>
<TD vAlign=top>
<H2><FONT color=green>LINKS!!!</FONT></H2><BR><A href="http://www.nadakedecir.com.ar">Nadakedecir</A><BR><A href="http://www.emu-russia.net/index_en">emu-rusia </A><BR><A href="http://www.worcel.com/antiblog">antiblog </A><BR><A href="http://www.worcel.com/korochi"><SMALL>korochi industrias</SMALL> </A><BR><BR><BR><BR>
<H1>NEWS</H1>
<H1></H1>
<H1></H1>
<CENTER>
<MARQUEE bgColor=#bbbbbb direction=up height=120 scrollAmount=1 scrollDelay=10 width=90>
<P align=center><SMALL><FONT size=2><BR></FONT></SMALL>
<P align=center>
<CENTER><FONT color=red>
<CENTER>TEMPLATE</CENTER>Para ver la mayoria de las cosas dichas aqui se debe usar el IE<BR>
<H4>CAMBIOS</H4><BR><BR>Carteles que aparecen al principio, los frames, el titulo, el scroll, posibilidad de cambiar el color de fondo, el titulo de la tabla </SMALL></FONT></CENTER></MARQUEE></CENTER>
<TD vAlign=top><FONT face=comic sans>
<H1>
<P id=anima style="BACKGROUND-COLOR: white; FONT-SIZE: 16px"></FONT></P><BR><BR><SPAN id=theText style="FILTER: Glow(Color=blue, Strength=10); WIDTH: 100%">
<H3 align=center><FONT color=#3a6ca3><FONT size=+3>La intencion es lo que vale</FONT> </FONT><FONT color=#666666>
<SCRIPT> // ^-the text that will be displayed
<!--
//can be edited from here
var from = 5; //the animation start value
var to = 11; //the animation end value
var delay = 55; //the animation speed
var glowColor = "red"; //the first color
var glowColor2 = "orange"; //the second color
var glowColor3 = "yellow"; //the third color
var glowColor4 = "lime"; //4th color
var glowColor5 = "blue"; //5th color
var glowColor6 = "magenta"; //last color
//no more editing
var i = to;
var j = 0;
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor2 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp2()',delay);
return 0;
}
}
function textPulseUp2()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor3 + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp2()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown2()',delay);
return 0;
}
}
function textPulseDown2()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor4 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown2()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp3()',delay);
return 0;
}
}
function textPulseUp3()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor5 + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp3()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown3()',delay);
return 0;
}
}
function textPulseDown3()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor6 + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown3()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;

etc (no me entró entero en el mensaje pues superaba los 10mil caracteres)