Advertisement
Kimeraweb

Untitled

Sep 18th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>AutoVoto</title>
  6. </head>
  7.  
  8. <body>
  9. <?
  10.     $fecha = time();
  11.     $a = 0;
  12.     echo "Cheto Mendigo, On";
  13.    
  14.     while ($a<1)
  15.     {
  16.  
  17.         if (time() > $fecha + 3600)
  18.         {
  19.             echo '<meta http-equiv="Refresh" content="1";url=http://www.mendigogame.es/change_please/9613521/">';
  20.             $fecha = time();
  21.         }
  22.         else
  23.         {
  24.             echo time() - ($fecha + 3600)."<br>";
  25.             $contador = time() + 1;
  26.             while ($contador > time()) {}
  27.         }
  28.     }
  29. ?>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement