Nuevas NORMAS para el foro

Curso Hacker
Bienvenido(a), Visitante. Favor de ingresar o registrarse.
¿Perdiste tu email de activación? - Julio 26, 2008, 06:42:16
Boton Buscar
Inicio Ayuda Ingresar Registrarse
Visita: Articulos - Juegos Gratis - Da Foros

Comunidad Underground Hispana  |  Hack Novato  |  Hack para newbies (Moderadores: OzX, ziX92)  |  Tema: Javascript "hack" 0 Usuarios y 1 Visitante están viendo este tema. « anterior próximo »
Páginas: [1] Ir Abajo Imprimir
Autor Tema: Javascript "hack"  (Leído 75 veces)
Pankyy
Recien Llegado
*
Desconectado Desconectado

Mensajes: 1


Ver Perfil Email
« en: Agosto 25, 2007, 10:57:13 »

Holas, soy nuevo aquí, qué tal todo? Venía a hacerles una pequeña pregunta de una estupidez seguramente para ustedes que son expertos en esto del hacking. La cuestión es que yo quiero, para acelerar el proceso en una página, lograr que la variable x ( creo que esta es la que debe llegar a 0 ) llege directamente a 0, utilizando un código javascript en la barra. Es posible esto? cómo? Si me confundí de foro o algo, lo siento, soy nuevo.

Saludos y gracias ( les dejo el código abajo )

<html>
<head>
<style>
body {
   margin: 0 0 0 0;
}
a {
   text-decoration: none;
   color: blue;
}
</style>
<script>
function loadWindow(){
window.open("report.php?id=&sid=12456Tmk0d01URTBPREk&sid2=12456&siduid=12456&","","width=500,height=400,status=1")
}
</script>
</head>
<body bgcolor="white">
<script>
function next(num) {
   if(x == 0) {parent.location.href='surfclickfinal.php?button_clicked='+num+'&id=&pretime=&sid=12456Tmk0d01URTBPREk&sid2=12456&siduid=12456&';}
   else {
      alert("You must wait for the counter to reach 0");
   }
}

x=1;

function change_content(obj, num) {
   if (document.getElementById) {el = document.getElementById(obj) ;}
   else if (document.all){   el = document.all[obj]; }
   else if (document.layers) {el = document.layers[obj];}
   el.innerHTML = "<b>"+num+"</b>";
}


function timer() {
x--;
if(x == 0) {var show="Click ";}
else {
   var show=x;
   setTimeout('timer()', 1000);
}
change_content('timer', show)
}
</script>
<div align="center">

<table>
   <tr>
      
      <td>

         <font size="3"><div align="center" id="timer">Loading...</div></font>
         <a href="#" onclick="next(0)" id="button0"><img src="clickimages/9.gif" border=0></a><a href="#" onclick="next(1)" id="button1"><img src="clickimages/4.gif" border=0></a><a href="#" onclick="next(2)" id="button2"><img src="clickimages/8.gif" border=0></a><a href="#" onclick="next(3)" id="button3"><img src="clickimages/6.gif" border=0></a>
         <div align="center"><a href="" target="_blank"  style="font-size: 12px; color: darkblue;">New Window</a> : <a href="#" onClick="loadWindow()" style="font-size: 12px; color: darkblue;">Report</a></div>
      </td>
<td width=30></td><td><a href="bannerclick.php?id=172" target="_blank"><img src="
Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion" border=0" width="468" height="60"></a></td>
      
   </tr>
</table>

</div>

<script>
timer()
</script>
</body>
</html>
En línea
Páginas: [1] Ir Arriba Imprimir 
Comunidad Underground Hispana  |  Hack Novato  |  Hack para newbies (Moderadores: OzX, ziX92)  |  Tema: Javascript "hack" « anterior próximo »
Ir a:  


Ranking-Hits
Powered by SMF 1.1.5 | SMF © 2006-2007, Simple Machines LLC