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.77.51
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 /
html /
nitte /
Report_details21042016 /
[ HOME SHELL ]
Name
Size
Permission
Action
output
[ DIR ]
drwxr-xr-x
DownloadRvRtAckApplications.ph...
4.75
KB
-rwxr-xr-x
PrintChallanEntryDetails.php
8.5
KB
-rwxr-xr-x
RvRtApplicationReport.php
9.02
KB
-rwxr-xr-x
appear_list_qp_wise.php
5.28
KB
-rwxr-xr-x
batch_wise_details.php
4.59
KB
-rwxr-xr-x
report_admission_list.php
6.83
KB
-rwxr-xr-x
report_admission_ticket0808201...
11.66
KB
-rwxr-xr-x
report_admission_ticket1009201...
11.69
KB
-rwxr-xr-x
report_admission_ticket2203201...
10.76
KB
-rwxr-xr-x
report_admission_ticket2203sma...
11.05
KB
-rwxr-xr-x
report_admission_ticket2404201...
11.07
KB
-rwxr-xr-x
report_admission_ticket_160514...
14.72
KB
-rwxr-xr-x
report_admission_ticket_WITHOU...
11.7
KB
-rwxr-xr-x
report_admission_ticketold.php
14.37
KB
-rwxr-xr-x
report_batch_wise_details.php
7.47
KB
-rwxr-xr-x
report_batch_worksheet_details...
10.35
KB
-rwxr-xr-x
report_batch_worksheet_details...
10.63
KB
-rwxr-xr-x
report_candidate_list.php
19.8
KB
-rwxr-xr-x
report_candidate_list_before_p...
18.28
KB
-rwxr-xr-x
report_candidate_list_final.ph...
10.08
KB
-rwxr-xr-x
report_daliy_report.php
10.98
KB
-rwxr-xr-x
report_degree_list.php
2.53
KB
-rwxr-xr-x
report_deviation_report.php
8.96
KB
-rwxr-xr-x
report_deviation_report130312....
8.02
KB
-rwxr-xr-x
report_deviation_report1907201...
8.05
KB
-rwxr-xr-x
report_evaluation_report.php
9.57
KB
-rwxr-xr-x
report_evaluation_report040720...
9.57
KB
-rwxr-xr-x
report_marks_deviation_report....
5.54
KB
-rwxr-xr-x
report_marks_entry_student_lis...
5.37
KB
-rwxr-xr-x
report_marks_entry_subwise_lis...
10.41
KB
-rwxr-xr-x
report_practical_marks_details...
13.78
KB
-rwxr-xr-x
report_practical_marks_details...
14.41
KB
-rwxr-xr-x
report_ra_invigilators_dairy.p...
7.66
KB
-rwxr-xr-x
report_ra_qp_wise_student_coun...
5.84
KB
-rwxr-xr-x
report_ra_roomwise_register_no...
6.72
KB
-rwxr-xr-x
report_revaluation.php
6.63
KB
-rwxr-xr-x
report_subject_admcl_list.php
3.57
KB
-rwxr-xr-x
report_subject_general_list.ph...
4.22
KB
-rwxr-xr-x
subject_wise_student_list.php
6.84
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : subject_wise_student_list.php
<?php function GenerateSubjectWiseStudentList($aobj_context) { session_start(); $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $college_code = $_SESSION['collcode']; //echo $college_code; $degree_code = $aobj_context->mobj_data["degree_code"]; $sub_degree_code = $aobj_context->mobj_data["sub_degree_code"]; $subwise_start = $aobj_context->mobj_data["subwise_start"]; $subwise_end = $aobj_context->mobj_data["subwise_end"]; $sub_cond=""; $sub_cond=" and canddet.fsubcode>='{$subwise_start}' and canddet.fsubcode<='{$subwise_end}'"; $exam_no = $aobj_context->mobj_data["exam_code"]; //echo $exam_no; die(); $lateral_entry = $aobj_context->mobj_data["lateral_entry"]; $to_degree = $aobj_context->mobj_data["to_degree"]; $exam_no=empty($exam_no)?"A":$exam_no; $degree_cond=" and canddet.fdegree >= '{$degree_code}' and canddet.fdegree <= '{$degree_code}' "; if(!empty($to_degree)) { $degree_cond=" and canddet.fdegree >= '{$degree_code}' and canddet.fdegree <= '{$to_degree}' "; } $main_src_obj=(explode("/",$_SERVER["REQUEST_URI"])); $main_src=$main_src_obj[1]; $pdf_writer_class=$aobj_context->main_src."/maya-pdf/fpdf.php"; $tarkaheader=$aobj_context->main_src."/Report_details/tarkaheader.php"; $root_pdf_file_download=$aobj_context->main_src."/Report_details/output/report_admission_list.pdf"; // global varibales $p_count =1; // end global varibales include($pdf_writer_class); $pdf= new FPDF(); //$pdf->$title='20000 Leagues Under the Seas'; $pdf->SetFont('Times','',10); $pdf->SetMargins(14,17); $pdf->AliasNbPages(); $sub_degree_cond=""; if(!empty($sub_degree_code)) { $sub_degree_cond=" and s.FSUBDEGREE='{$sub_degree_code}'"; $page_header_sub_degree = "select concat('[',FDEGREE,'] - ', FDESCPN) as sub_degree_name, FADYEAR from degree where FDEGREE = '{$sub_degree_code}' and FEXAMNO='{$exam_no}' "; $lobj_page_header_sub_degree = $aobj_context->mobj_db->GetRow($page_header_sub_degree); } //print_r($lobj_page_header_sub_degree); die(); /* $degree_cond=" "; if(strtolower($exam_no)=='c') $degree_cond=" s.FSUBDEGREE='{$degree_code}' "; */ // query for the page header $page_header_university = "select FUNIVNAME,FTOWN, date_format(now(),'%d/%m/%Y') as date from control"; $lobj_page_header_university = $aobj_context->mobj_db->GetRow($page_header_university); $page_header_college ="select concat('[',FCOLLCODE,'] ',FCOLLNAME,', ',FTOWN) as college_name from college where FCOLLCODE='{$college_code}'"; $lobj_page_header_college = $aobj_context->mobj_db->GetRow($page_header_college); $page_header_degree = "select concat('[',FDEGREE,'] - ', FDESCPN,', ',FEXAMNAME) as Degree_name, FADYEAR from degree where FDEGREE = '{$degree_code}' and FEXAMNO='{$exam_no}' "; $lobj_page_header_degree = $aobj_context->mobj_db->GetRow($page_header_degree); $pdf->Degree_name = $lobj_page_header_degree['Degree_name']; $pdf->AdmissionYear = $lobj_page_header_degree['FADYEAR']; //echo $page_header_degree; die(); $pdf->aobj_context =$aobj_context ; $pdf->WhichReport = 'SubjectWiseStudent'; $pdf->FUNIVNAME = $lobj_page_header_university[FUNIVNAME]; $pdf->FTOWN = $lobj_page_header_university[FTOWN]; $pdf->date_1 = $lobj_page_header_university['date']; $pdf->college_name = $lobj_page_header_college['college_name']; //echo $pdf->Degree_name;die(); $pdf->sub_degree_code = $lobj_page_header_sub_degree['sub_degree_name']; //echo $pdf->sub_degree_code; die(); //end header //and sub.FDEGREE=op.FDEGREE $get_subject_data= " Select canddet.fdegree,degree.fexamdate as fddate, subject.fcsubcode as fsubcode , concat(subject.fsubname,' ', subject.fssubname) as fsubname, subject.fsubshort as fsubshort, date_format(subject.fdoe,'%d/%m/%Y') as fdoe, subject.fsession as fsession , GROUP_CONCAT(candsum.fregno order by candsum.fregno) as data_set, subject.fqpcode as fqpcode from candsum, canddet, degree, subject where candsum.fdegree = canddet.fdegree and candsum.fcollcode = canddet.fcollcode and candsum.fregno = canddet.fregno and canddet.fdegree = degree.fdegree and canddet.fexamno = degree.fexamno and candsum.fyear = degree.fmeyear and candsum.fexamtype = degree.fmeexamtyp and canddet.fdegree = subject.fdegree and canddet.fexamno = subject.fexamno and canddet.fsubcode = subject.fsubcode and candsum.fcollcode = '{$college_code}' {$degree_cond} {$sub_cond} and canddet.fexamno = '{$exam_no}' and candsum.frecptdate is not null and ifnull(canddet.fpassmth,'') ='' and ifnull(subject.fintass,'F') = 'F' group by canddet.fdegree,subject.fcsubcode order by subject.fexamno, subject.ftheory desc,subject.fdoe, canddet.fsubcode,canddet.fdegree, candsum.fregno"; $aobj_context->mobj_db->execute("SET @@session.group_concat_max_len=1000000"); $lobj_subject_data = $aobj_context->mobj_db->GetAll($get_subject_data); //print_r($get_subject_data); die(); $pdf->fddate=$lobj_subject_data[0][fddate]; $pdf->AddPage(); //$pdf->Ln(); $pdf->SetFont('Times','',10); foreach($lobj_subject_data as $key => $value) { $fdegree = $value['fdegree']; $page_header_degree = "select concat('[',FDEGREE,'] - ', FDESCPN,', ',FEXAMNAME) as Degree_name, FADYEAR from degree where FDEGREE = '{$fdegree}' and FEXAMNO='{$exam_no}' "; $lobj_page_header_degree = $aobj_context->mobj_db->GetRow($page_header_degree); $pdf->Degree_name = $lobj_page_header_degree['Degree_name']; $pdf->AdmissionYear = $lobj_page_header_degree['FADYEAR']; $fsubcode = $value['fsubcode']; $fqpcode = $value['fqpcode']; $fsession = $value['fsession']; $data_set = $value['data_set']; $fsubname = $value['fsubname']; $fdoe = $value['fdoe']; $fsubshort = $value['fsubshort']; $pdf->SetFont('Times','',12); $pdf->Cell(0,6,'DEGREE :' .$pdf->Degree_name,0,1,'C'); $pdf->Cell(0,6,'SUBJECT :' .$fsubcode .'-'.$fsubname." [{$fsubshort}]",0,1,'C'); $pdf->Cell(0,5,'Date and Session : '.$fdoe .' '.$fsession .', ' .'QP Code :' .$fqpcode,0,1,'C'); $data_arr=(explode(",",$data_set)); $pdf->Ln(5); $count=0; //print_r( $data_arr); die(); $data_set_count =count($data_arr); for($i=0;$i<$data_set_count;$i++) { if($count==6) { $pdf->Ln(5); $count=0; } $pdf->SetFont('Times','',12); $pdf->Cell(30,5,$data_arr[$i],1,0,'C'); $count++; } //$pdf->SetFont('Times','',10); $pdf->Ln(6); $pdf->Cell(0,5,'Total Student :'.$data_set_count,0,1,'L'); $pdf->Ln(10); //$pdf->AddPage(); } $pdf->Output("SubjectWiseStudentList.pdf","D"); } ?>
Close