Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amss_test /
modules /
idocument /
[ HOME SHELL ]
Name
Size
Permission
Action
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
upload_files
[ DIR ]
drwxr-xr-x
add - Copy.php
16.68
KB
-rw-r--r--
add.php
19.08
KB
-rw-r--r--
add_14-03-63.php
19.12
KB
-rw-r--r--
book_pass.php
16.57
KB
-rw-r--r--
book_pass_form_comment1.php
6.02
KB
-rw-r--r--
book_pass_form_comment2.php
6.16
KB
-rw-r--r--
book_pass_form_comment3.php
2.72
KB
-rw-r--r--
css.css
1.06
KB
-rw-r--r--
default.php
216
B
-rw-r--r--
detail.php
8.1
KB
-rw-r--r--
detail_bak.php
7.49
KB
-rw-r--r--
display.php
9.25
KB
-rw-r--r--
display_.php
4.08
KB
-rw-r--r--
docprint.php
7.22
KB
-rw-r--r--
document-detail.php
8.15
KB
-rw-r--r--
edit.php
20
KB
-rw-r--r--
idocument.sql
6.22
KB
-rw-r--r--
index.php
7.5
KB
-rw-r--r--
menu.php
3.13
KB
-rw-r--r--
menu_mobile.php
898
B
-rw-r--r--
save.php
4.69
KB
-rw-r--r--
time_inc.php
6.03
KB
-rw-r--r--
view.php
9.83
KB
-rw-r--r--
viewlist.php
7.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : display_.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ exit(); } if(isset($_GET['id'])){ $id = $_GET['id']; require('../amssplus_connect.php'); require('../modules/idocument/time_inc.php'); $sql = "Select * From idocument_main where id = $id"; $dbquery = mysqli_query($connect,$sql); $dataDisplay = mysqli_fetch_assoc($dbquery); $subject = iconv( 'UTF-8','cp874' , $dataDisplay['subject']); $subjectH = iconv( 'UTF-8','cp874' , $dataDisplay['subject']); $filename = $dataDisplay['subject'].".pdf"; $book_date = iconv( 'UTF-8','cp874' , $dataDisplay['book_date']); $txtMemo = iconv( 'UTF-8','cp874' , 'บันทึกข้อความ' ); $txtContent1 = iconv( 'UTF-8','cp874//IGNORE' , htmlspecialchars_decode ($dataDisplay['content1'])); $txtContent2 = iconv( 'UTF-8','cp874//IGNORE' , htmlspecialchars_decode ($dataDisplay['content2'])); $txtContent3 = iconv( 'UTF-8','cp874//IGNORE' , htmlspecialchars_decode ($dataDisplay['content3'])); $txtworkgroup = iconv( 'UTF-8','cp874' , $dataDisplay['workgroup_txt'] ); $txtName = iconv( 'UTF-8','cp874' , ' ( นายเจษฎา จันทสิงห์ ) ครู 12 กรกฎาคม 2561' ); $book_to = "ผู้อำนวยการ".$_SESSION['office_name']; require('fpdf.php'); //require('mc_indent.php'); $InterLigne = 7; $indent = 15; //require_once("class.multicelltag.php"); $pdf = new FPDF(); //$txtContent3 = $txtContent3. " "; $pdf->SetMargins(20,10,20); //$pdf->SetLeftMargin(20); //$pdf->SetTopMargin(20); $pdf->AddFont('THSarabunNew','','THSarabunNew.php'); $pdf->AddFont('THSarabunNew','B','THSarabunNew Bold.php'); $pdf->AddPage(); //$pdf->SetTitle($dataDisplay['subject']); //$pdf->SetTitle($subjectH); $pdf->Image('krut.png',20,10,20,0); $pdf->Ln(10); $pdf->SetFont('THSarabunNew','B',20); $pdf->MultiCell(185, 6, $txtMemo, 0, 'C', 0, 0, '', '', true); $pdf->Ln(); $pdf->SetFont('THSarabunNew','B',16); $pdf->Write(6,iconv( 'UTF-8','cp874' , 'ส่วนราชการ ')); $pdf->SetFont('THSarabunNew','',16); $pdf->MultiCell(185, 6, $txtworkgroup); //$pdf->Ln(); $pdf->SetFont('THSarabunNew','B',16); $dX = $pdf->GetX(); $dY = $pdf->GetY(); $pdf->MultiCell(185, 8,iconv( 'UTF-8','cp874' , 'ที่ วันที่ '), 0, '', 0, 0, '', '', 1); $pdf->SetY($dY); $pdf->SetX(120); $pdf->MultiCell(185, 8, $book_date); $pdf->SetFont('THSarabunNew','B',16); $pdf->Write(8,iconv( 'UTF-8','cp874' , 'เรื่อง ')); $pdf->SetFont('THSarabunNew','',16); $pdf->MultiCell(185, 8, $subject); $pdf->SetFont('THSarabunNew','B',16); $pdf->Write(12,iconv( 'UTF-8','cp874' , 'เรียน ')); $pdf->SetFont('THSarabunNew','',16); $pdf->MultiCell(165, 12,iconv( 'UTF-8','cp874' , $book_to)); //$pdf->Cell(20,20); $pdf->SetFont('THSarabunNew','',16); $pdf->ln(6); if(strlen($txtContent1)<115){ $savX = $pdf->GetX(); $pdf->SetX($savX+$indent); $pdf->MultiCell(0, $InterLigne, $txtContent1, 0, 'J', 0); $pdf->SetX($savX); }else{ $pdf->MultiCell(0, $InterLigne, $txtContent1, 0, 'J', 0, $indent); } $pdf->ln(6); if(strlen($txtContent2)<115){ $savX = $pdf->GetX(); $pdf->SetX($savX+$indent); $pdf->MultiCell(0, $InterLigne, $txtContent2, 0, 'J', 0); $pdf->SetX($savX); }else{ $pdf->MultiCell(0, $InterLigne, $txtContent2, 0, 'J', 0, $indent); } $pdf->ln(6); if(strlen($txtContent3)<115){ $savX = $pdf->GetX(); $pdf->SetX($savX+$indent); $pdf->MultiCell(0, $InterLigne, $txtContent3, 0, 'J', 0); $pdf->SetX($savX); }else{ $pdf->MultiCell(0, $InterLigne, $txtContent3, 0, 'J', 0, $indent); } $pdf->ln(6); $pdf->MultiCell(60, 8,iconv( 'UTF-8','cp874' , 'ตรวจสอบเสนอ'), 0, 'C'); $pdf->Ln(); $pdf->MultiCell(60, 6,$txtName, 0, 'C'); $pdf->Ln(); if(isset($_GET['comment'])){ $Y= $pdf->GetY(); $pdf->SetY($Y); $pdf->SetX(18); $pdf->MultiCell(60, 16,$txtName, 1, ''); $pdf->SetY($Y); $pdf->SetX(80); $pdf->MultiCell(60, 16,$txtName, 1, ''); $pdf->SetY($Y); $pdf->SetX(142); $pdf->MultiCell(60, 16,$txtName, 1, ''); } $pdf->Output(); } ?>
Close