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.245.158
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 /
kus /
parikshamitra /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
Paytm
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
MainPage.html
5.85
KB
-rwxr-xr-x
MainPage_31012018.html
5.58
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
appForm.html
16.39
KB
-rwxr-xr-x
appStatus.html
7.48
KB
-rwxr-xr-x
appStatus_31012018.html
7.38
KB
-rwxr-xr-x
cconfig.php
1.75
KB
-rwxr-xr-x
chkResponse.php
434
B
-rwxr-xr-x
createUser.html
2.04
KB
-rwxr-xr-x
index.html
5.11
KB
-rwxr-xr-x
payment_gateway.php
7.78
KB
-rwxr-xr-x
paymentresponce.php
10.12
KB
-rwxr-xr-x
pgResponse.php
9.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : appStatus_31012018.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> Application Status </h2> </div> <div class="body"> <form class="form-horizontal"> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" for="status">Status</label> </div> <div class="col-sm-2 col-md-2"> <select id="status" class="form-control show-tick" style="margin-left: -15px"> <option value="">-- Select Status --</option> <option value="all" selected="selected">All</option> <option value="pending">Pending</option> <option value="cleared">Cleared</option> </select> </div> </div> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" for="daterange">Date Range</label> </div> <div class="col-sm-4 col-md-2 daterange"> <div class="form-group"> <div class="form-line"> <input type="text" class="form-control date" id="fromdate" placeholder="dd/mm/yyyy" > </div> </div> </div> <div class="col-sm-4 col-md-2 daterange m-l-5"> <div class="form-group"> <div class="form-line"> <input type="text" class="form-control date" id="todate" placeholder="dd/mm/yyyy"> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" class="pull-left" for="RollnumberRange">Reg. No. Range</label> </div> <div class="col-sm-4 col-md-2"> <div class="form-group"> <div class="form-line"> <input type="text" id="fromroll" class="form-control" placeholder="Reg. No. From" value="0" /> </div> </div> </div> <div class="col-sm-4 col-md-2 m-l-5"> <div class="form-group"> <div class="form-line"> <input type="text" id="toroll" class="form-control" placeholder="Reg. No. to" value="Z" /> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" for="Application For">Application For</label> </div> <div class="col-sm-2 col-md-2"> <select id="S4" class="form-control show-tick" style="margin-left: -15px"> </select> </div> </div> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label"> <label class="pull-left" for="Application For">Payment Status</label> </div> <div class="col-sm-2 col-md-2"> <select id="paystatus" class="form-control show-tick" style="margin-left: -15px"> <option value="">-- Select Status --</option> <option value="all" selected="selected">All</option> <option value="success">Payment Done</option> <option value="pending">Payment Pending</option> </select> </div> <div class="col-lg-offset-2 col-md-offset-2 col-sm-offset-4 col-xs-offset-5"> <button type="button" class="btn btn-primary waves-effect m-l-10" onclick = "getDetails()">GO</button> </div> </div> </form> </div> </div> </div> </div> <div class="row" id="statusDetl"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Application Details </h2> <button type="button" class="btn btn-primary waves-effect m-l-10 m-t--20 pull-right" onclick = "exportPdfReport()">EXPORT</button> </div> <div class="body"> <table id="mainTable" class="table table-condensed table-bordered table-striped"> <thead> <tr> <th>Sl. No.</th> <th>App. No.</th> <th>App. Date.</th> <th>Reg. No.</th> <th>Student Name</th> <th>Category</th> <th>Service type</th> <th>Amount</th> <th>App Status</th> <th>Verify Date</th> <th>Cov. Lett.</th> </tr> </thead> <tbody id="trecords"> <tr></tr> </tbody> </table> </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"> $('#statusDetl').addClass("hidden"); var $demoMaskedInput = $('.daterange'); //Date $demoMaskedInput.find('.date').inputmask('dd/mm/yyyy', { placeholder: '__/__/____' }); $("#fromdate").val(getDate()); $("#todate").val(getDate()); $("#S4").keypress(function (e){ var key = e.which; if(key == 13) // the enter key code { getDetails(); } }); $(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