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.227.183.161
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 /
studentportal_wait /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
attendance.html
2.08
KB
-rwxr-xr-x
changeRegNum.html
0
B
-rwxr-xr-x
chngMobNum.html
2.81
KB
-rwxr-xr-x
examApplication.html
2.33
KB
-rwxr-xr-x
examApplication1.html
495
B
-rwxr-xr-x
examApplication_bkp.html
2.75
KB
-rwxr-xr-x
examtimetable.html
1.29
KB
-rwxr-xr-x
hallTicket.html
4.67
KB
-rwxr-xr-x
helpDesk.html
517
B
-rwxr-xr-x
internalAssessment.html
1.57
KB
-rwxr-xr-x
listrvrtApps.html
469
B
-rwxr-xr-x
notification.html
1.16
KB
-rwxr-xr-x
oldQPDownload.html
1.08
KB
-rwxr-xr-x
onlineApp.html
648
B
-rwxr-xr-x
payment_page.html
642
B
-rwxr-xr-x
practicaltimetable.html
1.22
KB
-rwxr-xr-x
profile.html
1.46
KB
-rwxr-xr-x
results.html
4.93
KB
-rwxr-xr-x
results1.html
78
B
-rwxr-xr-x
rvappstatus.html
646
B
-rwxr-xr-x
rvrtapp.html
1.53
KB
-rwxr-xr-x
saveRerigistration.php
11.72
KB
-rwxr-xr-x
yourExmAppList.html
479
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : examApplication_bkp.html
<!-- <iframe src="" width="100%" height="700px"> </iframe> --> <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> EXAM APPLICATION </h2> </div> <div class="" style="height:82vh"> <div class=""> <div class="col-lg-1 col-md-1 col-sm-4 col-xs-5 form-control-label"> <label for="email_address_2">Category</label> </div> <div class="col-lg-2 col-md-2 col-sm-8 col-xs-7"> <div class="form-group"> <div class="form-line"> <select class = 'form-control' id = 'catcode' required> <option value = "GM">GM</option> <option value = "ST">ST</option> <option value = "SC">SC</option> <option value = "IIA">IIA</option> <option value = "IIIA">IIIA</option> <option value = "IIB">IIB</option> <option value = "IIIB">IIIB</option> <option value = "CAT-I">CAT-I</option> </select> </div> </div> </div> <div class="col-lg-1 col-md-1 col-sm-4 col-xs-5 form-control-label"> <label for="email_address_2">Fee Type</label> </div> <div class="col-lg-2 col-md-2 col-sm-8 col-xs-7"> <div class="form-group"> <div class="form-line"> <select class = 'form-control' id = 'feetype' required> <option value = "Normal Fee">Normal Fee</option> <option value = "Low Income">Low Income</option> </select> </div> </div> </div> <div class="col-lg-2 col-md-2 col-sm-8 col-xs-7 m-t--10"> <button type="button" class="btn btn-primary m-t-15 waves-effect" onclick = "loadExamApplication()">Go</button> </div> </div> <!-- <div class="row clearfix col-md-4" > <label><b>Category</b></label> <div class = "form-inline"> </div> <label><b>Fee Type</b></label> <div class = "form-inline"> <select class = 'form-control col-md-5'> <option value = "Normal Fee">Normal Fee</option> <option value = "Low Income">Low Income</option> </select> </div> </div> --> <!-- <div class="row clearfix"> <div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-12 col-xs-12" > <div id="subinfo"> </div> </div> </div> --> <div class="row clearfix col-md-12" id = "examifram" style = "display:none"> <iframe src="" class = "m-l-10" width="100%" height="550px"> </iframe> </div> </div> </div> </div> </div>
Close