Skocz do zawartości

PHP - operacje na czasie


Lollus

Rekomendowane odpowiedzi

coś takiego znalazłem w źródle rapida:

function starttimer(){
  d=new Date();
  timerend=d.getTime()+60000;
  document.getElementById('dwltxt').innerHTML="You will download as a Free User. Premium users don\'t have to wait and download with high speed.";
  showtimer();
}

function showhtimer(){
  d=new Date();
  t=d.getTime();
  document.getElementById('dwltxt').style.display='';
  document.getElementById('dwltmr').style.display='';
  if (t>=timerend){
    document.getElementById('dwltmr').innerHTML='';
    document.getElementById('dwltxt').innerHTML='';
    document.getElementById('freebut').innerHTML='<input type=button value=" REGULAR DOWNLOAD " style="width:80px" onclick="starttimer();">';
  }
  else{
    if ((timerend-t)/1000>180)
      document.getElementById('dwltxt').innerHTML='<strong>Możesz poczekać <span class="red">'+Math.round((timerend-t)/60000)+' minut</span> or <a href="/premium.html?id=32451642">upgrade to premium</a></strong>';
    else
      document.getElementById('dwltxt').innerHTML='<strong>Możesz poczekać <span class="red">'+Math.round((timerend-t)/1000)+' sekund</span> or <a href="/premium.html?id=32451642">upgrade to premium</a><strong>';
    setTimeout('showhtimer()', 1000);
  }
}

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...