Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.133.143.118
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
oasis /
aiet /
adm /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPageCompressed.js
341.08
KB
-rwxr-xr-x
admin.js
15.25
KB
-rwxr-xr-x
advanced-form-elements.js
5.41
KB
-rwxr-xr-x
compressed.js
440.45
KB
-rwxr-xr-x
control.js
18.43
KB
-rwxr-xr-x
demo.js
3.33
KB
-rwxr-xr-x
forgot-password.js
3.24
KB
-rwxr-xr-x
form_submit.js
1.3
KB
-rwxr-xr-x
helpers.js
576
B
-rwxr-xr-x
kusPhdAdm.js
63.8
KB
-rwxr-xr-x
kusPhdAdm_19082019.js
45.44
KB
-rwxr-xr-x
kusPhdAdm_24092018.js
29.74
KB
-rwxr-xr-x
kusPhdAdm_29122018.js
45.47
KB
-rwxr-xr-x
login.js
478
B
-rwxr-xr-x
script.js
3
B
-rwxr-xr-x
sign-in.js
4.29
KB
-rwxr-xr-x
sign-up.js
6.24
KB
-rwxr-xr-x
upload.js
5.62
KB
-rwxr-xr-x
validate.js
9.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upload.js
function loaduploads(fdegree) { $.ajax({ type: "POST", async: true, url: $host_url + "uploaddetails", data: "&fdegree=" + fdegree, success: function uploaddetailsResponce(responce) { responce = eval("(" + responce + ")"); let uploadtable = `<style type = "text/css"> .table-upd tbody tr td { padding : 2px; vertical-align:middle; border: 1px solid #949494; text-align: left; } .table-upd tbody upd-file { display: inline !important; } .table-upd tbody input[type="file"] { display: inline; } .table-upd tbody button { padding : 7px; margin: 15px; } .table-upd thead tr td { text-align: center; } </style> <table class='table table-bordered table-striped table-upd' id = "uploaddet"> <thead> <tr class = "bg-cyan"> <td style = "width :5%">Sl. No.</td> <td style = "width : 40%;" >Description</td> <td style = "width : 30%;">Upload</td> <td style = "width : 25%;">File</td> </tr> </thead> <tbody>`; var masdoc = responce.data.masdoc; let z = 1; $.each(masdoc, function (key, value) { uploadtable += `<tr> <td style = "text-align: center;">${z}</td> <td id = "doc_upload_${value.int_code}">${value.doc_type}</td> <td > <input type="file" name="${value.int_code}" id="${value.FFILENAME}" class = "upd-file" style="width:100px;padding:5px 0px;" /> <input type = "hidden" id = "h_${value.FFILENAME}"> <button class="btn btn-success waves-effect btn-lg" style = "padding: 5px;" onclick= 'UploadEmployeeDocuments("${value.FFILENAME}")'>Upload </button> </td> <td id="attach_td_${value.FFILENAME}"></td> </tr>`; z++; }); $("#upddet").html(uploadtable); }, }); } function loadedituploads(degree, college, fappno) { // let fdegree = $("#") // if(fdegree == undefined && fcollege == undefined && fappnos == undefined) var datastr = "°ree=" + degree + "&college=" + college + "&fappno=" + fappno; $.ajax({ type: "POST", async: true, url: $host_url + "uploadeditdetails", data: datastr, success: function uploadeditdetailsResponce(responce) { responce = eval("(" + responce + ")"); console.log(responce); let uploadtable = `<style type = "text/css"> .table-upd tbody tr td { padding : 2px; vertical-align:middle; border: 1px solid #949494; text-align: left; } .table-upd tbody upd-file { display: inline !important; } .table-upd tbody input[type="file"] { display: inline; } .table-upd tbody button { padding : 7px; margin: 15px; } .table-upd thead tr td { text-align: center; } </style> <table class='table table-bordered table-striped table-upd' id = "uploaddet"> <thead> <tr class = "bg-cyan"> <td style = "width :5%">Sl. No.</td> <td style = "width : 40%;" >Description</td> <td style = "width : 30%;">Upload</td> <td style = "width : 25%;">File</td> </tr> </thead> <tbody>`; var masdoc = responce.data.masdoc; let z = 1; var alist = ""; $.each(masdoc, function (key, value) { alist = ""; if (value.file_path != "") { alist = `<a href = "${ $doc_url + value.funivcode + "/" + value.file_path }" target = '_blank'>${value.FFILENAME}</a>`; } uploadtable += `<tr> <td style = "text-align: center;">${z}</td> <td id = "doc_upload_${value.int_code}">${value.doc_type}</td> <td > <input type="file" name="${value.int_code}" id="${value.FFILENAME}" class = "upd-file" style="width:100px;padding:5px 0px;" /> <input type = "hidden" id = "h_${value.FFILENAME}" name="${value.doc_type}"> <button class="btn btn-success waves-effect btn-lg" style = "padding: 5px;" onclick= 'UploadEmployeeDocuments("${value.FFILENAME}")'>Upload </button> </td> <td id="attach_td_${value.FFILENAME}" name="${value.doc_type}">${alist}</td> </tr>`; z++; }); $("#upddet").html(uploadtable); }, }); } function UploadEmployeeDocuments(file_file) { var file_name = $("#" + file_file).val(); var file_size = $("#" + file_file)[0].files[0].size; var file_extn = file_name.split(".").pop(); var file_extn = file_extn.toLowerCase(); if (file_extn == "jpeg" || file_extn == "jpg" || file_extn == "pdf") { } else { alert("JPEG, JPG, PDF files are allowed!"); return false; } if (file_size >= 2000000) { alert("Upload files with size less then 2MB!"); return false; } var file_data = $("#" + file_file).prop("files")[0]; var form_data = new FormData(); form_data.append("file", file_data); $.blockUI({ message: "<h1 class='h1' style='font-size:12px'><img src='../images/ajax-loader.gif' border='0'></h1>", }); $.ajax({ type: "POST", url: "upload_file.php", data: form_data, cache: false, contentType: false, processData: false, success: function (data) { $.unblockUI(); $("#h_" + file_file).val(data); // console.log(data,$host_url1); var str = `<a href = "${ $host_url1 + "/adm/upload/" + data }" target = "_blank">${file_file}</a>`; document.getElementById("attach_td_" + file_file).innerHTML = str; }, error: function (data) { alert(data); }, }); }
Close