<?php
$site = file_get_contents("http://localhost/e1.php");
$log = substr($site,942,1050);
echo "<font color=\"#3333CC\">".$log."</font>";
?>