Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>AutoVoto</title>
- </head>
- <body>
- <?
- $fecha = time();
- $a = 0;
- echo "Cheto Mendigo, On";
- while ($a<1)
- {
- if (time() > $fecha + 3600)
- {
- echo '<meta http-equiv="Refresh" content="1";url=http://www.mendigogame.es/change_please/9613521/">';
- $fecha = time();
- }
- else
- {
- echo time() - ($fecha + 3600)."<br>";
- $contador = time() + 1;
- while ($contador > time()) {}
- }
- }
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement