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.137.181.194
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 /
kusdde /
adm /
admin /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
abcentre.html
4.9
KB
-rwxr-xr-x
admlastdate.html
6.39
KB
-rwxr-xr-x
application.html
33.13
KB
-rwxr-xr-x
application_rep.html
2.13
KB
-rwxr-xr-x
applications.html
8.02
KB
-rwxr-xr-x
apprApplications.html
12.17
KB
-rwxr-xr-x
apprApplications_30112018.html
10.28
KB
-rwxr-xr-x
apprCandidList.html
7.21
KB
-rwxr-xr-x
apprCandidates.html
7.07
KB
-rwxr-xr-x
asignApplication.html
8.9
KB
-rwxr-xr-x
changeStudyCentre.html
4.57
KB
-rwxr-xr-x
createUser.html
3.12
KB
-rwxr-xr-x
dashboard.html
6.44
KB
-rwxr-xr-x
gapstudent.html
4.88
KB
-rwxr-xr-x
idcard.html
6.05
KB
-rwxr-xr-x
updateFeeDet.html
3.95
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : abcentre.html
<div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Allow / Block Centre for Admission </h2> </div> <div class="body"> <form class="form-horizontal" id='abCentreForm'> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label m_b_10"> <label class="pull-left" class="pull-left" for="RollnumberRange">College Range</label> </div> <div class="col-sm-4 col-md-3 no_margin"> <div class="input-group m_b_10"> <div class="form-line"> <input type="text" id="idFromcoll" class="form-control" placeholder="College From" value="0" required> </div> </div> </div> <div class="col-sm-4 col-md-3 m-l-5 no_margin"> <div class="input-group m_b_10"> <div class="form-line"> <input type="text" id="idTocoll" class="form-control" placeholder="College To" value="z" required> </div> </div> </div> </div> <div class="row clearfix" id="userAssignForm"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" for="Application For">Type</label> </div> <div class="col-sm-2 col-md-3"> <select id="idType" class="form-control show-tick"> <option value="0" selected="selected">All</option> <option value="T">Allowed</option> <option value="F">Blocked</option> </select> </div> <div class="col-lg-offset-2 col-md-offset-2 col-sm-offset-4 col-xs-offset-5"> <button class="btn btn-primary waves-effect m-l-15" onclick = "getCentreDetails()">GO</button> </div> </div> </form> </div> </div> </div> </div> <div class="row clearfix" id='appdetl'> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Centres for Admission Details </h2> <button class="btn btn-primary waves-effect pull-right m-r-15 m-t--20" onclick = "allowBlockCentres('allow')">Allow</button> <button class="btn btn-primary waves-effect pull-right m-r-15 m-t--20" onclick = "allowBlockCentres('block')">Block</button> </div> <div class="body"> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover dataTable js-exportable"> </table> </div> </div> </div> </div> </div> </div> </div> <div id="idModal1" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog modal-lg"> <div class="modal-content" id="idModal2"> </div> </div> </div> <script type="text/javascript"> $('#abCentreForm :input').focus(function(){ $(this).parent().addClass('focused')}); $('#abCentreForm :input').blur(function(){ $(this).parent().removeClass('focused')}); $('form').submit(false); $('#abCentreForm').validate({ highlight: function (input) { $(input).parents('.form-line').addClass('error'); }, unhighlight: function (input) { $(input).parents('.form-line').removeClass('error'); }, errorPlacement: function (error, element) { $(element).parents('.input-group').append(error); } }); $(document).ready(function () { var inputs = $('input, select').keypress(function (e) { if (e.which == 13) { e.preventDefault(); var nextInput = inputs.get(inputs.index(this) + 1); if (nextInput) { nextInput.focus(); } } }); }); </script>
Close