document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. $tiempodevida = shell_exec(\'uptime\');
  3. echo $tiempodevida;
  4. ?>
');