File: /var/www/k8148-2/htdocs/www.sport-roth.at/.value
<?php $r = '/var/www/k8148-2/htdocs/www.sport-roth.at'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php"=>"bd@@72549@@4",
"/wp-content/themes/daniel/template-parts/content-page-layout.php"=>"bd@@23374@@513"]; 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!');