!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:     index_manutencao.php (4.56 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php    include("config/config.php");
    include(
"includes/conexaoBD.php");
    include(
INCLUDES "funcoes_uteis.php");
    include(
INCLUDES "sentencas_sql.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title><?= utf8_encode($title)?></title>

        <link rel="stylesheet" type="text/css" media="all" href="estilo_principal.css" />

        <link rel="stylesheet" href="css/irpen.css" type="text/css" />
        <link rel="stylesheet" media="all" type="text/css" href="css/menu_dropline.css" />


        <script type="text/javascript" src="jquery-1.4.2.min.js"></script>
        <script type="text/javascript" src="jquery.cycle.all.min.js"></script>
        <script type="text/javascript" src="easySlider1.5.js"></script>




        <script type="text/javascript" src="lib/jquery.form.js"></script>
        <script type="text/javascript">
            function mostra(div)
            {
                var div= document.getElementById(div);
                if (div.className=="hidden")
                {
                    div.className="show";
                }
                else
                {
                    div.className="hidden";
                }
            }
        </script>



        <script type="text/javascript">
          $(document).ready(function(){

                $('#banner_flash').show();
                $('#banner_flash ol').cycle({
                  fx: 'fade',
                  timeout: 5000
              })

              $("#slider").easySlider({
                    auto: true,
                  continuous: true,
                  speed: 1100,
                  controlsBefore:    '<p id="controls">',
                  controlsAfter:    '</p>'

              });


           /*
           $(function() {
              $('#cont_jquery').show();
              $('#cont_jquery ol').cycle({
                  fx: 'fade',
                  timeout: 6000,
                  pager: '.numbers'
              })
           }) */


              //PARTE DO SUBMENU
              //$("ul.subnav").parent().append("<span>a</span>");

              $("ul.subnav").parent().append("<span>&nbsp;</span>");

              $("ul.topnav li a").hover(function(){
                  $(this).parent().find("ul.subnav").slideDown('fast').show();
                  //$(this).children("ul.subnav").slideDown('fast').show();

                  $(this).parent().hover(function(){
                  }, function(){
                    $(this).find("ul.subnav").fadeOut('fast');
              });

              }).hover(function(){
                $(this).addClass("subhover");
              }, function() {
                  $(this.removeClass("subhover"));
              });

          });

        </script>

        <script type="text/javascript">
          function buscarCertidao() {

              valor = $('#matricula').val();

              //window.open('http://funarpen.com.br/ConsultaCertidao.php?matricula='+valor,'','width=300,height=400,resizable=no');
              if ($('#matricula').val() != '') {
                  $('#resultado').html('Carregando...');
                  $('#resultado').load('ResultadoConsulta.php',{matricula:valor});
                  $('#matricula').attr('value','');
                  $('#matricula').focus();
              } else {

                  $('#resultado').html('Digite o número da matrícula para validação');
                  $('#matricula').focus();
              }
          }


          </script>


        <!--[if IE ]>
            <style type="text/css">
                 @import url("hack_ie.css");
            </style>
        <![endif]-->

        <!--[if lt IE 7 ]>
            <style type="text/css">
                 @import url("hack_ie6.css");
            </style>
        <![endif]-->

    </head>
    <body>

        <div id="tudo">
            <div id="topo">
                <a href="index.php">
                <h1 title="IRPEN Instituto de Registro Civil de Pessoas Naturais do Paraná">
                    <span></span>
                    IRPEN
                </h1>
                </a>

                 <div id="banner_flash">
                <ol>
                    <li><img src="imagens/banner_menor_diferente.jpg" alt="banner1" /></li>
                    <li><img src="imagens/banner_menor2_diferente.jpg" alt="banner2" /></li>
                    <li><img src="imagens/banner_menor3_diferente.jpg" alt="banner3" /></li>
                </ol>
            </div> <!--fecha div "banner_flash"-->
            </div> <!--fecha div "topo"-->
             </BR> </BR></BR></BR></BR></BR></BR></BR></BR>

<center>
                <H1><?php  echo utf8_encode("PÁGINA EM MANUTENÇÃO");?></H1>
        </center>
      </div>


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