!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:     treinamento.php (8.02 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· - 2013";
$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() {
        
        var isChecked = $("input[name=slcCidade]:checked").val();
        
        if (!isChecked) {
            alert('Selecione uma cidade para realizar a inscrição!');
            return false;
        }
        
        return true;
        
    }
</script>


                            <div id="cont_geral">

                                  <div id="cont_esq">

                                      <h2 class="tit4">SEMIN&Aacute;RIO DE TREINAMENTO INTENSIVO - TRANSMISSÃO ELETRÔNICA</h2>
                                      
                                      <br />
<div align="center">

 <!--
   <p style="margin: 0 0 0 85px;"><a style="font-size: 15px;" href="inscricao2.php"><u><b>CLIQUE AQUI PARA ACESSAR O FORMULÁRIO DE INSCRIÇÃO</b></u></a></p>    
-->
    <br />
      <img src="eventos/treinamento/af_irpen_transmissao_eletronica_savethedate.jpg" width="650" border="0" title="Semin&aacute;rio de Treinamento Intensivo"/>
    <p><br />
      <br />
<!--
    <p style="margin: 0 0 0 85px;"><a style="font-size: 15px;" href="inscricao2.php"><u><b>CLIQUE AQUI PARA ACESSAR O FORMULÁRIO DE INSCRIÇÃO</b></u></a></p>            
    </p>
-->

<!--
                                        <div id="divInscricao">
                                        <h2 class="tit4">INSCRIÇÃO PARA O SEMINÁRIO</h2><br /><br />

                                            <div style="text-align:center; width:100%; float:left;"><b> Selecione a cidade para inscrição do seminário </b></div>
                                            <form id="frmSelCidade" name="frmSelCidade" method="get" action="inscricaoTreinamento.php" onsubmit="return valida_formulario();">
                                            <table width="100%" border=0 align="center">
                                                <tr>
                                                  <td>&nbsp;</td>
                                                  <td>&nbsp;</td>
                                                  <td>&nbsp;</td>
                                                </tr>
                                                <tr>
                                                  <td width="40%" align="left"><input type="radio" name="slcCidade" id="fbe" value="fbe" class="local" />
                                                     <label for="fbe">17.03 - Francisco Beltrao</label></td>
                                                  <td width="30%" align="left"><input type="radio" name="slcCidade" id="cas" value="cas" class="local" />
                                                     <label for="cas">18.03 - Cascavel</label></td>
                                                  <td width="50%" align="left"><input type="radio" name="slcCidade" id="gua" value="gua" class="local" />
                                                     <label for="gua">19.03 - Guarapuava</label></td>
                                                </tr>
                                                <tr>
                                                  <td align="left"><input type="radio" name="slcCidade" id="lon" value="lon" class="local" />
                                                     <label for="lon">07.04 - Londrina</label></td>
                                                    <td align="left"><input type="radio" name="slcCidade" id="umu" value="umu" class="local" />
                                                       <label for="umu">08.04 - Umuarama</label></td>
                                                    <td align="left"><input type="radio" name="slcCidade" id="mar" value="mar" class="local" />
                                                         <label for="mar">09.04 - Maringá <br /><span style="font-weight:bold; color:#900;">(Programação Especial)</span></label></td>
                                                </tr>
                                                <tr>
                                                  <td align="left"><input type="radio" name="slcCidade" id="sap" value="sap" class="local" />
                                                     <label for="sap">14.04 - Santo Antônio da Platina</label></td>
                                                  <td align="left"><input type="radio" name="slcCidade" id="pgr" value="pgr" class="local" />
                                                     <label for="pgr">15.04 - Ponta Grossa</label></td>
                                                  <td align="left"><input type="radio" name="slcCidade" id="cwb" value="cwb" class="local" />
                                                     <label for="cwb">16.04 - Curitiba</label></td>
                                                </tr>
                                                <tr>
                                                  <td colspan="3" align="center">&nbsp;</td>
                                                </tr>
                                                <tr>
                                                  <td colspan="3" align="center"><input type="submit" name="btnInscricao" id="btnInscricao" value=" Realizar Inscrição " /></td>
                                                 </tr>
                                            </table>
                                            </form>
                                        </div><br />
                                        -->
<hr />
<br />
<br />

                                       <a href="index.php"><span class="texto"><strong>Voltar</strong></span></a>
  
</div>  
    <?php        //die();
    
?>
                                   
                                    <p>
                                
</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.003 ]--