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


Viewing file:     posts.php (7.88 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
#############################################################################
    # Nome: usuario_cad.php                                                     #
    # System: Irpen                                                                #
    # Criado por: Breno Henrique Vivarelli                                        #
    # Empresa: Netnigro                                                            #
    # E-mail: breno@netnigro.com.br                                                #
    # Descrição: Formulário de Inclusão, alteração e inativação de usuários        #
    # Histórico:                                                                 #
    #    . 03/06/2008 - Breno Henrique Vivarelli                                    #
    #            Criação da Página                                                #
    #############################################################################

    // Includes
    
include("../config/config.php");
    include(
INCLUDES "conexaoBD.php");
    include(
INCLUDES "sentencas_sql.php");
    include(
INCLUDES "funcoes_uteis.php");
    include(
INCLUDES "valida_usuario.inc.php");

    if (isset(
$_GET['tipo']) && !empty($_GET['tipo'])) {
        switch (
$_GET['tipo']) {
            case 
1:
                
$sql "SELECT * FROM artigos_juridicos WHERE ATJ_RowId = {$_GET['id']}";
                break;
            case 
2:
                
$sql "SELECT * FROM pareceres_juridicos WHERE PRJ_RowID = {$_GET['id']}";
                break;
            case 
3:
                
$sql "SELECT * FROM videos_juridico WHERE VIJ_RowID = {$_GET['id']}";
                break;
            case 
4:
                
$sql "SELECT * FROM comunicados WHERE COM_RowID = {$_GET['id']}";
                break;
        }

        
$rsJuridicos  $conexao->query($sql);

        
$data $rsJuridicos->fetch_object();
    }

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Description" content="IRPEN">
    <meta name="Keywords" content="">
    <meta name="resource-type" content="document">
    <meta name="classification" content="Internet">
    <meta name="robots" content="all">
    <meta name="rating" content="General">
    <meta name="Author" content="Ninart! Solucoes para Web.">
    <meta name="language" content="pt-br">
    <link rel="shortcut icon" href="imagens/favicon.gif"type="image/gif">
    <link rel="stylesheet" href="<?=  HOST;?>css/irpen.css" type="text/css" />
    <link rel="stylesheet" media="all" type="text/css" href="<?=  HOST;?>css/menu_dropline.css" />
    <link type="text/css" href="<?=  HOST;?>css/jquery-ui/ui.all.css" rel="Stylesheet" />
    <!--[if IE]>
    <link rel="stylesheet" media="all" type="text/css" href="css/menu_dropline_ie.css" />
    <![endif]-->
    <!--[if lt IE 7]>
        <link rel="stylesheet" media="all" type="text/css" href="css/menu_dropline_ie6.css" />
    <![endif]-->
    <title>IRPEN | Instituto de Registro Civil de Pessoas Naturais do Paraná - 2008</title>
    <script type="text/javascript" src="<?=  HOST;?>includes/jquery-1.2.6.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/jquery.maskedinput-1.1.3.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/jquery-ui.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/ui.datepicker-pt-BR.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/jquery.form.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/cpf.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/util.js"></script>
    <script type="text/javascript" src="<?=  HOST;?>includes/email.js"></script>
    <script type="text/javascript" src="usuario_cad.js"></script>
    <!-- <script src="scripts/delay.js" language="JavaScript"></script> -->
    <style type="text/css">
      .conteudo {
          margin-top: 10px;
          padding: 20px;
      }
      .texto p {
          font-size: 18px;
      }
      .texto cite a {
          padding: 5px;
          float: right;
          font-size: 13px;;
      }
      .video {
        display: flex;
        justify-content: center;
        margin-top: 5px;
      }
    </style>
</head>
<body>
    <div id="wrap">

        <?php include "topo_gestao.php";?>

        <!-- content-wrap starts -->
        <div id="content-wrap" style="margin-bottom: 30px;">
            <?php if($_GET['tipo'] == 1): ?>
            <div class="conteudo">
                <h2><?= $data->ATJ_Titulo?></h2>
                <div class="texto">
                    <p><?= $data->ATJ_Conteudo?></p>

                    <cite style="font-size: 13px;"><b>Fonte: </b><?= $data->ATJ_Fonte?> <b>Autor: </b><?= $data->ATJ_Autor?></cite>
                </div>
            </div>
            <?php endif; ?>
            <?php if($_GET['tipo'] == 2): ?>
            <div class="conteudo">
                <h2><?= $data->PRJ_Titulo?></h2>
                <div class="texto">
                    <p><?= $data->PRJ_Oberservacao?></p>
                    <a style="font-size: 15px;" download href="<?=  '../arquivos/pareceres_juridicos/'.$data->PRJ_Anexo?>">Download anexo</a>
                </div>
            </div>
            <?php endif; ?>
            <?php if($_GET['tipo'] == 3): ?>
            <div class="conteudo">
                <h2><?= $data->VIJ_Titulo?></h2>
                <div class="texto" style="position: relative;">
                    <p><?= $data->VIJ_Texto_Alternativo?></p>
                    <a style="font-size: 15px; display: block; float: none;" download href="<?=  '../arquivos/videos/'.$data->VIJ_Anexo_Alternativo?>">Download anexo</a>
                </div>
                <hr>
                <div class="video">
                    <video width="500" height="300" controls>
                        <source src="<?=  HOST.'arquivos/videos/'.$data->VIJ_Anexo_Video?>" type='video/mp4'/>
                        <source src="<?=  HOST.'arquivos/videos/'.$data->VIJ_Anexo_Video?>" type="video/webm"/>
                        <source src="<?=  HOST.'arquivos/videos/'.$data->VIJ_Anexo_Video?>" type="video/ogg"/>
                        <object>
                        <embed src="<?=  HOST.'arquivos/videos/'.$data->VIJ_Anexo_Video?>"
                            allowfullscreen="false" allowscriptaccess="always">
                            </object>
                    </video>
                </div>
            </div>
            <?php endif; ?>
            <?php if($_GET['tipo'] == 4): ?>
            <div class="conteudo">
                <h2><?= $data->COM_Titulo?></h2>
                <div class="texto" style="position: relative;">
                    <a style="font-size: 15px; display: block; float: none;" download href="<?=  '../arquivos/comunicados/'.$data->COM_Arquivo?>">Download anexo</a>
                </div>
                <hr>
                <div class="video">
                    <video width="500" height="300" src="<?=  HOST.'arquivos/comunicados/'.$data->COM_Video?>" type='video/mp4' controls>
                        <source src="<?=  HOST.'arquivos/comunicados/'.$data->COM_Video?>" type='video/mp4'/>
                        <source src="<?=  HOST.'arquivos/comunicados/'.$data->COM_Video?>" type="video/webm"/>
                        <source src="<?=  HOST.'arquivos/comunicados/'.$data->COM_Video?>" type="video/ogg"/>
                        <object>
                            <embed src="<?=  HOST.'arquivos/comunicados/'.$data->COM_Video?>" type="video/mp4"
                            allowfullscreen="false" allowscriptaccess="always">
                        </object>
                    </video>
                </div>
            </div>
            <?php endif; ?>
        </div>
        <div align="center">
            <strong><br />
            Rua Mal. Deodoro, 51 - Galeria Ritz - 18º Andar | Fone: (41) 3232-9811 | CEP 80.020-905 - Curitiba - Paran&aacute;</strong>
            <!-- content-wrap ends-->
        </div>
        <!-- footer starts -->
        <div id="footer-wrap">
        </div>
        <div id="rodape">
        </div>
    </div>
</body>
</html>

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