!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.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     viewCobranca.php (9.11 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  
   
include "modTopView.php";
?>
<script src="../js/busca.js"  type="text/javascript" language="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"/>
<style type="text/css">
    .ajuste {
        margin:0px !important;
        padding:0px;
        position:inherit !important;
    }
    .iten_list td {
        height:100px;
    }
</style>

<div class="lt" style="padding-bottom:0px!important;">
    <div class="lt_topo">
        <?=  $this->getImage() ?>
        <div class="lt_menu_topo">
            <h1><?=  $this->getCurrentTitle() ?></h1>
            <ul>
                <?=  $this->getCurrentDescription() ?>
                <div class="clear"></div>
            </ul>
            <div class="clear"></div>
        </div>
        <div id="statusRegistro" class="status_search">
            <h3>Listagem de registros em <?=  $this->getCurrentAlias() ?></h3>
            <?=  $this->writeStatusOptions() ?>
            <?=  $this->writeSearchForm($fieldSearch$valueIniRetorno$valueEndRetorno$_GET?>
        </div>
    </div>
</div>
<div class="lt">
    <div class="tool_list_top"><?php   include "modActions.php" ?></div>
    <div class="list_full">
        
        <form name="FormLista" action="../app/cms/processa.php?lc=<?=  $this->getArea() ?><?=  $parametersUrl ?>" enctype="multipart/form-data" method="post" onSubmit="return Confirma()">
        <input type="hidden" name="prm" value="<?=  $this->parametrosAdd ?>"/>
        <input type="hidden" name="galId" id="galId" value=""/>
        <input type="hidden" name="action" value="DeleteList"/>
        <table>
            <tr>
                <td>
                    <ul class="list_listing">
                        <li>
                            <table>
                                <tr class="list_top">
                                    <td width="20px"><input name="" type="checkbox" value="" /></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=codigo DESC"> Código / Empresa</a></td>
                                    <td width="130px"><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=valor DESC"> Valor (R$)</a></td>
                                    <td width="130px"><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=dataVencimento DESC"> Vencimento </a></td>
                                    <td width="130px"><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=dataPagamento DESC"> Pagamento </a></td>
                                    <td width="250px"><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=status DESC"> Status </a></td>
                                </tr>

                            <?php 
                               
/**
                                *  Efetua o laço nos registros providos dos termos de pesquisa ou de acordo coma a paginação
                                *
                                */
                                
foreach($arrayList as $object){
                                   
$ids.= "i".$object['id']."-";
                            
?>
                                <tr class="iten_list" id="reg<?=  $object['id'?>">
                                    <td><input type="checkbox" name="check[]" value="<?=  $object['id'?>"/></td>
                                    <td class="tx_titulo" style="position:relative;">
                                        <h1><strong>Cob nº <?=  $object['codigo'?> / <?=  $object['inscricao']['nome'?></strong></h1>
                                        <div id="editTools<?=  $object['id'?>" class="list_actions">

                                            <a href="?lc=Cobranca&md=Form&id=<?=  $object['id']?><?=  $parametersUrl ?>" title="Editar Registro">Editar</a> |
                                            <a title="Ver Detalhes" href="javascript:;" onClick="showHideDiv('<?=  "i".$object['id']?>')">Ver Detalhes</a>
                                            <?php   if($this->getConfig()->getParameter("showDeleteButton") == true && $this->verificaPermissao($this->getArea(), "Excluir")){ ?>
                                            <a title="Excluir Cobrança" href="javascript:if(confirm('Deseja realmente excluir esta cobranca ?')){window.parent.location='../app/cms/processa.php?lc=<?=  $this->getArea() ?>&md=DeleteUnique&id=<?=  $object['id'?><?=  $parametersUrl ?>'}">| &nbsp;Excluir Cobrança</a>
                                            <?php ?>
                                            <a title="Visualizar" href="../../gera_cobranca.php?id=<?=  $object['inscricao']['id'?>" target="_blank">| &nbsp;Visualizar</a> | 
                                        </div>
                                    </td>
                                    <td style="position:relative">
                                        <?=  $util->formatReal($object['valor']) ?>
                                    </td>
                                    <td style="position:relative">
                                        <?=  $data->convertDateSQLToDateBR($object['dataVencimento']) ?>
                                    </td>
                                    <td style="position:relative">
                                        <?=  $data->convertDateSQLToDateBR($object['dataPagamento']) ?>
                                    </td>
                                    <td>
                                        <p style="padding:2px">Gerado em: <strong><?=  $data->convertDateSqlToDateBRExtense($object['dataGeracao']) ?></strong></p>
                                        <p style="padding:2px">Hora: <strong><?=  $object['horaGeracao'?></strong></p>
                                        <p style="padding:2px">Status: <strong>
                                                <?php   switch($object['status']){
                                                      case 
"A": echo "<span style='color: red'>Aberto</span>"; break;
                                                      case 
"P": echo "<span style='color: green'>Pagamento Realizado</span>"; break;
                                                      case 
"C": echo "<span style='color: gray'>Cancelado</span>"; break;
                                                } 
?>
                                            </strong></p>
                                    </td>
                                </tr>
                                <tr class="iten_list" style="display:none" id="<?=  "i".$object['id'?>">
                                    <td colspan="6">
                                         <?=  $this->writeDetails($object?>
                                    </td>
                                </tr>
                            <?php ?>
                                <tr class="list_top">
                                    <td><input name="" type="checkbox" value="" /></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=codigo"> Código </a></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=valor"> Valor (R$)</a></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=dataVencimento"> Vencimento </a></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=dataPagamento"> Pagamento </a></td>
                                    <td><a href="?lc=<?=  $this->getArea() ?>&md=Lista<?=  $parametersUrl ?>&order=status"> Status </a></td>
                                </tr>
                    </table>
                   </li>
                </ul>
                </td>
            </tr>
        </table>

        <script>
                            $(function() {
                                // if the function argument is given to overlay,
                                // it is assumed to be the onBeforeLoad event listener
                                $("#comments_show a[rel]").overlay({
                                    mask: '#fff',
                                    effect: 'apple',
                                    speed: 'fast',
                                    closeOnClick: 'false',
                                    onBeforeLoad: function() {
                                        var wrap = this.getOverlay().find(".contentWrap");
                                        wrap.load(this.getTrigger().attr("href"));
                                    }

                                });
                            });
                        </script>

         <input name="ids" type="hidden" id="ids" value="<?=  $ids ?>" />
         <input name="nroRegistros" type="hidden" id="nroRegistros" value="<?=  $atualPages ?>" />

        </form>
    </div>
    
   <?php   include ("modPaginacao.php"?>
</div>
<div style="clear:both"></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.0047 ]--