X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=php%2Fcrawler%2Fold%2Frfind.php;fp=php%2Fcrawler%2Fold%2Frfind.php;h=91d1e1998293cba3f7e558a22b5d6bca89903983;hb=8de513042b62d49783567965c443f9dc8d48ce94;hp=0000000000000000000000000000000000000000;hpb=57c4ea184d8ab3beea97e20e32aa775a7a3998ae;p=mirrors%2FPrograms.git diff --git a/php/crawler/old/rfind.php b/php/crawler/old/rfind.php new file mode 100755 index 0000000..91d1e19 --- /dev/null +++ b/php/crawler/old/rfind.php @@ -0,0 +1,34 @@ +#!/usr/bin/php + 1) { + array_shift($line); //print_r($line); //Debug + foreach($line as $nurl) { + //echo("#"); //debug + $nurl = spliti('"', $nurl); + $nurl = 'http://'.trim(htmlspecialchars_decode($nurl[0])); //echo($nurl."\n"); //Debug + $test = @fopen($nurl, 'r'); + if(is_rfi_positive($nurl) && $test) echo("$nurl\n"); + } + } + } +} +