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


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

include("cabecalho.php");
$title="IRPEN | Instituto de Registro Civil de Pessoas Naturais do Paraná - 2011";
$not=$_GET['not'];
?>
<script language="javascript" type="text/javascript">
function checkMail(mail){ 
        var er = new RegExp(/^[A-Za-z0-9_\-\.]+@[A-Za-z0-9_\-\.]{2,}\.[A-Za-z0-9]{2,}(\.[A-Za-z0-9])?/); 
        if(typeof(mail) == "string"){ 
                if(er.test(mail)){ return true; } 
        }else if(typeof(mail) == "object"){ 
        if(er.test(mail.value)){  
            return true;  
        } 
        }else{ 
            return false; 
        } 
}
function txtBoxFormat(objeto, sMask, evtKeyPress) {
    var i, nCount, sValue, fldLen, mskLen,bolMask, sCod, nTecla;
 
 
    if(document.all) { // Internet Explorer
        nTecla = evtKeyPress.keyCode;
    } else if(document.layers) { // Nestcape
        nTecla = evtKeyPress.which;
    } else {
        nTecla = evtKeyPress.which;
        if (nTecla == 8) {
            return true;
        }
    }
 
    sValue = objeto.value;
 
    // Limpa todos os caracteres de formatação que
    // já estiverem no campo.
    sValue = sValue.toString().replace( "-", "" );
    sValue = sValue.toString().replace( "-", "" );
    sValue = sValue.toString().replace( ".", "" );
    sValue = sValue.toString().replace( ".", "" );
    sValue = sValue.toString().replace( "/", "" );
    sValue = sValue.toString().replace( "/", "" );
    sValue = sValue.toString().replace( ":", "" );
    sValue = sValue.toString().replace( ":", "" );
    sValue = sValue.toString().replace( "(", "" );
    sValue = sValue.toString().replace( "(", "" );
    sValue = sValue.toString().replace( ")", "" );
    sValue = sValue.toString().replace( ")", "" );
    sValue = sValue.toString().replace( " ", "" );
    sValue = sValue.toString().replace( " ", "" );
    fldLen = sValue.length;
    mskLen = sMask.length;
 
    i = 0;
    nCount = 0;
    sCod = "";
    mskLen = fldLen;
 
    while (i <= mskLen) {
      bolMask = ((sMask.charAt(i) == "-") || (sMask.charAt(i) == ".") || (sMask.charAt(i) == "/") || (sMask.charAt(i) == ":"))
      bolMask = bolMask || ((sMask.charAt(i) == "(") || (sMask.charAt(i) == ")") || (sMask.charAt(i) == " "))
 
      if (bolMask) {
        sCod += sMask.charAt(i);
        mskLen++; }
      else {
        sCod += sValue.charAt(nCount);
        nCount++;
      }
 
      i++;
    }
 
    objeto.value = sCod;
 
    if (nTecla != 8) { // backspace
      if (sMask.charAt(i-1) == "9") { // apenas números...
        return ((nTecla > 47) && (nTecla < 58)); } 
      else { // qualquer caracter...
        return true;
      } 
    }
    else {
      return true;
    }
  }
    function trim(str) { 
        return str.replace(/^\s+|\s+$/g,""); 
    } 

  
    function valida_formulario() {
        
        if (trim(document.getElementById("txtNome").value) == "") {
            alert("Por favor, preencha o nome!");
            document.getElementById("txtNome").focus();
            return false;
        } else
        if (trim(document.getElementById("txtCartorio").value) == "") {
            alert("Por favor, preencha o cartorio!");
            document.getElementById("txtCartorio").focus();
            return false;
        } else 
        if (trim(document.getElementById("txtEndereco").value) == "") {
            alert("Por favor, preencha o endereco!");
            document.getElementById("txtEndereco").focus();
            return false;
        } else
        if (trim(document.getElementById("txtCidade").value) == "") {
            alert("Por favor, preencha a cidade!");
            document.getElementById("txtCidade").focus();
            return false;
        } else
        if (trim(document.getElementById("txtCep").value) == "") {
            alert("Por favor, preencha o CEP!");
            document.getElementById("txtCep").focus();
            return false;
        } else
        if (trim(document.getElementById("txtTelefone").value) == "") {
            alert("Por favor, preencha o telefone!");
            document.getElementById("txtTelefone").focus();
            return false;
        } else
        if (trim(document.getElementById("txtEmail").value) == "") {
            alert("Por favor, preencha o email!");
            document.getElementById("txtEmail").value = '';
            document.getElementById("txtEmail").focus();
            return false;
        } else
        if (!checkMail(trim(document.getElementById("txtEmail").value))) {
            alert("Por favor, digite um email valido!");
            document.getElementById("txtEmail").value = '';
            document.getElementById("txtEmail").focus();
            return false;
        }
        return true;
        
    }
</script>


                            <div id="cont_geral">

                                  <div id="cont_esq">

                                      <h2 class="tit4">9&ordm; SEMIN&Aacute;RIO DE TRABALHO REGISTRAL CIVIL</h2>
                                      
                                      <br />
<div align="center">
    <img src="eventos/9Seminario/9SeminarioBanner.jpg" border="0" title="9&deg; Semin&aacute;rio de Trabalho Registral Civil" width="400"/></div>
    
    
    <?php        //die();
    
?>
    
    <!--
                                    <p>Amigo   Registrador,                                    </p>
                                    <p>O IRPEN promover&aacute;   o <strong>V SEMIN&Aacute;RIO DE TRABALHO REGISTRAL   CIVIL</strong>, agora chegou a vez de MARING&Aacute; e regi&atilde;o nos darem o privil&eacute;gio   de que juntos tenhamos a oportunidade da troca de id&eacute;ias e da atualiza&ccedil;&atilde;o para   que melhor desempenhemos o nosso mister, a nossa nobre e sagrada   miss&atilde;o.                                        </p>
                                        <p>Ricardo Augusto   de Le&atilde;o</p> 
                                    <p>Presidente   IRPEN</p> -->


                                    <p>&nbsp;</p>
                                        <div style="text-align:center;">
                                          <!--p>
                                            O seu Instituto de Registro Civil de Pessoas Naturais - IRPEN ir&aacute; promover no dia 23 de 
                                            mar&ccedil;o de 2012 o IX SEMIN&Aacute;RIO DE TRABALHO REGISTRAL CIVIL, em Maring&aacute;. 
                                          </p-->
                                         <!--<p>
                                            As novidades legislativas s&atilde;o in&uacutemeras e de transcendental import&acirc;ncia para o 
                                            exerc&iacutecio 
                                            condigno de 
                                            nossas nobres atividades. H&aacute prem&ecirc;ncia de sua presen&ccedil;a como Agente Delegado do Poder 
                                            P&uacuteblico que 
                                            promove Justi&ccedil;a Social pr&oacutepria do exerc&iacute;cio de seu mister. O Estado 
                                            Brasileiro depende da nossa 
                                            atividade, sejamos, como sempre, exemplos de dedica&ccedil;&atilde;o e capacidade laboral, mas para isso &eacute 
                                            necess&aacuterio que estejamos tecnicamente capacitados, seja merc&ecirc; do conte&uacutedo 
                                            das palestras, seja 
                                            pela oportunidade da frut&iacutefera troca de experi&ecirc;ncias. &Eacute isso que o IRPEN 
                                            pretende propiciar-nos 
                                            neste evento. Sua presen&ccedil;a &eacute; a ess&ecirc;ncia do Semin&aacuterio. Sua exist&ecirc;ncia &eacute a 
                                            ess&ecirc;ncia do IRPEN.
                                         </p>
                                         <p>&nbsp;</p>
                                          Ricardo   Augusto de Le&atilde;o<br /><br />
                                          Presidente -   IRPEN-->
                                    </div>
                                    <!--
                                    <center>
                                        <h3>Ficha T&eacute;cnica </h3>
                                    </center>
                                    -->
                                    <div class="div_texto" style="width:580px; margin:0px auto;">
                          <p>&nbsp;</p>
                                        <p>- Evento: IX SEMIN&Aacute;RIO DE TRABALHO REGISTRA CIVIL 23 DE MAR&Ccedil;O EM MARING&Aacute;<br />
                                        <!---  Data:  27 de outubro de 2012<br />
                                        -   Local: Hotel Deville,  Av. Herval, 26, zona 50, zona central.--> </p>
                                        
                                          <!--<p>-   Contato: &nbsp;41 3232-9811 Bianca ou Edna - <a title="blocked::mailto:contato@arpenpr.org.br" href="mailto:contato@arpenpr.org.br"><span title="blocked::mailto:contato@arpenpr.org.br">contato@arpenpr.org.br</span></a>&nbsp;   ou <a title="blocked::mailto:eventos@arpenpr.org.br" href="mailto:eventos@arpenpr.org.br"><span title="blocked::mailto:eventos@arpenpr.org.br">eventos@arpenpr.org.br<br />
                                          </span></a>-   Vagas limitadas<br />
                                          -   Custo gratuito</p>-->
                                      <div style="width:580px; margin:0px auto;">
                                            <p>PROGRAMA&Ccedil;&Atilde;O:   &nbsp;</p>
                                      </div>
                                      <p>&nbsp;</p>
                                          <table width="581" border="1" align="center" cellpadding="5" cellspacing="0" style="border:1px solid #333;">
                                            <tbody>
                                              <tr style="background-color:#CCC;">
                                                <td width="102" align="center" valign="top"><strong>HOR&Aacute;RIOS</strong></td>
                                                <td valign="top" width="480"><strong>ATIVIDADES</strong></td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">8:30</td>
                                                <td valign="top" width="480">&nbsp; Inscri&ccedil;&otilde;es / credenciamentos<br /><br /></td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">9:30</td>
                                                <td valign="top" width="480">&nbsp; Abertura   oficial dos trabalhos<br />
                                                &nbsp; Palavra   do Presidente do IRPEN &ndash; Ricardo Augusto de Le&atilde;o<br /><br />
                                                </td> 
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">10:30</td>
                                                <td valign="top" width="480">
                                                &nbsp;Provimento n 28 de 05/02/2013 CNJ Registro Tardio - Fernando Abreu Costa Junior<br /><br />
                                                </td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">11:10</td>
                                                <td valign="top" width="480"> 
                                                    
                                                  &nbsp;
                                                  Resolu&ccedil;&atilde;o 03 de 19/04/2012 CNJ/CNMP - 
                                                  Registro de Nascimento de Ind&iacute;gena RCPN - Carla Concepcion Zanella Kantek
                                                  <br /><br /></td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">11:50</td>
                                                <td valign="top" width="480">&nbsp; Almo&ccedil;o<br /><br /></td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">14:00</td>
                                                <td valign="top" width="480">
                                                &nbsp; Provimento 239/2013 CGJ-PR - IRPEN DIGITAL<br />
                                                &nbsp;&nbsp;<a href="http://www.e-certidoes.com.br" target='_blank'>e-certidoes.com.br</a>
                                                <br /><br />
                                                </td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">16:30</td>
                                                <td valign="top" width="480">
                                                &nbsp; Coffee Break <br /><br />
                                                </td>
                                              </tr>
                                              <tr>
                                                <td width="102" align="center" valign="top">17:00</td>
                                                <td valign="top" width="480">&nbsp;  Pinga Fogo
                                                <br /><br /></td>
                                              </tr>
                                            </tbody>
                                          </table>
                                      <p>&nbsp;</p>
                                    </div>
                                    <p>&nbsp;</p>
                                    <?php                                    $sqlConta "
                                        SELECT *
                                        FROM inscricao_seminario
                                        WHERE INS_Evento = '9seminario'
                                            AND INS_AtivoSN = 'S'
                                    "
;
                                    
$rsConta $conexao->query($sqlConta);
                                    
                                    
$total $rsConta->num_rows;
                                    
                                    
$disp 160;
                                    
                                    if (
$total >= $disp) {
                                        echo 
"<b><h2 align='center'>Inscri&ccedil;&otilde;es Encerradas</b></h2>";
                                    } else {
                                    
?>
                                    <center>
                                        <h3 style="font-size:18px;">FICHA DE INSCRI&Ccedil;&Atilde;O</h3>
                                    </center>
                                    <div style="width:580px; margin:0px auto;">
                                      <p><b>Inscri&ccedil;&otilde;es Dispon&iacute;veis: <?= ($disp-$total)?></b></p>
                                    </div>
                                    <form name="frmInscricao" id="frmInscricao" method="post" action="inscricao_grava.php" onsubmit="return valida_formulario()">
                                    <fieldset>
                                        <p><strong><span class="obrigatorio">*</span> Campos obrigat&oacute;rios</strong></p>
                                        <label for="txtNome">Nome para identifica&ccedil;&atilde;o do cracha <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtNome" id="txtNome" size="50" />
                                        <br>
                                        <label for="txtCartorio">Cart&oacute;rio <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtCartorio" id="txtCartorio" size="50" />
                                        <br>
                                        <label for="txtEndereco">Endere&ccedil;o <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtEndereco" id="txtEndereco" size="50" />
                                        <br>
                                        <label for="txtCidade">Cidade <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtCidade" id="txtCidade" size="50" />
                                        <br>
                                        <label for="txtCep">CEP <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtCep" id="txtCep" size="11" />
                                        <br>
                                        <label for="txtTelefone">Telefone <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtTelefone" id="txtTelefone" size="16" />
                                        <br>
                                        <label for="txtFax">FAX:</label>
                                        <input type="text" name="txtFax" id="txtFax" size="16" />
                                        <br>
                                        <label for="txtCelular">Celular:</label>
                                        <input type="text" name="txtCelular" id="txtCelular" size="16" />
                                        <br>
                                        <label for="txtEmail">E-mail <span class="obrigatorio">*</span>:</label>
                                        <input type="text" name="txtEmail" id="txtEmail" size="50" />
                                        <br>
<!--
                                        <p><strong>Nome do acompanhante</strong></p>
                                        <label for="txtAcompanhante1">Acompanhante:</label>
                                        <input type="text" name="txtAcompanhante1" id="txtAcompanhante1" size="50" />
-->
                                        <!--
                                        <br>
                                        <label for="txtAcompanhante2">Acompanhante 2:</label>
                                        <input type="text" name="txtAcompanhante2" id="txtAcompanhante2" size="50" />
                                        <br>
                                        <label for="txtAcompanhante3">Acompanhante 3:</label>
                                        <input type="text" name="txtAcompanhante3" id="txtAcompanhante3" size="50" />
                                        -->
                                        <br><br>
                                        <div align="center">
                                            <input type="submit" name="btnInscrever" id="btnInscrever" value="Inscrever-se" class="button" />
                                            <input type="button" name="btnLimpar" id="btnLimpar" value="Limpar" class="button" />
                                        </div>
                                    </fieldset>
                                </form>
                               <?php  ?>
                                
</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.004 ]--