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.21.46.129
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 : applicationFormReportNETBANKING.php
<?php $main_src=substr($_SERVER['SCRIPT_FILENAME'],0,strlen($_SERVER['SCRIPT_FILENAME'])-7); //$pdf_writer_class =$main_src."/tarka_pdf/fpdf.php"; $pdf_writer_class =$main_src."/tcpdf/tcpdf.php"; require_once($pdf_writer_class); require_once("report_hall_ticket.php"); class applicationFormReport { 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 DefaultConstructor($aobj_context) { $this->aobj_context=$aobj_context; $this->pdf=new TCPDF(); $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"); } 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,fcollcode,FPAYMENTREMARKS,date_format(FACKDATE,'%d/%m/%Y %h:%i:%s %p') as trandate,FPAYMENTSTATUS FROM appcandsum WHERE APPNO='{$class_obj->app_no}' "; $obj_get_data = $aobj_context->mobj_db->GetRow($get_data); $FREGNO = $obj_get_data['FREGNO']; $get_data="SELECT FFRESHEXAM FROM candsum WHERE fregno='{$FREGNO}'"; $res = $aobj_context->mobj_db->GetRow($get_data); $FFRESHEXAM = $res['FFRESHEXAM']; $qry=" select count(*) as cnt from canddet where fregno = '{$FREGNO}' and fexamno = '{$FFRESHEXAM}' and ifnull(fpassmth,'') <> 'SUB-EX' and ifnull(fpassmth,'') <> ''"; $resnct = $aobj_context->mobj_db->GetRow($qry); $class_obj->degree_code = $obj_get_data['FDEGREE']; $class_obj->fcollcode = $obj_get_data['fcollcode']; $class_obj->registor_no_starts = $obj_get_data['FREGNO']; $class_obj->registor_no_ends = $obj_get_data['FREGNO']; $class_obj->tranid = $obj_get_data['FPAYMENTREMARKS']; $class_obj->trandate = $obj_get_data['trandate']; $class_obj->transtatus = $obj_get_data['FPAYMENTSTATUS']; //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,30,100); $pdf->SetMargins(30,5,30); $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 = "University Copy"; $style = array( 'position' => 'right', 'align' => 'C', 'stretch' => false, 'fitwidth' => true, 'cellfitalign' => '', 'border' => false, 'hpadding' => 'auto', 'vpadding' => 'auto', 'fgcolor' => array(0,0,0), 'bgcolor' => false, //array(255,255,255), 'text' => true, 'font' => 'helvetica', 'fontsize' => 8, 'stretchtext' => 4 ); //$pdf->write1DBarcode($class_obj->app_no, 'C39', '30', '250','250', 16, 0.3, $style, 'R'); 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"; } /* $examtype = "ODD SEMESTER"; */ //$year = '2017'; //$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,8,22); $pdf->Cell(0,5,$class_obj->std_FUNIVNAME,0,1,'C'); $pdf->SetFont('Times','',9); $pdf->Cell(0,5,$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'); $y = $pdf->getY(); $pdf->write1DBarcode($class_obj->app_no, 'C39', '150', '27','50', 16, 0.3, $style, 'L'); $pdf->setY($y+5); $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',10); // $pdf->Cell(30,4,' App. No.',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); // $pdf->SetFont('Times','',10); // $pdf->Cell(120,4,''.$class_obj->app_no,0,1,'L'); $pdf->Ln(7); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' App. No.',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$class_obj->app_no,0,1,'L'); $pdf->Ln(2); $pdf->SetFont('Times','BU',12); $y = $pdf->getY(); $x = $pdf->getX(); $style = array('width' => 0.3, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)); $pdf->Line($x-28, $y, $x+172, $y, $style); //$pdf->Cell(120,6,'Important facts to note by the Candidate',0,1,'C'); $pdf->SetFont('Times','',10); $str = ' <h2 style = "text-align:center"><u><b>Important facts to note by the Candidate</b></u></h2> <ol> <li>Candidate <b>must submit</b> one print copy of this application to the Institution for endorsement of the Head of Department and <b>retain another copy</b> as proof of submission</li> <li>In order to be eligible to appear for examination, the candidate must ensure the following - <ol type="a"> <li>submit Online Exam Application Form</li> <li>pay necessary fees as may be applicable,</li> <li>appear in Internal Examinations (Regular/Back Paper)</li> <li>and fulfill other requirements as per regulation</li> </ol> </li> <li>Non compliance of the above shall render the candidate <b>ineligible</b> for issue of results.</li> </ol>'; $pdf->writehtml($str,$ln=false, $fill=false, $reseth=false, $cell=false, $align='J'); // $pdf->MultiCell(120,4,'1. Candidate shall submit Exam Application Form and applicable fees through online mode. // It is not required to submit print copy of this form to the College/Department/University.',0,'L'); // $pdf->MultiCell(120,4,'2. Candidate must however print and retain a self attested copy of this form for all future // reference and subsequent issue of mark sheet(s).',0,'L'); // $pdf->Cell(120,4,'3. In order to be eligible for issue of results, the candidate must ensure the following -',0,1,'L'); // $pdf->Cell(120,4,' a. submit Online Exam Application Form,',0,1,'L'); // $pdf->Cell(120,4,' b. pay necessary fees as may be applicable,',0,1,'L'); // $pdf->Cell(120,4,' c. appear in Internal Examinations (Regular/Back Paper)',0,1,'L'); // $pdf->Cell(120,4,' d. and fulfill other requirements as per regulation',0,1,'L'); // $pdf->Cell(120,4,'4. Non compliance of the above shall render the candidate ineligible for issue of results.',0,1,'L'); $y = $pdf->getY(); $x = $pdf->getX(); $style = array('width' => 0.3, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)); $pdf->Line($x-28, $y, $x+172, $y, $style); $pdf->Ln(2); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' App. No.',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$class_obj->app_no,0,1,'L'); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' App. Date',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$reg_v['FAPPDATE'],0,1,'L'); // $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' Course',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$reg_v['COURSE'],0,1,'L'); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' College',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->MultiCell(90,4,''.$reg_v['CollDetails'],0,"L"); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4,' Roll No. ',0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$reg_v['FREGNO'],0,1,'L'); $pdf->SetFont('Times','B',10); $pdf->Cell(30,4," Student's Name",0,0,'L'); $pdf->Cell(4,4,' : ',0,0,'L'); $pdf->SetFont('Times','',10); $pdf->Cell(120,4,''.$reg_v['FNAME'],0,1,'L'); $pdf->Ln(1); $pdf->SetFont('Times','B',10); $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 = ''; $str = ''; $FTOTALFEEREGL = 0; if($explode_arr[2] == $explode_arr[3] ) { $regimp = 'Regular'; //var_dump(substr($class_obj->fcollcode, 0, 2 )); //var_dump(strpos("1009",$class_obj->fcollcode)); //var_dump($FTOTALFEE); if(substr($class_obj->fcollcode, 0, 2 ) == 10) { if($FTOTALFEE != 0) { //var_dump($reg_v['COURSE']); if($reg_v['COURSE'] == 'B. Pharm' || $reg_v['COURSE'] == 'Master of Pharmacy' || $reg_v['COURSE'] == 'Bachelor of Education' || $reg_v['COURSE'] =='Bachelor of Sowa-Rigpa Medicine and Surgery') $FTOTALFEEREGL = 550; else $FTOTALFEEREGL = 300; } } //var_dump($resnct['cnt']); if($resnct['cnt'] >0) { $regimp = 'Improvement'; } //var_dump($FTOTALFEEREGL); //$FTOTALFEEREGL = 550; } else { //$str = '2'; $regimp = 'Improvement'; } //$FTOTALFEEREGL = 300; $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++; } $query = "select distinct * From appstudfee where appno = '{$class_obj->app_no}' and ffeecode = '02 Provisional Certificate'"; $res1 = $aobj_context->mobj_db->GetRow($query); $pdf->SetFont('Times','B',11); $pdf->ln(2); $total = $FTOTALFEE; if(strrpos("1001*1001*1002*1003*1006*1011*1012*1013*1016*",$class_obj->fcollcode.'*')== true) $FTOTALFEEREGL = 0; if($FTOTALFEE == '300') { $FTOTALFEE = 0; } else if($FTOTALFEE > 300) { if($res1) $FTOTALFEE = $FTOTALFEE - ($FTOTALFEEREGL+100); else $FTOTALFEE = $FTOTALFEE - $FTOTALFEEREGL; } else $FTOTALFEE = 0; $pdf->Cell(80,4,"Total Improvement Fee (@Rs.500/-per Paper) : Rs {$FTOTALFEE}/-","10",1,"L"); $pdf->Cell(80,4,"Exam Fee : {$FTOTALFEEREGL}/-","10",1,"L"); if($res1) $pdf->Cell(80,4,"PPC Fee : 100/-","10",1,"L"); $pdf->Cell(80,4,"Total Fee : {$total}/-","10",1,"L"); $pdf->ln(1); $pdf->SetFont('Times','BU',10); $pdf->Cell(80,4,"Payment Details","0",1,"L"); $pdf->ln(1); $pdf->SetFont('Times','B',10); $pdf->Cell(80,4,"Transaction ID : {$class_obj->tranid}","10",1,"L"); $pdf->Cell(80,4,"Transaction Date : {$class_obj->trandate}","10",1,"L"); $pdf->Cell(80,4,"Transaction Status : {$class_obj->transtatus}","10",1,"L"); $pdf->ln(1); $pdf->SetFont('Times','',9); $pdf->Multicell(0,4,"I hereby acknowledge that my details as given above are correct and I have fulfilled all the above conditions, failing which I understand that my application shall be deemed invalid as per regulation.",0,'L'); //$pdf->Cell(80,4,"Total Improvement Fee (@Rs.500/-per subject) : Rs {$FTOTALFEE}/-","10",1,"L"); $pdf->ln(10); $pdf->SetFont('Times','B',9); $pdf->Cell(90,4,"Signature of the Student","10",0,"L"); $pdf->Cell(70,4,"Signature and Seal of the","10",1,"R"); $pdf->cell(90,4,"Date","0",0,"L"); $pdf->cell(70,4,"Head of Institution","0",1,"R"); $y = $pdf->getY(); $x = $pdf->getX(); $style = array('width' => 0.3, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)); $pdf->Line($x-28, $y, $x+172, $y, $style); $pdf->ln(2); $pdf->SetFont('Times','B',9); $pdf->cell(70,4,"For University Use only –","0",1,"L"); $pdf->SetFont('Times','',9); $pdf->cell(30,4,"Remark – Eligible ","0",0,"L"); $pdf->cell(5,4,"","1",0,"L"); $pdf->cell(5,4," ","0",0,"L"); $pdf->cell(20,4,"/ Not Eligible","0",0,"L"); $pdf->cell(5,4,"","1",1,"L"); $pdf->ln(4); $pdf->cell(70,4,"Verified by Name : ","0",1,"L"); $pdf->cell(70,4,"Signature : ","0",1,"L"); $pdf->cell(70,4,"Date : ","0",1,"L"); // $llineht = 4; // $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(5); //MSC14 //$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->SetFont('Times','',10); // $pdf->SetMargins(15,-3,10); // $pdf->Cell(170,4,"Please Note - In order to be eligible to appear for end semester examinations student must have, the requisite ",0,1,"L"); // $pdf->Cell(150,4," minimum number of attendance, appeared in all the relevant internal examinations,paid the",0,1,"L"); // $pdf->Cell(150,4," 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,4,$note2,0,1,"L"); } } function SendOutput() { $this->pdf->Output("application_letter_{$this->app_no}.pdf","D"); } } function PrintApplicationFormNETBANKING($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $class_obj=new applicationFormReport(); $class_obj->DefaultConstructor($aobj_context); $class_obj->formcolldata(); $class_obj->WriteHallTicket(); $class_obj->SendOutput(); } ?>
Close