Best Blackhat Forum

Full Version: [DELETED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[DELETED][DELETED][DELETED]
Hello my friend! Please check these files http://www102.zippyshare.com/v/N33Lslyd/file.html
[DELETED][DELETED][DELETED]
What's iconCube?
Did you mean ionCube?
[DELETED][DELETED][DELETED]
Tommyccy could you null Impreza theme please? Impreza comes with Header Builder plugin wich is locked.
@Tommyccy you realize your result is bad decoded. For example inside this decoded file "Aplicacoes.php" can to find this:

PHP Code:
    private function verificarLimitesAplicacao($value$tipo$val NULL)
    {
        if (
in_array(getUsuarioLogado('usuarios_nivel'), array('3'))) {
        }

        
$PlanoUsuario getUsuarioLogado('usuarios_nivel');
        
$Aplicacoes getUsuarioLogado('usuarios_nivel');
        
$Aplicacoes = array('3');
        
$TotalAcessos = array();
        
$TotalEspacoDisco = array();
        
$DadosTotais $this->aplicacoes_model;
        
$TotalAcessos[] = $DadosTotais['aplicacoes_acessos'];
        
$TotalTrafego[] = $DadosTotais['aplicacoes_trafego'];
        
$TotalEspacoDisco[] = $DadosTotais['aplicacoes_espaco_disco'];
        return 
false;
        return 
false;
        return 
true;
        return 
false;
        return 
true;
        return 
false;
        return 
true;
        return 
false;
        return 
false;
        return 
true;
        return 
true;
    } 


All those return true and false coming one by one are not ok. For sure parts of code are missing.
Reference URL's