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.223.241.235
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 /
phdadm /
vku-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.vku-admin.php
3.61
KB
-rw-r--r--
DocumentVerifCorr.html
29.83
KB
-rwxrwxrwx
MainPage.html
11.99
KB
-rwxrwxrwx
admconfirmation.html
8.43
KB
-rwxrwxrwx
admission-list.html
2.08
KB
-rwxrwxrwx
appdetails.html
0
B
-rwxrwxrwx
applicationview.html
4.33
KB
-rwxrwxrwx
applicationview_bkp.html
69.28
KB
-rwxrwxrwx
change-password.html
3.91
KB
-rwxrwxrwx
collegedetails.html
777
B
-rwxrwxrwx
create-user.html
5.02
KB
-rwxrwxrwx
degreedetails.html
772
B
-rwxrwxrwx
documentverification.html
30.64
KB
-rwxrwxrwx
home.html
756
B
-rwxrwxrwx
index.html
6.35
KB
-rwxrwxrwx
intake.html
1.85
KB
-rwxrwxrwx
merit_list.html
1.71
KB
-rwxrwxrwx
reports.html
4.91
KB
-rwxrwxrwx
rostertable.html
2.03
KB
-rwxrwxrwx
seat-report-announce.html
2.53
KB
-rwxrwxrwx
seat-report-college.html
3.76
KB
-rwxrwxrwx
seat-report-degree.html
2.53
KB
-rwxrwxrwx
seatallotment.html
2.43
KB
-rwxrwxrwx
seatmatrix.html
2.04
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : applicationview.html
<div class="row clearfix"> <div class="card" id="apphead" hidden> <div class="header" style=" background: linear-gradient(to right, #15757c, #15955b); margin-top: 10px; " > <h2> <b style="color: #fff;">Acknowledge Application</b> <div style="float: right;"> <button type="button" class="btn btn-primary waves-effect m-l-5" onclick="studentback()" > Back </button> </div> </h2> </div> </div> <div id="application"></div> <div class="card" id="add"> <div class="header"> <h2> <b>Application View</b> </h2> </div> <div class="body" style="padding: 20px;"> <form class="form-horizontal" id="add"> <div class="row clearfix"> <div class="col-lg-3 col-md-2 col-sm-4 col-xs-5 form-control-label" style="margin-top: 10px;" > <label class="pull-left" for="daterange" ><b style="font-size: 17px;">Degree range</b></label > </div> <div class="col-sm-6 col-md-6"> <div class="form-group"> <select id="fdept" class="form-control" name="fdept"> </select> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-3 col-md-2 col-sm-4 col-xs-5 form-control-label" style="margin-top: 10px;" > <label class="pull-left" for="daterange" ><b style="font-size: 17px;">Application No. range</b></label > </div> <div class="col-sm-3 col-md-3"> <div class="form-group"> <input id="afrom" class="form-control" value="0" placeholder="App No. from" maxlength="10" onchange="loadChangea()" /> </div> </div> <div class="col-sm-3 col-md-3"> <div class="form-group"> <input id="ato" class="form-control" value="ZZZZZZZZZZ" placeholder="App No. to" maxlength="10" style="margin-left: 10px;" onchange="loadChangea()" /> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-offset-4 col-md-offset-5 col-sm-offset-4 col-xs-offset-5" > <button type="button" class="btn btn-primary waves-effect m-l-40" onclick="loadAppDetailsView()" > Submit </button> </div> </div> </form> </div> </div> <div class="card" id="next" hidden> <input type="hidden" id="screen" value="next" /> <div class="header"> <h2> <b>Application Details</b> </h2> </div> <div class="body" style="padding: 20px;"> <div class="row clearfix" id="appdet" style="margin: auto; padding: 20px;" > <table class="table table-bordered"></table> </div> </div> </div> </div> <div class="row clearfix" id="submitButton" hidden> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="padding-left: 0px;" > <div class="card"> <!--<div class="body"> <div class="demo-radio-button" id="vfdi" name="vfdi" required> <center> <input name="vfd" type="checkbox" value="T" id="vfd" autocomplete="off" required /> <label for="vfd" ><b style="font-size: 16px;">Acknowledged and Verified</b></label > </center> </div> </div>--> <div class="footer"> <center> <button type="submit" style=" font-weight: 600; font-size: 16px; padding-left: 30px; padding-right: 30px; " class="btn btn-warning waves-effect btn-lg" onclick="adminSavePGAdmDet('F')" > Save </button> </center> </div> </div> </div> </div>
Close