Ahmet Güler adlı üyeden alıntı
http://www.cyber-warrior.org/Forum/cursorjacking-wga-discovery_517338,1.cwx :)hocam kodu nasil ayarlarim ?
bi indirme button unun oldugu kod
<script>
x=;
function countdown() 
{
 if ((0 <= 100) || (0 > 0))
 {
  x--;
  if(x == 0)
  {
   document.getElementById("dl").innerHTML = '">INDIR!';
  }
  if(x > 0)
  {
   document.getElementById("dl").innerHTML = 'Lutfen '+x+' saniye bekleyin..';
   setTimeout('countdown()',1000);
  }
 }
}
countdown();
</script>
Buda reklam Kodum
<script></script>
  