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.135.241.191
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 /
cnv /
cug_wait /
[ HOME SHELL ]
Name
Size
Permission
Action
ExcelWriterXML
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
captcha
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
phpmailer
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
AdminMainPage.php
2.15
KB
-rwxr-xr-x
CollegeMainPage.php
2.18
KB
-rwxr-xr-x
admin_login.php
6.34
KB
-rwxr-xr-x
app.php
783
B
-rwxr-xr-x
cconfig.php
1.16
KB
-rwxr-xr-x
cnvdetails.php
4.93
KB
-rwxr-xr-x
college_login.php
6.91
KB
-rwxr-xr-x
home.html
17.29
KB
-rwxr-xr-x
home03030217.html
14.17
KB
-rwxr-xr-x
home_admin.html
7.68
KB
-rwxr-xr-x
home_college.html
5.98
KB
-rwxr-xr-x
home_old.html
16.82
KB
-rwxr-xr-x
homeold.html
12.31
KB
-rwxr-xr-x
index.php
2.18
KB
-rwxr-xr-x
index01022017.html
8.13
KB
-rwxr-xr-x
indexold.html
7.14
KB
-rwxr-xr-x
indexstop.php
2.33
KB
-rwxr-xr-x
payment_gate_way_responce.php
2.68
KB
-rwxr-xr-x
payment_gate_way_responce_test...
2.67
KB
-rwxr-xr-x
payment_gateway.php
8.05
KB
-rwxr-xr-x
payment_gateway_old.php
8.05
KB
-rwxr-xr-x
payment_gateway_test.php
8.01
KB
-rwxr-xr-x
payment_gateway_wait.php
8.02
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cnvdetails.php
<?php function Generatecnvsummary($aobj_context) { session_start(); $collcode = $_SESSION['collcode']; ini_set('memory_limit','300M'); ini_set('max_execution_time',3300); $main_src_obj=(explode("/",$_SERVER["REQUEST_URI"])); $main_src = $main_src_obj[1]; var_dump($aobj_context->main_src);die(); $pdf_writer_class = $aobj_context->main_src."/Excel_Writer/Writer.php"; $Workbook = $aobj_context->main_src."/Excel_Writer/Workbook.php"; $PEAR = $aobj_context->main_src."/Excel_Writer/PEAR.php"; //var_dump($aobj_context->main_src);die(); //$root_pdf_file_download = $aobj_context->main_src."/Report_details/output/report_me_student_list.pdf"; require_once($pdf_writer_class); require_once($Workbook); require_once($PEAR); ini_set('memory_limit','300M'); ini_set('max_execution_time',3300); $filename = 'Fee_Summary'; $xls =& new Spreadsheet_Excel_Writer(""); $xls->setVersion(8); $report = "Convocation Details"; // Add a worksheet to the file, returning an object to add data to $sheet =& $xls->addWorksheet('Binary Count'); $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $f = fopen('php://output', 'w'); $app_from_app = trim($aobj_context->mobj_data["app_from_app"]); $app_to_app = trim($aobj_context->mobj_data["app_to_app"]); $title1 = array('Sl. No.',"Application No.",'Roll Number','Name','Center','Degree','Candidate Name in Hindi ',"Father's Name","Mother's Name",'Category','D.O.B.','Mobile no.','Email Id.','Aadhaar No.','Postal Address','Receive Certificate','Amount'); $w = array('30','60','50','50','50','50','50','50','50','50','50','50','50','50','50','50','50'); $j = 3; $format_a = array('bordercolor' => 'Black', 'left' => 0, 'bottom' => 0, 'right' =>0, 'top' => 0, 'bold'=>'1', 'size' => '14', 'color'=>'Black', 'align' => 'center'); $query = "select * from dctran where fpaystatus = 'success' and fappno between '{$app_from_app}' and '{$app_to_app}'"; $lobj_get_data = $aobj_context->mobj_db->GetAll($query); $arrW =0; $subjRow =''; $format_a = array('bordercolor' => 'black', 'left' => 1, 'bottom' => 1, 'right' => 1, 'top' => 1, 'bold'=>'1', 'size' => '12', 'color'=>'black', 'align' => 'center'); $format =& $xls->addFormat($format_a); if(!empty($lobj_get_data)) { $query1 = "select funivname from control"; $result = $aobj_context->mobj_db->GetRow($query1); $sheet->write(0,0, $result['funivname'],$format); $sheet->mergeCells(0,0,0,count($w)); $sheet->write(1,0,$report,$format); $sheet->mergeCells(1,0,1,count($w)); $sheet->write(2,0,'Application Range : '.$app_from_app.' - '.$app_to_app,$format); $sheet->mergeCells(2,0,2,count($w)); $format_a = array('bordercolor' => 'black', 'left' => 1, 'bottom' => 1, 'right' => 1, 'top' => 1, 'bold'=>'1', 'size' => '11', 'color'=>'black', 'align' => 'center'); $format =& $xls->addFormat($format_a); for($i = 0;$i<count($w);$i++) { $sheet->writeString(3,$i, $title1[$i],$format); } $slno = 1; foreach($lobj_get_data as $key=>$value) { $format_a = array('bordercolor' => 'black', 'left' => 1, 'bottom' => 1, 'right' => 1, 'top' => 1, 'bold'=>'0', 'size' => '10', 'italic'=>'1', 'text_v_align'=>'50', 'height' => '50', 'color'=>'black', 'align' => 'left'); $format =& $xls->addFormat($format_a); $title1 = array('Sl. No.',"Application No.",'Roll Number','Name','Center','Degree','Candidate Name in Hindi ',"Father's Name","Mother's Name",'Category','D.O.B.','Mobile no.','Email Id.','Aadhaar No.','Postal Address','Receive Certificate','Amount'); $sheet->write($j,0,$slno,$format); $sheet->write($j,1, $value['FAPPNO'],$format); $sheet->write($j,2, $value['FREGNO'],$format); $sheet->write($j,3, $value['FNAME'],$format); $sheet->write($j,4, '',$format); $sheet->write($j,5, '',$format); $sheet->write($j,6, $value['FHINAME'],$format); $sheet->write($j,7, $value['ffname'],$format); $sheet->write($j,8, $value['fmname'],$format); $sheet->write($j,9, '',$format); $sheet->write($j,10, $value['FDOB'],$format); $sheet->write($j,11, $value['FMOBILE'],$format); $sheet->write($j,12, $value['FEMAIL'],$format); $sheet->write($j,13, $value['fadharno'],$format); $sheet->write($j,14, '',$format); $sheet->write($j,15, $value['freccer'],$format); $sheet->write($j,16, $value['FAMOUNT'],$format); $j++; $slno++; } } else { $arr['html'] = '<p> No record found </p>'; } header("Content-Type:application/xls"); header("Content-Disposition: attachment; filename={$filename}.xls"); echo $sheet; echo $sheet; // Finish the spreadsheet, dumping it to the browser $xls->close(); } ?>
Close