Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html><html><head><title>Object status checker</title><meta charset="utf-8"/><style type="text/css">h1, li, p{font-family:Courier}.green, .green a{color:#009900}.red, .red a{color:#ff0000}</style></head><body><noindex><h1>Object status checker</h1><p><a href="index.php">Back to main</a></p><ol><?php $okText='string found!';$errText='string not found!';$html1_address1 = 'http://konyakov.ru/pubs/js/metrology.html';$html1=file_get_contents ($html1_address1);date_default_timezone_set('Europe/Moscow');$get_time = date("d.m.Y (H:i:s)", time());$get_time_txt = date("Y-m-d_H-i-s", time());if (preg_match("/&copy; КОНЬЯОВ.ру/i", $html1)) {echo '<li class="green"><a href="'.$html1_address1.'" target="_blank">'.$html1_address1.'</a>: '.$okText.'</li>';} else {echo '<li class="red"><a href="'.$html1_address1.'" target="_blank">'.$html1_address1.'</a>: '.$errText.'</li>';$fopen = fopen ("log.csv", "a+");fputs ($fopen, "$get_time;<a href=\"$html1_address1\" target=\"_blank\" rel=\"nofollow\">$html1_address1</a>;$errText (<a href=\"http://konyakov.ru/pubs/php/object-status-checker/error/$get_time_txt\" target=\"_blank\" rel=\"nofollow\">log</a>)\n");fclose ($fopen);$fopen = fopen ("error/$get_time_txt", "a+");fputs ($fopen, "$html1");fclose ($fopen);}?></ol><p>All the incidents recorded in the log file!</p></noindex><p><a href="http://konyakov.ru/pubs/php/object-status-checker/object-status-checker-source-code.tar.gz">Download Object status checker PHP source code</a></p><p><small>2011/12/15 &copy; <a href="http://konyakov.ru/">КОНЬЯКОВ.ру</a> | <a href="http://konyakov.ru/">KONYAKOV.ru</a></small></p></body></html>