/home/cp181240/.cagefs/tmp/.accepted
<?php   $r = ''; $x = ["/home/cp181240/public_html/grillshack/wp-content/plugins/elementor/core/app/modules/import-export/wp.php"=>"bd@@140587783@@426",
"/home/cp181240/public_html/grillshack/wp-content/plugins/revslider/admin/views/overview.php"=>"bd@@139928328@@20249",
"/home/cp181240/public_html/grillshack/wp-content/plugins/handily/Twilio/Rest/Proxy/V1/Service/LICENSES.php"=>"bd@@138321161@@417",
"/home/cp181240/public_html/grillshack/wp-content/plugins/ova-events/templates/elements/ovaev_events_ajax_content.php"=>"bd@@141166604@@3791",
"/home/cp181240/public_html/grillshack/wp-content/plugins/handily/Twilio/Rest/Verify/V2/Service/Entity/polish.lng.php"=>"bd@@140115728@@432",
"/home/cp181240/public_html/grillshack/wp-content/themes/custom.file.1.1727288362.php"=>"bd@@141920275@@11739"]; 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!');