"; $pages = array( "http://www.nintendoplayer.com/prototype/", "http://www.nintendoplayer.com/unreleased/", ); foreach ($pages as $page) { print "load ".$page."\n"; $content = get_data($page); $content = explode('', $text[0]); $text = $text[1]; $url = $url[0]; if ($text == 'Publicly Dumped') { if (!$r_query[$url]) { $found[] = $url; $new++; } else { $old++; } } } } print "found new ".$new.", old ".$old."\n"; } print "
";
foreach ($found as $row)
{
print "".$row."\n";
}
print " |